Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0ba9fd6c47bc1a49ec9db249d9c30d9cba85564f
/
clang
/
lib
/
Checker
/
UndefinedAssignmentChecker.cpp
c048322
Checker: random include cleanup.
by Benjamin Kramer
· 16 years ago
28ec56d
Improve the diagnostics for the UndefinedAssignmentChecker when an
by Ted Kremenek
· 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 (94%) from clang/lib/Analysis/UndefinedAssignmentChecker.cpp]
65c6566
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 16 years ago
f573515
Clean up the Checker API a little more, resolving some hidden bugs
by Ted Kremenek
· 16 years ago
f0b7fc8
Remove UndefinedAssignmentChecker's header.
by Zhongxing Xu
· 16 years ago
f4c511b
Change *BugReport constructors to take StringRefs.
by Benjamin Kramer
· 16 years ago
2980b97
Minor cleanup: use BuiltinBug (which will soon be renamed) for DeferenceChecker and friends so that they always report the same bug type.
by Ted Kremenek
· 16 years ago
209e31b
Modify GRExprEngine::EvalBind() to take both a "store expression" and
by Ted Kremenek
· 16 years ago
9346a56
Add FIXME.
by Ted Kremenek
· 16 years ago
ef91004
Catch uses of undefined values when they are used in assignment, thus catching such bugs closer to the source.
by Ted Kremenek
· 16 years ago