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
/
nullptr.cpp
Age
Commit message (
Expand
)
Author
2012-10-01
Revert "[analyzer] Check that a member expr is valid even when the result is ...
Jordan Rose
2012-09-22
[analyzer] Check that a member expr is valid even when the result is an lvalue.
Jordan Rose
2012-05-22
Replace inline asm constraint "=a" by the more general constraint "=r".
Simon Atanasyan
2012-03-15
Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.
David Blaikie
2012-03-15
Revert r152745 as it's breaking the internal buildbots.
Chad Rosier
2012-03-14
Provide -Wnull-conversion separately from -Wconversion.
David Blaikie
2012-03-14
[Analyser] Remove unnecessary recursive visits for ExprWithCleanups and
Erik Verbruggen
2012-03-04
Remove a recursive visitation in ExprEngine that is no longer needed because ...
Erik Verbruggen
2012-02-29
Remove a recursive visitiation in ExprEngine that is no longer needed
Erik Verbruggen
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-07-15
[analyzer] GNU __null is a pointer-sized integer, not a pointer. Fixes PR10372.
Jordy Rose
2011-04-22
Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II.
Ted Kremenek