aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/OSAtomicChecker.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-11Switch RegionStore over to using <BaseRegion+raw offset> to storeTed Kremenek
2009-12-16Teach OSAtomicChecker that a FunctionDecl's name isn't always a simple Identi...Ted Kremenek
2009-12-09Fix null dereference in OSAtomicChecker and special case SymbolicRegions. We...Ted Kremenek
2009-12-09Refactor OSAtomic evaluation logic into OSAtomicChecker.Zhongxing Xu