index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
reference.cpp
Age
Commit message (
Expand
)
Author
2012-01-24
Switch PerformImplicitConversion over to use DefaultLvalueConversion for lval...
Eli Friedman
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-07-28
[analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-24
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2010-12-19
If the initializer is an rvalue and the variable is a const reference,
Zhongxing Xu
2010-12-16
Start migration of static analyzer to using the
Ted Kremenek
2010-06-04
Assignments to reference variables shouldn't kill the variable.
Jordy Rose
2010-06-03
CFG: add all LHS of assingments as lvalue. This improves support for C++ refe...
Zhongxing Xu
2010-02-05
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-01-10
Enhance test case.
Zhongxing Xu
2010-01-09
When binding an rvalue to a reference, create a temporary object. Use
Zhongxing Xu