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
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-8
/
+10
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-2
/
+2
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-09-24
1
-7
/
+91
*
Drop useless const in for-range loops.
Benjamin Kramer
2015-09-24
1
-1
/
+1
*
[analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.
Devin Coughlin
2015-09-23
1
-33
/
+101
*
[analyzer] Improve localizability checks for iOS / OS X.
Devin Coughlin
2015-09-23
2
-97
/
+707
*
Revert "[analyzer] Improve localizability checks for iOS / OS X."
Devin Coughlin
2015-09-23
2
-707
/
+97
*
[analyzer] Improve localizability checks for iOS / OS X.
Devin Coughlin
2015-09-22
2
-97
/
+707
*
[analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).
Devin Coughlin
2015-09-22
1
-13
/
+25
*
[Static Analyzer] Fixed a false positive case in DynamicTypeChecker when deal...
Gabor Horvath
2015-09-18
1
-0
/
+11
*
[Static Analyzer] General type checker based on dynamic type information.
Gabor Horvath
2015-09-18
4
-52
/
+207
*
[Static Analyzer] Use generics related information to infer dynamic types.
Gabor Horvath
2015-09-18
1
-13
/
+31
*
[Static Analyzer] Generics Checker: When an ObjC method returns a specialized...
Gabor Horvath
2015-09-16
1
-76
/
+136
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
42
-102
/
+121
*
[analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
Devin Coughlin
2015-09-15
2
-13
/
+22
*
[Static Analyzer] Nullability checker optimization.
Gabor Horvath
2015-09-14
1
-1
/
+6
*
[Static Analyzer] Moving nullability checkers out of alpha.
Gabor Horvath
2015-09-14
1
-2
/
+2
*
[Static Analyzer] Moving nullability checkers to a top level package.
Gabor Horvath
2015-09-14
2
-12
/
+29
*
[Static Analyzer] Remove a redundant file.
Gabor Horvath
2015-09-13
1
-623
/
+0
*
[Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Pr...
Gabor Horvath
2015-09-13
3
-20
/
+635
*
[Static Analyzer] Fixed a typo in a diagnostic message.
Gabor Horvath
2015-09-11
1
-1
/
+1
*
[Static Analyzer] Properly clean up the dynamic type information for dead reg...
Gabor Horvath
2015-09-11
1
-8
/
+25
*
[Static Analyzer] Minor cleanups for the nullability checker.
Gabor Horvath
2015-09-11
1
-46
/
+40
*
[Static Analyzer] Objective-C Generics Checker improvements.
Gabor Horvath
2015-09-08
2
-150
/
+204
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
46
-425
/
+425
*
[Static Analyzer] Remove sinks from nullability checks.
Gabor Horvath
2015-09-03
1
-26
/
+146
*
add __builtin_unpredictable and convert to metadata
Sanjay Patel
2015-09-02
1
-2
/
+3
*
Revert r246345 until an assertion is fixed.
Gabor Horvath
2015-08-31
1
-85
/
+7
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-08-28
1
-7
/
+85
*
[Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...
Gabor Horvath
2015-08-27
3
-21
/
+34
*
[Static Analyzer] Checks to catch nullability related issues.
Gabor Horvath
2015-08-26
3
-0
/
+864
*
Add missing newline.
Ted Kremenek
2015-08-26
1
-1
/
+1
*
[Static Analyzer] Fixed a typo in a diagnostic message.
Gabor Horvath
2015-08-25
1
-1
/
+1
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
2
-0
/
+10
*
[Static Analyzer] Add checker to catch lightweight generics related type erro...
Gabor Horvath
2015-08-21
3
-0
/
+574
*
clangStaticAnalyzerCheckers: Update libdesp.
NAKAMURA Takumi
2015-08-15
1
-0
/
+1
*
[analyzer] Add checkers for OS X / iOS localizability issues
Anna Zaks
2015-08-14
3
-0
/
+604
*
Wdeprecated: Make the SecKeychainBugVisitor copyable (for the clone support i...
David Blaikie
2015-08-13
1
-1
/
+0
*
Wdeprecated: BugReporterVisitors are copied for cloning (BugReporterVisitorIm...
David Blaikie
2015-08-13
1
-3
/
+2
*
Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...
David Blaikie
2015-08-13
3
-3
/
+3
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
2
-2
/
+0
*
[Static Analyzer] Warn when inner and outer conditions are identical. The inn...
Daniel Marjamaki
2015-08-10
1
-0
/
+18
*
Revert "[analyzer] Add checkers for OS X / iOS localizability issues"
Anna Zaks
2015-08-08
3
-568
/
+0
*
Revert "[analyzer] Fixup to r244389 to make this build on windows."
Anna Zaks
2015-08-08
1
-1
/
+1
*
[analyzer] Fixup to r244389 to make this build on windows.
Anna Zaks
2015-08-08
1
-1
/
+1
*
[analyzer] Add checkers for OS X / iOS localizability issues
Anna Zaks
2015-08-08
3
-0
/
+568
*
[analyzer] Don't issue alarm in ObjCSuperCallChecker for the super class itself.
Devin Coughlin
2015-08-08
1
-1
/
+1
*
[Analyzer] Move FindSuperCallVisitor into an anonymous namespace.
Benjamin Kramer
2015-07-14
1
-2
/
+0
[next]