aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/BodyFarm.cpp
AgeCommit message (Expand)Author
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-05[analyzer] add commentAnna Zaks
2012-12-29ArrayRefize a CompoundStmt constructor.Nico Weber
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-10-12Conditionally use an integral cast for BodyFarm support for OSAtomicCompareAn...Ted Kremenek
2012-10-11Switch over to BodyFarm implementation of OSAtomicCompareAndSwap andTed Kremenek
2012-10-02Add FP_CONTRACT support for clang.Lang Hames
2012-09-21Experiment in BodyFarm of structuring AST creation calls in a hierarchy,Ted Kremenek
2012-09-21Create helper method in BodyFarm for creating simple assignments.Ted Kremenek
2012-09-21Add helper method in BodyFarm to create unary dereferences.Ted Kremenek
2012-09-21Add helper method to BodyFarm for creating lvalue-to-rvalue conversions.Ted Kremenek
2012-09-21Add helper method to BodyFarm for creatinging integral casts.Ted Kremenek
2012-09-21Use helper method to create DeclRefExprs in BodyFarm, hopefully allevatingTed Kremenek
2012-09-21Add some structuring comments. No functionality change.Ted Kremenek
2012-09-21Add faux-body support for dispatch_once().Ted Kremenek
2012-09-21Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek