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
/
ObjCUnusedIVarsChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-2
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...
Aaron Ballman
2014-03-13
1
-10
/
+6
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-3
/
+4
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-2
/
+2
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-4
/
+5
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-2
/
+3
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
*
[analyzer] Fix a regression in ObjCUnusedIVars checker.
Anna Zaks
2012-05-15
1
-0
/
+9
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-2
/
+2
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-1
/
+1
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-1
/
+1
*
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-20
1
-1
/
+3
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-6
/
+6
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
1
-2
/
+22
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-2
/
+2
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+164