index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Frontend
/
CheckerRegistration.cpp
Age
Commit message (
Expand
)
Author
2013-04-16
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
Ted Kremenek
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-08-31
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
Ted Kremenek
2012-08-30
Move AnalyzerOptions.h to include/clang/StaticAnalyzer.
Ted Kremenek
2012-07-25
Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...
Ted Kremenek
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-08-17
Fix typo.
Jordy Rose
2011-08-17
[analyzer] Add a warning for an incompatible plugin version.
Jordy Rose
2011-08-17
Silence compiler warnings by casting object pointers to function pointers via...
Benjamin Kramer
2011-08-17
[analyzer] Add basic support for pluggable checkers.
Jordy Rose
2011-08-16
[analyzer] Overhaul of checker registration in preparation for basic plugin s...
Jordy Rose
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-03-29
[analyzer] For -analyzer-checker-help show all the info about groups, package...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Introduce "event" mechanism in CheckerManager.
Argyrios Kyrtzidis
2011-02-25
Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...
Argyrios Kyrtzidis
2011-02-23
[analyzer] Add LangOptions in CheckerManager.
Argyrios Kyrtzidis
2011-02-15
Fix the clang-wpa example.
Argyrios Kyrtzidis
2011-02-14
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis