Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f3ed8b631d780be6b7c8ea6a6842a19ae64feae7
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
BuiltinFunctionChecker.cpp
f3ed8b6
[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
by Argyrios Kyrtzidis
· 15 years ago
f8cbac4
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
by Ted Kremenek
· 15 years ago
f99d595
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/StaticAnalyzer/Checkers/InternalChecks.h
by Argyrios Kyrtzidis
· 15 years ago
d99bd55
Chris Lattner has strong opinions about directory layout. :)
by Ted Kremenek
· 15 years ago
[Renamed (97%) from clang/lib/EntoSA/Checkers/BuiltinFunctionChecker.cpp]
ef33f09
Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile.
by Ted Kremenek
· 15 years ago
[Renamed (97%) from clang/lib/GR/Checkers/BuiltinFunctionChecker.cpp]
98857c9
Rename static analyzer namespace 'GR' to 'ento'.
by Ted Kremenek
· 15 years ago
1696f50
[analyzer] Refactoring: Drop the 'GR' prefix.
by Argyrios Kyrtzidis
· 15 years ago
ca08fba
[analyzer] Refactoring: Move stuff into namespace 'GR'.
by Argyrios Kyrtzidis
· 15 years ago
a700e97
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers
by Argyrios Kyrtzidis
· 15 years ago
[Renamed from clang/lib/GR/BuiltinFunctionChecker.cpp]
2ff5ab1
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
by Argyrios Kyrtzidis
· 15 years ago
[Renamed from clang/lib/Checker/BuiltinFunctionChecker.cpp]
8d602a8
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
by Argyrios Kyrtzidis
· 15 years ago
750b7ac
Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
by Ted Kremenek
· 15 years ago
90af909
Merge ValueManager into SValBuilder.
by Ted Kremenek
· 15 years ago
c5bea1e
Rename all 'AssumeXXX' methods in libChecker to 'assumeXXX'.
by Ted Kremenek
· 15 years ago
dc89142
Rename all 'EvalXXX' methods in libChecker to 'evalXXX'.
by Ted Kremenek
· 15 years ago
9d0bb1e
Rename 'SValuator' to 'SValBuilder'. The new name
by Ted Kremenek
· 15 years ago
674bd55
Add a new symbol type, SymbolExtent, to represent the extents of memory regions that may not be known at compile-time (such as those created by malloc). This replaces the old setExtent/getExtent API on Store, which used the GRState's GDM to store SVals.
by Jordy Rose
· 15 years ago
ad744f4
Remove #include.
by Ted Kremenek
· 16 years ago
57f0989
Revert 95541.
by Ted Kremenek
· 16 years ago
500f49f
Rename: GRState::getSVal(Stmt*) => getExprVal(),
by Zhongxing Xu
· 16 years ago
d6b8708
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 16 years ago
[Renamed (97%) from clang/lib/Analysis/BuiltinFunctionChecker.cpp]
fe2f901
Refactor builtin function evaluation into a checker.
by Zhongxing Xu
· 16 years ago