index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
BodyFarm.cpp
Age
Commit message (
Expand
)
Author
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-05
[analyzer] add comment
Anna Zaks
2012-12-29
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-12
Conditionally use an integral cast for BodyFarm support for OSAtomicCompareAn...
Ted Kremenek
2012-10-11
Switch over to BodyFarm implementation of OSAtomicCompareAndSwap and
Ted Kremenek
2012-10-02
Add FP_CONTRACT support for clang.
Lang Hames
2012-09-21
Experiment in BodyFarm of structuring AST creation calls in a hierarchy,
Ted Kremenek
2012-09-21
Create helper method in BodyFarm for creating simple assignments.
Ted Kremenek
2012-09-21
Add helper method in BodyFarm to create unary dereferences.
Ted Kremenek
2012-09-21
Add helper method to BodyFarm for creating lvalue-to-rvalue conversions.
Ted Kremenek
2012-09-21
Add helper method to BodyFarm for creatinging integral casts.
Ted Kremenek
2012-09-21
Use helper method to create DeclRefExprs in BodyFarm, hopefully allevating
Ted Kremenek
2012-09-21
Add some structuring comments. No functionality change.
Ted Kremenek
2012-09-21
Add faux-body support for dispatch_once().
Ted Kremenek
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek