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
/
Checkers
/
ChrootChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[analyzer] NFC: Change evalCall() to provide a CallEvent.
Artem Dergachev
2019-06-19
1
-37
/
+20
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-3
/
+2
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-1
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-6
/
+6
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-4
/
+3
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-3
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-1
/
+1
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-2
/
+2
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-1
/
+1
*
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
1
-9
/
+3
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-3
/
+3
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-2
/
+2
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-8
/
+8
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-2
/
+2
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate ChrootChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
1
-23
/
+20
*
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+6
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-2
/
+2
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-5
/
+5
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+162