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
/
ObjCMissingSuperCallChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-3
/
+3
*
[analyzer] Don't issue alarm in ObjCSuperCallChecker for the super class itself.
Devin Coughlin
2015-08-08
1
-1
/
+1
*
[Analyzer] Move FindSuperCallVisitor into an anonymous namespace.
Benjamin Kramer
2015-07-14
1
-2
/
+0
*
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] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-6
/
+2
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-1
/
+1
*
[analyzer] Fix doc error (wrong param name) in ObjCSuperCallChecker.
Jordan Rose
2012-12-13
1
-1
/
+1
*
[analyzer] Generalize ObjCMissingSuperCallChecker.
Jordan Rose
2012-12-13
1
-43
/
+109
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-7
/
+7
*
[analyzer] New checker for missing super calls in UIViewController subclasses.
Jordan Rose
2012-10-30
1
-0
/
+203