index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Frontend
/
CheckerRegistration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Warn about -analyzer-configs being meant for development purposes ...
Kristof Umann
2019-08-15
1
-5
/
+16
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[analyzer] Add a new frontend flag to display all checker options
Kristof Umann
2019-05-23
1
-35
/
+16
*
[analyzer][NFC] Use capital variable names, move methods out-of-line, rename ...
Kristof Umann
2019-04-18
1
-2
/
+4
*
[analyzer] Fix an bug where statically linked, but not registered checkers we...
Kristof Umann
2019-01-26
1
-4
/
+2
*
[analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions
Kristof Umann
2019-01-26
1
-6
/
+7
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-5
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry
Kristof Umann
2018-12-15
1
-86
/
+7
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-3
/
+8
*
[analyzer] Prefer returns values to out-params in CheckerRegistry.cpp
Kristof Umann
2018-12-15
1
-2
/
+3
*
[analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it local
Kristof Umann
2018-11-18
1
-25
/
+2
*
Attempt to fix 'logical operation on address of string constant'
Kristof Umann
2018-11-02
1
-2
/
+4
*
[analyzer] New flag to print all -analyzer-config options
Kristof Umann
2018-11-02
1
-0
/
+72
*
[analyzer] Add ASTContext to CheckerManager
George Karpenkov
2018-08-06
1
-3
/
+3
*
[analyzer] Allow registering custom statically-linked analyzer checkers
Alexander Kornienko
2018-06-27
1
-4
/
+9
*
Remove use of intrusive ref count ownership acquisition
David Blaikie
2017-01-04
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
[analyzer] Command line option to show enabled checker list.
Gabor Horvath
2016-08-08
1
-5
/
+20
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-4
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-1
/
+1
*
[Static Analyzer] Do not fail silently, when the analyzer is invoked from too...
Gabor Horvath
2015-07-15
1
-1
/
+6
*
[Static Analyzer] Basic per checker command line option validation.
Gabor Horvath
2015-07-09
1
-0
/
+1
*
Remove std::move that was preventing return value optimization.
Richard Trieu
2015-01-17
1
-1
/
+1
*
unique_ptrify clang::ento::createCheckerManager
David Blaikie
2014-08-29
1
-6
/
+5
*
Add an option to silence all analyzer warnings.
Anna Zaks
2014-08-29
1
-1
/
+4
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
Ted Kremenek
2013-04-16
1
-2
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-6
/
+6
*
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
Ted Kremenek
2012-08-31
1
-1
/
+1
*
Move AnalyzerOptions.h to include/clang/StaticAnalyzer.
Ted Kremenek
2012-08-30
1
-1
/
+1
*
Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...
Ted Kremenek
2012-07-25
1
-1
/
+1
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-5
/
+6
*
Fix typo.
Jordy Rose
2011-08-17
1
-1
/
+1
*
[analyzer] Add a warning for an incompatible plugin version.
Jordy Rose
2011-08-17
1
-6
/
+28
*
Silence compiler warnings by casting object pointers to function pointers via...
Benjamin Kramer
2011-08-17
1
-1
/
+2
*
[analyzer] Add basic support for pluggable checkers.
Jordy Rose
2011-08-17
1
-11
/
+49
*
[analyzer] Overhaul of checker registration in preparation for basic plugin s...
Jordy Rose
2011-08-16
1
-17
/
+23
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
[analyzer] For -analyzer-checker-help show all the info about groups, package...
Argyrios Kyrtzidis
2011-03-29
1
-3
/
+0
*
[analyzer] Introduce "event" mechanism in CheckerManager.
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+2
*
Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...
Argyrios Kyrtzidis
2011-02-25
1
-0
/
+15
*
[analyzer] Add LangOptions in CheckerManager.
Argyrios Kyrtzidis
2011-02-23
1
-1
/
+2
*
Fix the clang-wpa example.
Argyrios Kyrtzidis
2011-02-15
1
-1
/
+1
*
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-14
1
-0
/
+50