Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
48aef3625a0a80d044b40f872355990134ee7598
/
lib
/
StaticAnalyzer
de9d5c3
Add some documentation for C++ static analyzer.
by Zhongxing Xu
· 14 years ago
d7a31ba
[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods to verify that they assign 'self' to the
by Argyrios Kyrtzidis
· 14 years ago
6547884
[analyzer] Support post-visiting ObjCIvarRefExprs for checkers.
by Argyrios Kyrtzidis
· 14 years ago
f7fbbda
[analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently distinguish between loads/stores.
by Argyrios Kyrtzidis
· 14 years ago
b6a2b08
Remove ProgramPoint parameter from GenericNodeBuilder::generateNode().
by Ted Kremenek
· 14 years ago
ea09785
Rename GenericNodeBuilder to GenericNodeBuilderRefCount to avoid namespace clash using MSVC.
by Francois Pichet
· 14 years ago
27c54e5
Rework ExprEngine::processCFGBlockEntrance()
by Ted Kremenek
· 14 years ago
7771406
Remove several silly methods from ento::CoreEngine
by Ted Kremenek
· 14 years ago
55825aa
Rename misc. methods in ento::Worklist to start with lowercase letter.
by Ted Kremenek
· 14 years ago
e36de1f
Rename misc. methods in GRSubEngine to start
by Ted Kremenek
· 14 years ago
4d484a7
Replace all uses of PathV1::isDirectory with PathV2::fs::is_directory.
by Michael J. Spencer
· 14 years ago
e8f4b04
Fix CMakeLists.txt.
by Zhongxing Xu
· 14 years ago
0742f18
Revert r123160. There are linking dependency problems.
by Zhongxing Xu
· 14 years ago
2770eb1
Unbreak the CMake build.
by Douglas Gregor
· 14 years ago
2f1a4a8
ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory.
by Zhongxing Xu
· 14 years ago
f9d3cbb
In C++, assignment and compound assignment operators return an lvalue.
by Zhongxing Xu
· 14 years ago
b086244
The isPrefix() checking is redundant. Lvalue incremental/decremental expressions
by Zhongxing Xu
· 14 years ago
cbb6748
Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,
by Sean Hunt
· 14 years ago
f901a7d
There is nothing interesting to analyze with a sizeof...(pack) expression
by Douglas Gregor
· 14 years ago
be230c3
Implement support for pack expansions whose pattern is a non-type
by Douglas Gregor
· 14 years ago
7f88643
Set LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnalyzerCheckers
by Oscar Fuentes
· 14 years ago
a6b0b96
Add basic support for pointer arithmetic in
by Ted Kremenek
· 14 years ago
3252134
Remove the EntoSA directories.
by Argyrios Kyrtzidis
· 14 years ago
2114258
Chris Lattner has strong opinions about directory layout. :)
by Ted Kremenek
· 14 years ago