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] [NFC] Some miscellaneous clean ups and documentation fixes.
George Karpenkov
2018-11-30
1
-87
/
+90
*
[analyzer][PlistMacroExpansion] Part 4.: Support for __VA_ARGS__
Kristof Umann
2018-11-29
1
-19
/
+40
*
[analyzer] Cleanup constructors in the Z3 backend
Mikhail R. Gadelha
2018-11-28
1
-96
/
+31
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
7
-16
/
+20
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
7
-20
/
+16
*
[analyzer][PlistMacroExpansion] Part 3.: Macro arguments are expanded
Kristof Umann
2018-11-27
1
-22
/
+197
*
[analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checker
Kristof Umann
2018-11-24
2
-0
/
+129
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
7
-16
/
+20
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
7
-20
/
+16
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
7
-16
/
+20
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-0
/
+3
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-3
/
+0
*
[analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it local
Kristof Umann
2018-11-18
2
-31
/
+55
*
[analyzer][UninitializedObjectChecker] Uninit regions are only reported once
Kristof Umann
2018-11-18
3
-18
/
+64
*
[analyzer] ConversionChecker: handle floating point
Kristof Umann
2018-11-16
1
-10
/
+45
*
Convert a condition into an assertion per post-review feedback; NFC intended.
Aaron Ballman
2018-11-12
1
-20
/
+19
*
[analyzer] Drastically simplify the tblgen files used for checkers
Kristof Umann
2018-11-12
4
-4
/
+4
*
Fix compatibility with z3-4.8.1
Jan Kratochvil
2018-11-12
1
-1
/
+1
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
2
-3
/
+5
*
Don't use std::next() on an input iterator; NFC.
Aaron Ballman
2018-11-06
1
-19
/
+21
*
[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...
Kristof Umann
2018-11-05
12
-140
/
+106
*
Ensure the correct order of evaluation in part 2. of PlistMacroExpansion
Kristof Umann
2018-11-05
1
-1
/
+2
*
Reland '[analyzer][PlistMacroExpansion] Part 2.: Retrieving the macro name an...
Kristof Umann
2018-11-05
1
-6
/
+194
*
Revert '[analyzer][PlistMacroExpansion] Part 2.: Retrieving the macro name an...
Kristof Umann
2018-11-04
1
-194
/
+6
*
[analyzer][PlistMacroExpansion] Part 2.: Retrieving the macro name and primit...
Kristof Umann
2018-11-04
1
-6
/
+194
*
Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...
Richard Smith
2018-11-03
1
-6
/
+1
*
Attempt to fix 'logical operation on address of string constant'
Kristof Umann
2018-11-02
1
-2
/
+4
*
[analyzer] Put llvm.Conventions back in alpha
Kristof Umann
2018-11-02
1
-2
/
+1
*
[analyzer] New flag to print all -analyzer-config options
Kristof Umann
2018-11-02
1
-0
/
+72
*
[analyzer][NFC] Collect all -analyzer-config options in a .def file
Kristof Umann
2018-11-02
2
-341
/
+94
*
[analyzer][NFC] Fix some incorrect uses of -analyzer-config options
Kristof Umann
2018-11-02
9
-73
/
+30
*
Fix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSERTIONS=Off builds
Fangrui Song
2018-11-02
1
-1
/
+1
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
6
-9
/
+9
*
Output "rule" information in SARIF exports.
Aaron Ballman
2018-11-01
1
-0
/
+38
*
Update to the 10-10 SARIF spec.
Aaron Ballman
2018-11-01
1
-8
/
+7
*
[analyzer] pr39348: MallocChecker: Realize that sized delete isn't custom del...
Artem Dergachev
2018-11-01
1
-31
/
+7
*
[analyzer] Re-add custom OSIterator rule for RetainCountChecker
George Karpenkov
2018-10-31
1
-4
/
+9
*
[analyzer] RetainCountChecker: for now, do not trust the summaries of inlined...
George Karpenkov
2018-10-31
2
-14
/
+7
*
[analyzer] Enable retain count checking for OSObject by defa
George Karpenkov
2018-10-31
1
-1
/
+1
*
[analyzer][PlistMacroExpansion] Part 1.: New expand-macros flag
Kristof Umann
2018-10-31
3
-15
/
+101
*
Create ConstantExpr class
Bill Wendling
2018-10-31
5
-8
/
+13
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
Silencing a -Wunused-variable warning; NFC.
Aaron Ballman
2018-10-30
1
-2
/
+0
*
Fixing some build bot failures from r345628; NFC intended.
Aaron Ballman
2018-10-30
1
-1
/
+1
*
Add the ability to output static analysis results to SARIF.
Aaron Ballman
2018-10-30
2
-2
/
+273
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2018-10-30
1
-1
/
+6
*
[analyzer] Allow padding checker to traverse simple class hierarchies
Alexander Shaposhnikov
2018-10-30
1
-8
/
+30
*
[analyzer][NFC] Refactor PlistDiagnostics to use a class instead of passing 9...
Kristof Umann
2018-10-29
1
-151
/
+180
*
[analyzer] Fix a bug in "collapsed" graph viewer
George Karpenkov
2018-10-25
1
-1
/
+2
*
[analyzer] [RetainCountChecker] Do not invalidate references passed to constr...
George Karpenkov
2018-10-25
1
-1
/
+5
[prev]
[next]