Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb639dbeea97c901b2642ebe296eb358d27b2f6
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
DirectIvarAssignment.cpp
204bf2b
[analyzer] Add CheckerManager::getChecker, make sure that a registry function registers no more than 1 checker
by Kristof Umann
· 7 years ago
058a7a4
[analyzer] Supply all checkers with a shouldRegister function
by Kristof Umann
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
76a2150
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
by Kristof Umann
· 7 years ago
a7a8b1f
Use instance_properties instead of properties. NFC.
by Manman Ren
· 10 years ago
9c10490
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyzer/Checkers
by Alexander Kornienko
· 10 years ago
642f173
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops.
by Benjamin Kramer
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
f26acce
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops.
by Aaron Ballman
· 12 years ago
d174edf
Renaming the recently-created (r203830) props() range API to properties() for clarity.
by Aaron Ballman
· 12 years ago
dc4bea4
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() with iterator_range props(). Updating all of the usages of the iterators with range-based for loops.
by Aaron Ballman
· 12 years ago
be22bcb
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops.
by Aaron Ballman
· 12 years ago
4aca9b1
Expose the name of the checker producing each diagnostic message.
by Alexander Kornienko
· 12 years ago
27bc504
DirectIvarAssignment: Replace vtable'd objects with simple functions.
by Benjamin Kramer
· 12 years ago
0e9c941
[analyzer] DirectIvarAssignment: allow suppression annotation on Ivars.
by Anna Zaks
· 13 years ago
6519564
[analyzer] Add an annotation to allow suppression of direct ivar assignment
by Anna Zaks
· 13 years ago
c632467
Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_instance_variable_assignment.
by Ted Kremenek
· 13 years ago
7308385
Add missing virtual destructors reported by -Wnon-virtual-dtor.
by Daniel Jasper
· 13 years ago
25dd07c
[analyzer] Implement an opt-in variant of direct ivar assignment.
by Anna Zaks
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
f4fd145
[analyzer] Do not warn on direct ivar assignments within copy methods.
by Anna Zaks
· 13 years ago
6aef455
[analyzer] Address Jordan's code review for r164790.
by Anna Zaks
· 13 years ago
461f239
[analyzer] Add an experimental ObjC direct ivar assignment checker.
by Anna Zaks
· 13 years ago