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
/
CheckObjCDealloc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
Artem Dergachev
2019-09-11
1
-1
/
+1
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-7
/
+6
*
[analyzer] Emit an error rather than assert on invalid checker option input
Kristof Umann
2019-03-08
1
-6
/
+2
*
[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] Update the category name for RetainCountChecker reports
George Karpenkov
2019-01-10
1
-3
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
[analyzer] ObjCDealloc: Fix a crash when a class attempts to deallocate a class.
Artem Dergachev
2018-12-15
1
-0
/
+4
*
[analyzer] NFC: Legalize state manager factory injection.
Artem Dergachev
2018-09-25
1
-9
/
+1
*
[analyzer] Make checkEndFunction() give access to the return statement.
Reka Kovacs
2018-07-16
1
-2
/
+2
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-22
1
-1
/
+1
*
Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""
Devin Coughlin
2016-10-16
1
-35
/
+3
*
[analyzer] DeallocChecker: Don't warn about directly-set IBOutlet ivars on macOS
Devin Coughlin
2016-10-12
1
-0
/
+31
*
[analyzer] Fix build error after r283660 - remove constexpr strings.
Artem Dergachev
2016-10-08
1
-2
/
+8
*
[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"
Artem Dergachev
2016-10-08
1
-3
/
+29
*
Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...
Vitaly Buka
2016-10-04
1
-29
/
+3
*
[analyzer] Add extra notes to ObjCDeallocChecker
Artem Dergachev
2016-10-03
1
-3
/
+29
*
[analyzer] Fix misleading indentation in ObjCDeallocChecker. NFC.
Devin Coughlin
2016-07-28
1
-1
/
+1
*
[analyzer] Implement a methond to discover origin region of a symbol.
Artem Dergachev
2016-07-13
1
-9
/
+1
*
[analyzer] Teach ObjCDeallocChecker about XCTestCase
Devin Coughlin
2016-06-22
1
-9
/
+11
*
[analyzer] Add CIFIlter modeling to DeallocChecker.
Devin Coughlin
2016-03-25
1
-10
/
+56
*
[analyzer] Add diagnostic in ObjCDeallocChecker for use of -dealloc instead o...
Devin Coughlin
2016-03-04
1
-32
/
+92
*
[analyzer] ObjCDeallocChecker: Only check for nil-out when type is retainable.
Devin Coughlin
2016-03-03
1
-1
/
+5
*
[analyzer] Update CheckObjCDealloc diagnostic for missing -dealloc.
Devin Coughlin
2016-03-01
1
-10
/
+18
*
[analyzer] Teach CheckObjCDealloc about Block_release().
Devin Coughlin
2016-02-29
1
-10
/
+38
*
[analyzer] Don't treat calls to system headers as escaping in CheckObjCDealloc.
Devin Coughlin
2016-02-29
1
-21
/
+96
*
[analyzer] Prune some incorrect \param doc comment annotations.
Devin Coughlin
2016-02-26
1
-12
/
+12
*
Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]
NAKAMURA Takumi
2016-02-26
1
-1
/
+1
*
[analyzer] Reapply r261917 with a fix.
Devin Coughlin
2016-02-25
1
-175
/
+752
*
Revert "[analyzer] Make ObjCDeallocChecker path sensitive."
Devin Coughlin
2016-02-25
1
-748
/
+175
*
[analyzer] Make ObjCDeallocChecker path sensitive.
Devin Coughlin
2016-02-25
1
-175
/
+748
*
[analyzer] Improve pattern matching in ObjCDealloc checker.
Devin Coughlin
2016-02-11
1
-8
/
+17
*
[analyzer] DeallocChecker: Don't warn on release of readonly assign property ...
Devin Coughlin
2016-02-06
1
-0
/
+6
*
[analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.
Devin Coughlin
2016-01-27
1
-50
/
+64
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-2
/
+2
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-2
/
+2
*
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
*
[analyzer] Remove check covered by -Wobjc-missing-super-calls.
Jordan Rose
2014-08-22
1
-39
/
+0
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...
Aaron Ballman
2014-03-13
1
-7
/
+4
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-6
/
+4
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-7
/
+9
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-2
/
+3
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
[next]