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] StackFrameContext: Add NodeBuilderContext::blockCount() to its pro...
Csaba Dabis
2019-08-01
3
-10
/
+12
*
Buildbot fix for r367190
Gabor Borsik
2019-07-28
1
-1
/
+1
*
[analyzer] Add yaml parser to GenericTaintChecker
Gabor Borsik
2019-07-28
2
-22
/
+215
*
[CrossTU] Fix plist macro expansion if macro in other file.
Balazs Keri
2019-07-25
2
-17
/
+28
*
PlistDiagnostics Fix for compile warning (NFC).
Balazs Keri
2019-07-23
1
-1
/
+1
*
[CrossTU] Added CTU argument to diagnostic consumer create fn.
Balazs Keri
2019-07-23
4
-43
/
+48
*
[analyzer] Fix -Wunused-function in NDEBUG builds with #ifdef LLVM_DUMP_METHOD
Fangrui Song
2019-07-22
1
-2
/
+4
*
[analyzer] MallocChecker: Prevent Integer Set Library false positives
Csaba Dabis
2019-07-18
1
-1
/
+38
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
18
-26
/
+26
*
Delete dead stores
Fangrui Song
2019-07-12
1
-2
/
+1
*
[analyzer] CastValueChecker: Remove a dump()
Csaba Dabis
2019-07-10
1
-1
/
+0
*
[analyzer] CastValueChecker: Model casts
Csaba Dabis
2019-07-10
2
-0
/
+192
*
Revert "[analyzer] CastValueChecker: Model casts"
Csaba Dabis
2019-07-09
2
-191
/
+0
*
[analyzer] CastValueChecker: Model casts
Csaba Dabis
2019-07-09
2
-0
/
+191
*
[analyzer] Add a debug analyzer config to place an event for each tracked con...
Kristof Umann
2019-07-05
1
-0
/
+21
*
[analyzer] Track terminator conditions on which a tracked expression depends
Kristof Umann
2019-07-05
1
-0
/
+93
*
[analyzer][IDF] Add a control dependency calculator + a new debug checker
Kristof Umann
2019-07-05
1
-6
/
+31
*
[CTU] Add support for virtual functions
Gabor Marton
2019-07-04
1
-1
/
+4
*
[analyzer] ReturnValueChecker: Model the guaranteed boolean return value of f...
Csaba Dabis
2019-07-04
3
-0
/
+174
*
[analyzer][Dominator] Add post dominators to CFG + a new debug checker
Kristof Umann
2019-07-03
1
-2
/
+28
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-4
/
+2
*
[analyzer] exploded-graph-rewriter: Implement bug nodes and sink nodes.
Artem Dergachev
2019-07-03
1
-17
/
+10
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
2
-0
/
+2
*
[analyzer] Support kfree in MallocChecker
Nathan Huckleberry
2019-07-01
1
-12
/
+14
*
[analyzer] Fix invalidation when returning into a ctor initializer.
Artem Dergachev
2019-07-01
1
-5
/
+12
*
[analyzer] NonnullGlobalConstants: Don't be confused by a _Nonnull attribute.
Artem Dergachev
2019-07-01
1
-8
/
+15
*
[analyzer] CStringChecker: Modernize to use CallDescriptions.
Artem Dergachev
2019-07-01
1
-147
/
+58
*
[analyzer] NFC: CallDescription: Implement describing C library functions.
Artem Dergachev
2019-07-01
1
-5
/
+17
*
[analyzer] NFC: Add a convenient CallDescriptionMap class.
Artem Dergachev
2019-07-01
1
-2
/
+1
*
[analyzer] Fix clang-tidy crash on GCCAsmStmt
Nathan Huckleberry
2019-06-27
1
-0
/
+5
*
[analyzer] print() JSONify: Create pointers
Csaba Dabis
2019-06-25
2
-6
/
+7
*
[analyzer] Add more timers for performance profiling.
Artem Dergachev
2019-06-25
2
-13
/
+34
*
[cxx2a] P1236R1: the validity of a left shift does not depend on the
Richard Smith
2019-06-25
1
-4
/
+6
*
[analyzer] ExprEngine: Escape pointers in bitwise operations
Csaba Dabis
2019-06-25
1
-0
/
+4
*
[analyzer] Fix JSON dumps for ExplodedNodes
Csaba Dabis
2019-06-24
1
-6
/
+2
*
[analyzer] DeadStores: Update the crude suppression for files generated by IIG.
Artem Dergachev
2019-06-20
1
-1
/
+1
*
[analyzer] exploded-graph-rewriter: Fix escaping StringRegions.
Artem Dergachev
2019-06-19
1
-2
/
+4
*
[analyzer] Fix JSON dumps for store clusters.
Artem Dergachev
2019-06-19
1
-1
/
+2
*
[analyzer] Fix JSON dumps for location contexts.
Artem Dergachev
2019-06-19
2
-5
/
+1
*
[analyzer] Fix JSON dumps for dynamic type information.
Artem Dergachev
2019-06-19
1
-2
/
+2
*
[analyzer] NFC: Change evalCall() to provide a CallEvent.
Artem Dergachev
2019-06-19
10
-84
/
+92
*
[analyzer] DeadStores: Add a crude suppression files generated by DriverKit IIG.
Artem Dergachev
2019-06-19
1
-0
/
+23
*
[analyzer] SARIF: Add EOF newline; replace diff_sarif
Hubert Tong
2019-06-19
1
-1
/
+1
*
[analyzer] Push correct version of 'Track indices of arrays'
Kristof Umann
2019-06-16
1
-1
/
+2
*
[analyzer] Track indices of arrays
Kristof Umann
2019-06-16
1
-0
/
+4
*
[analyzer][NFC] Tease apart and clang-format NoStoreFuncVisitor
Kristof Umann
2019-06-16
1
-341
/
+383
*
[analyzer] ReturnVisitor: Bypass everything to see inlined calls
Csaba Dabis
2019-06-15
1
-5
/
+27
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-14
1
-1
/
+6
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
1
-6
/
+1
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-13
1
-1
/
+6
[next]