Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c129cc18f0e90af148620b9deefdb46fa3407e76
/
clang
/
lib
/
Checker
/
GRCXXExprEngine.cpp
ddec092
Makes GRState::makeWithStore private, to encourage clients to make store changes through GRState instead of directly accessing the StoreManager. Also adds cover methods for InvalidateRegion(s) and EnterStackFrame to GRState.
by Jordy Rose
· 15 years ago
edb77fe
Constify all references to Stmt* and CFGBlock* in libChecker.
by Zhongxing Xu
· 15 years ago
84f65e0
Reapply r108617.
by Zhongxing Xu
· 15 years ago
e2e031e
Revert r108617, it broke the build.
by Benjamin Kramer
· 15 years ago
4ca4a99
Prepare the analyzer for the callee in another translation unit:
by Zhongxing Xu
· 15 years ago
9174b2c
Make -analyzer-inline-call not a separate analysis. Instead it's a boolean
by Zhongxing Xu
· 16 years ago
3affbe6
Use the right predecessor.
by Zhongxing Xu
· 16 years ago
d80755d
Add initial support for C++ delete expr.
by Zhongxing Xu
· 16 years ago
23030c9
Replace code with a method call. No functionality change.
by Zhongxing Xu
· 16 years ago
40eb21a
Improve handling of CXXNewExpr.
by Zhongxing Xu
· 16 years ago
6a479bf
Move all C++ expression evaluation logic into its own file.
by Zhongxing Xu
· 16 years ago