Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
78f80710decdcb838a57e24e8a085891e4f66481
/
clang
/
lib
/
StaticAnalyzer
/
Frontend
/
CheckerRegistration.cpp
8a28295
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
by Ted Kremenek
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
a5770cd
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
by Ted Kremenek
· 13 years ago
45c5c0a
Move AnalyzerOptions.h to include/clang/StaticAnalyzer.
by Ted Kremenek
· 13 years ago
2b61966
Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>.
by Ted Kremenek
· 13 years ago
e277899
Basic: import OwningPtr<> into clang namespace
by Dylan Noblesmith
· 14 years ago
9c902b5
Rename Diagnostic to DiagnosticsEngine as per issue 5397
by David Blaikie
· 14 years ago
9c09ce4
Fix typo.
by Jordy Rose
· 14 years ago
075d73b
[analyzer] Add a warning for an incompatible plugin version.
by Jordy Rose
· 14 years ago
8b3929d
Silence compiler warnings by casting object pointers to function pointers via intptr_t.
by Benjamin Kramer
· 14 years ago
93b86e4
[analyzer] Add basic support for pluggable checkers.
by Jordy Rose
· 14 years ago
59cce71
[analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages).
by Jordy Rose
· 14 years ago
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
437758c
[analyzer] For -analyzer-checker-help show all the info about groups, packages, and which packages/checkers are hidden.
by Argyrios Kyrtzidis
· 15 years ago
a15dfec
[analyzer] Introduce "event" mechanism in CheckerManager.
by Argyrios Kyrtzidis
· 15 years ago
17bee3e
Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers.
by Argyrios Kyrtzidis
· 15 years ago
99ea464
[analyzer] Add LangOptions in CheckerManager.
by Argyrios Kyrtzidis
· 15 years ago
6fa0d20
Fix the clang-wpa example.
by Argyrios Kyrtzidis
· 15 years ago
556c45e
[analyzer] Overhauling of the checker registration mechanism.
by Argyrios Kyrtzidis
· 15 years ago