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
/
DirectIvarAssignment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-0
/
+2
*
[analyzer] Add CheckerManager::getChecker, make sure that a registry function...
Kristof Umann
2019-01-26
1
-1
/
+1
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-6
/
+15
*
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
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
1
-1
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-7
/
+6
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
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] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-1
/
+1
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-11
/
+2
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-10
/
+11
*
DirectIvarAssignment: Replace vtable'd objects with simple functions.
Benjamin Kramer
2013-08-09
1
-31
/
+19
*
[analyzer] DirectIvarAssignment: allow suppression annotation on Ivars.
Anna Zaks
2013-01-17
1
-7
/
+17
*
[analyzer] Add an annotation to allow suppression of direct ivar
Anna Zaks
2013-01-16
1
-0
/
+18
*
Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_insta...
Ted Kremenek
2012-12-22
1
-2
/
+2
*
Add missing virtual destructors reported by -Wnon-virtual-dtor.
Daniel Jasper
2012-12-05
1
-0
/
+2
*
[analyzer] Implement an opt-in variant of direct ivar assignment.
Anna Zaks
2012-12-05
1
-8
/
+52
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
[analyzer] Do not warn on direct ivar assignments within copy methods.
Anna Zaks
2012-10-15
1
-0
/
+2
*
[analyzer] Address Jordan's code review for r164790.
Anna Zaks
2012-09-27
1
-18
/
+18
*
[analyzer] Add an experimental ObjC direct ivar assignment checker.
Anna Zaks
2012-09-27
1
-0
/
+178