Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2ff0e64bc32c07ee7b2e6414c15c73e5a51b003a
/
clang
/
lib
/
Checker
/
BugReporterVisitors.cpp
edb77fe
Constify all references to Stmt* and CFGBlock* in libChecker.
by Zhongxing Xu
· 15 years ago
9a12919
Overhaul the AST representation of Objective-C message send
by Douglas Gregor
· 16 years ago
b11416d
Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream.
by Benjamin Kramer
· 16 years ago
c048322
Checker: random include cleanup.
by Benjamin Kramer
· 16 years ago
3460b53
Reapply r99024 (but with the memory issue now fixed).
by Ted Kremenek
· 16 years ago
92713e7
Check if a BugReporterVisitor has already been added to a BugReporterContext.
by Ted Kremenek
· 16 years ago
4e3e099
Revert r99024, "Augment path diagnostics to include displaying when a message
by Daniel Dunbar
· 16 years ago
8a8e3e6
Augment path diagnostics to include displaying when a message expression
by Ted Kremenek
· 16 years ago
2286397
Add simpler checker to check if variables captured by a block are uninitialized.
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
fe0fc40
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter'
by Ted Kremenek
· 16 years ago
d6b8708
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 16 years ago
[Renamed (98%) from clang/lib/Analysis/BugReporterVisitors.cpp]
65c6566
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 16 years ago
7020eae
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
by Ted Kremenek
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
6e4232c
Refactor the check for bad divide into a checker.
by Zhongxing Xu
· 16 years ago
79affb7
Refactor bad callee check into a Checker.
by Zhongxing Xu
· 16 years ago
14536f6
Add LocationContext* field to VarRegion. This is needed for interprocedural analysis.
by Ted Kremenek
· 16 years ago
9b2c79d
Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'
by Ted Kremenek
· 16 years ago
20227f7
As GRState seems general enough, it is time to merge some template classes
by Zhongxing Xu
· 16 years ago
bfd28fd
Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.
by Ted Kremenek
· 16 years ago
f128207
Move bug reporter "visitors" to their own file and make them part of the public
by Ted Kremenek
· 16 years ago