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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-09-24
2
-9
/
+176
*
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
*
[analyzer] Create one state for a range switch case instead of multiple.
Devin Coughlin
2015-09-22
4
-75
/
+248
*
Analyzer: Teach analyzer how to handle TypeTraitExpr
Ismail Pazarbasi
2015-09-22
3
-2
/
+8
*
[Static Analyzer] Fixed a false positive case in DynamicTypeChecker when deal...
Gabor Horvath
2015-09-18
1
-0
/
+11
*
Analyzer: Fix a crasher in UbigraphViz
Ismail Pazarbasi
2015-09-18
1
-2
/
+3
*
[Static Analyzer] General type checker based on dynamic type information.
Gabor Horvath
2015-09-18
4
-52
/
+207
*
[analyzer] A fix for substraction of an integer from a pointer.
Gabor Horvath
2015-09-18
1
-1
/
+2
*
[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
43
-102
/
+126
*
Silencing a -Wreturn-type warning; NFC.
Aaron Ballman
2015-09-15
1
-0
/
+1
*
[analyzer] Restore behavior change introduced by r247657.
Devin Coughlin
2015-09-15
1
-4
/
+6
*
ExprEngineObjC.cpp: Fix warnings. [-Wunused-variable]
NAKAMURA Takumi
2015-09-15
1
-4
/
+4
*
[analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
Devin Coughlin
2015-09-15
4
-47
/
+129
*
[Static Analyzer] Nullability checker optimization.
Gabor Horvath
2015-09-14
1
-1
/
+6
*
[Static Analyzer] Relaxing a caching out related assert.
Gabor Horvath
2015-09-14
1
-1
/
+4
*
[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] Properly cash the configuration option for lambda support.
Gabor Horvath
2015-09-11
1
-1
/
+3
*
[analyzer] Add -analyzer-config option for function size the inliner consider...
Devin Coughlin
2015-09-11
2
-1
/
+9
*
[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
5
-43
/
+80
*
[Static Analyzer] Lambda support.
Gabor Horvath
2015-09-11
4
-5
/
+92
*
[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
78
-823
/
+823
*
[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
2
-166
/
+9
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-08-28
2
-9
/
+166
*
[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
3
-1
/
+12
*
[Static Analyzer] Add checker to catch lightweight generics related type erro...
Gabor Horvath
2015-08-21
3
-0
/
+574
*
Do not crash when static analysis encounters a FunctionDecl that has a delaye...
Aaron Ballman
2015-08-20
1
-2
/
+2
*
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
6
-7
/
+5
[next]