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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
5
-6
/
+11
*
[Analyzer] Correct stack address escape diagnostic
Sean Eveson
2016-05-26
1
-1
/
+6
*
[analyzer] Fix for PR23790 : constrain return value of strcmp() rather than r...
Anton Yartsev
2016-05-19
1
-17
/
+20
*
[analyzer] Fix crash in ObjCGenericsChecker
Devin Coughlin
2016-05-11
1
-0
/
+25
*
[analyzer] Add path note for localizability checker.
Devin Coughlin
2016-04-28
1
-0
/
+64
*
[analyzer] Move Checkers.inc to clang/include/...
Chih-Hung Hsieh
2016-04-28
4
-658
/
+2
*
[analyzer] Let TK_PreserveContents span across the whole base region.
Artem Dergachev
2016-04-25
1
-1
/
+1
*
[analyzer] Nullability: Suppress diagnostic on bind with cast.
Devin Coughlin
2016-04-13
1
-6
/
+28
*
[analyzer] Nullability: Treat nil _Nonnull ivar as invariant violation.
Devin Coughlin
2016-04-13
1
-14
/
+56
*
[analyzer] Nullability: Suppress return diagnostics in inlined functions.
Devin Coughlin
2016-04-12
1
-1
/
+2
*
Remove redundant conditions of the form (A || (!A && B)) -> (A || B)
Benjamin Kramer
2016-04-11
1
-2
/
+1
*
[analyzer] Nullability: Don't warn along paths where null returned from non-n...
Devin Coughlin
2016-03-28
1
-55
/
+79
*
[analyzer] Add CIFIlter modeling to DeallocChecker.
Devin Coughlin
2016-03-25
1
-10
/
+56
*
[analyzer] Fix typo s/initalize/initialize/
Chih-Hung Hsieh
2016-03-23
1
-1
/
+1
*
StaticAnalyzer: Avoid an unintentional copy
Justin Bogner
2016-03-22
1
-1
/
+1
*
[analyzer] Fix missed leak from MSVC specific allocation functions
Anna Zaks
2016-03-08
1
-13
/
+23
*
[analyzer] Nullability: add option to not report on calls to system headers.
Devin Coughlin
2016-03-05
1
-2
/
+25
*
[analyzer] Add diagnostic in ObjCDeallocChecker for use of -dealloc instead o...
Devin Coughlin
2016-03-04
1
-32
/
+92
*
Move class into anonymous namespace. NFC.
Benjamin Kramer
2016-03-04
1
-0
/
+2
*
[analyzer] ObjCDeallocChecker: Only check for nil-out when type is retainable.
Devin Coughlin
2016-03-03
1
-1
/
+5
*
[analyzer] Move ObjCSuperDeallocChecker out of the alpha package.
Devin Coughlin
2016-03-02
1
-4
/
+4
*
[analyzer] Move ObjCDeallocChecker out of the alpha package.
Devin Coughlin
2016-03-02
1
-4
/
+4
*
[analyzer] Fix capitalization in ObjCSuperDeallocChecker diagnostic.
Devin Coughlin
2016-03-02
1
-1
/
+1
*
[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
2
-15
/
+15
*
Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]
NAKAMURA Takumi
2016-02-26
1
-1
/
+1
*
[analyzer] Shorten ObjcSuperDeallocChecker diagnostics.
Devin Coughlin
2016-02-26
1
-2
/
+2
*
[analyzer] Fix a memory error in r261935 caught by the Windows bots.
Devin Coughlin
2016-02-26
1
-2
/
+2
*
[analyzer] Warn on use of 'self' after call to to [super dealloc].
Devin Coughlin
2016-02-25
1
-24
/
+119
*
[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 pointer arithmetic checker.
Gabor Horvath
2016-02-23
1
-25
/
+299
*
[analyzer] Detect duplicate [super dealloc] calls
Devin Coughlin
2016-02-22
3
-0
/
+202
*
[analyzer] Add checker callback for beginning of function.
Devin Coughlin
2016-02-19
2
-1
/
+15
*
Simplify users of StringRef::{l,r}trim (clang) (NFC)
Vedant Kumar
2016-02-16
2
-2
/
+2
*
[analyzer] Improve pattern matching in ObjCDealloc checker.
Devin Coughlin
2016-02-11
1
-8
/
+17
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
7
-40
/
+19
*
[analyzer] Invalidate destination of std::copy() and std::copy_backward().
Devin Coughlin
2016-02-07
1
-0
/
+58
*
[analyzer] DeallocChecker: Don't warn on release of readonly assign property ...
Devin Coughlin
2016-02-06
1
-0
/
+6
*
[analyzer] Suppress localization diagnostics in debug classes and methods.
Devin Coughlin
2016-02-05
1
-0
/
+35
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
2
-6
/
+2
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
[analyzer] Improve Nullability checker diagnostics
Anna Zaks
2016-01-29
2
-34
/
+62
*
Class Property: change PropertyMap to include isClassProperty.
Manman Ren
2016-01-28
1
-0
/
+2
*
[analyzer] NullabilityChecker: Remove unused isReturnSelf() function.
Devin Coughlin
2016-01-28
1
-16
/
+0
*
[analyzer] Suppress nullability warnings in copy, mutableCopy, and init famil...
Devin Coughlin
2016-01-28
1
-11
/
+10
*
[analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.
Devin Coughlin
2016-01-27
1
-50
/
+64
[next]