Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4383e18fc3d79fd536c6992432e180a11bcb657d
/
lib
/
Checker
/
BugReporterVisitors.cpp
2bbbe50
Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struct. Clang would zero out the enum and pointer in the struct in some conditions, but GCC would never zero out the values.
by Tom Care
· 14 years ago
066d660
Reverting 112850 and 112839 due to test failures on some systems
by Tom Care
· 14 years ago
3f0ce9c
Improved error reporting in IdempotentOperationChecker
by Tom Care
· 14 years ago
2de56d1
GCC didn't care for my attempt at API compatibility, so brute-force everything
by John McCall
· 15 years ago
018220c
MemRegion can refer to ASTContext without external help.
by Zhongxing Xu
· 15 years ago
03509ae
Constify all references to Stmt* and CFGBlock* in libChecker.
by Zhongxing Xu
· 15 years ago
04badcf
Overhaul the AST representation of Objective-C message send
by Douglas Gregor
· 15 years ago
900fc63
Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream.
by Benjamin Kramer
· 15 years ago
5e2d2c2
Checker: random include cleanup.
by Benjamin Kramer
· 15 years ago
ff7f736
Reapply r99024 (but with the memory issue now fixed).
by Ted Kremenek
· 15 years ago
1b43102
Check if a BugReporterVisitor has already been added to a BugReporterContext.
by Ted Kremenek
· 15 years ago
0f2c907
Revert r99024, "Augment path diagnostics to include displaying when a message
by Daniel Dunbar
· 15 years ago
2d46f4d
Augment path diagnostics to include displaying when a message expression
by Ted Kremenek
· 15 years ago
94fd0b8
Add simpler checker to check if variables captured by a block are uninitialized.
by Ted Kremenek
· 15 years ago
1397663
Revert 95541.
by Ted Kremenek
· 15 years ago
6f8c430
Rename: GRState::getSVal(Stmt*) => getExprVal(),
by Zhongxing Xu
· 15 years ago
6b67630
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter'
by Ted Kremenek
· 15 years ago
1309f9a
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 15 years ago
[Renamed (98%) from lib/Analysis/BugReporterVisitors.cpp]
ba5fb5a
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 15 years ago
5b9bd21
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
by Ted Kremenek
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
6403b57
Refactor the check for bad divide into a checker.
by Zhongxing Xu
· 15 years ago
d99f361
Refactor bad callee check into a Checker.
by Zhongxing Xu
· 15 years ago
d17da2b
Add LocationContext* field to VarRegion. This is needed for interprocedural analysis.
by Ted Kremenek
· 16 years ago
592362b
Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'
by Ted Kremenek
· 16 years ago
c5619d9
As GRState seems general enough, it is time to merge some template classes
by Zhongxing Xu
· 16 years ago
5f85e17
Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.
by Ted Kremenek
· 16 years ago
5350066
Move bug reporter "visitors" to their own file and make them part of the public
by Ted Kremenek
· 16 years ago