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
/
ObjCContainersASTChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-3
/
+2
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-3
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-1
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-7
/
+8
*
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
Jordan Rose
2013-10-07
1
-2
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
[analyzer] ObjCContainersASTChecker: minor cleanup and an extra test case.
Jordan Rose
2012-10-16
1
-10
/
+4
*
Fix potential crash in ObjCContainersChecker by properly validating
Ted Kremenek
2012-10-12
1
-0
/
+5
*
Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker.
Ted Kremenek
2012-09-07
1
-1
/
+3
*
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-04-05
1
-1
/
+1
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-1
/
+2
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
[analyzer] Minor cleanups to the ObjCSelfInitChecker.
Anna Zaks
2012-02-04
1
-1
/
+1
*
[analyzer] Fix a false positive in the CFArrayCreate check that surfaces
Anna Zaks
2012-02-02
1
-1
/
+10
*
[analyzer] Add an AST checker that checks for a common pitfall when
Anna Zaks
2012-01-26
1
-0
/
+163