Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3cb18bcefe39756f3b079fa1a62b4c9cbf6a592f
/
lib
/
Checker
/
UndefinedAssignmentChecker.cpp
5e2d2c2
Checker: random include cleanup.
by Benjamin Kramer
· 15 years ago
12182a0
Improve the diagnostics for the UndefinedAssignmentChecker when an
by Ted Kremenek
· 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 (94%) from lib/Analysis/UndefinedAssignmentChecker.cpp]
ba5fb5a
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 15 years ago
19d67b5
Clean up the Checker API a little more, resolving some hidden bugs
by Ted Kremenek
· 15 years ago
c3372e0
Remove UndefinedAssignmentChecker's header.
by Zhongxing Xu
· 15 years ago
d02e232
Change *BugReport constructors to take StringRefs.
by Benjamin Kramer
· 15 years ago
2c791bd
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
· 15 years ago
50ecd15
Modify GRExprEngine::EvalBind() to take both a "store expression" and
by Ted Kremenek
· 15 years ago
0360af5
Add FIXME.
by Ted Kremenek
· 15 years ago
b107c4b
Catch uses of undefined values when they are used in assignment, thus catching such bugs closer to the source.
by Ted Kremenek
· 15 years ago