Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 سال پیش |
Ahmed Charles
|
f8b74ee5f0
[C++11] Replace OwningPtr include with <memory>.
|
11 سال پیش |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 سال پیش |
Ahmed Charles
|
789a4f820d
Change OwningPtr::take() to OwningPtr::release().
|
11 سال پیش |
Ted Kremenek
|
8dae128d16
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
|
12 سال پیش |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 سال پیش |
Ted Kremenek
|
987695a5dd
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
|
13 سال پیش |
Ted Kremenek
|
5705a40c7e
Move AnalyzerOptions.h to include/clang/StaticAnalyzer.
|
13 سال پیش |
Ted Kremenek
|
c0a43777ef
Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>.
|
13 سال پیش |
Dylan Noblesmith
|
6f42b62b61
Basic: import OwningPtr<> into clang namespace
|
13 سال پیش |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 سال پیش |
Jordy Rose
|
b7b0608c3a
Fix typo.
|
14 سال پیش |
Jordy Rose
|
a8fd0bc069
[analyzer] Add a warning for an incompatible plugin version.
|
14 سال پیش |
Benjamin Kramer
|
6875325b65
Silence compiler warnings by casting object pointers to function pointers via intptr_t.
|
14 سال پیش |
Jordy Rose
|
77a33a7170
[analyzer] Add basic support for pluggable checkers.
|
14 سال پیش |
Jordy Rose
|
08b86531ad
[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).
|
14 سال پیش |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 سال پیش |
Argyrios Kyrtzidis
|
9bc1afc358
[analyzer] For -analyzer-checker-help show all the info about groups, packages, and which packages/checkers are hidden.
|
14 سال پیش |
Argyrios Kyrtzidis
|
deb6447d00
[analyzer] Introduce "event" mechanism in CheckerManager.
|
14 سال پیش |
Argyrios Kyrtzidis
|
116f3640da
Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers.
|
14 سال پیش |
Argyrios Kyrtzidis
|
2e471a3e47
[analyzer] Add LangOptions in CheckerManager.
|
14 سال پیش |
Argyrios Kyrtzidis
|
27af04bcca
Fix the clang-wpa example.
|
14 سال پیش |
Argyrios Kyrtzidis
|
43dee22025
[analyzer] Overhauling of the checker registration mechanism.
|
14 سال پیش |