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
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] StackFrameContext: Add NodeBuilderContext::blockCount() to its pro...
Csaba Dabis
2019-08-01
3
-10
/
+12
*
[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
3
-32
/
+37
*
[analyzer] Fix -Wunused-function in NDEBUG builds with #ifdef LLVM_DUMP_METHOD
Fangrui Song
2019-07-22
1
-2
/
+4
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
7
-12
/
+12
*
[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
*
[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
1
-0
/
+3
*
[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] Fix invalidation when returning into a ctor initializer.
Artem Dergachev
2019-07-01
1
-5
/
+12
*
[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
1
-4
/
+0
*
[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] 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
1
-6
/
+8
*
[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
*
[PlistSupport] Produce a newline to end plist output files
Hubert Tong
2019-06-10
1
-1
/
+1
*
[analyzer][NFC] Add dividers to BugReporterVisitors.cpp
Kristof Umann
2019-06-08
1
-8
/
+56
*
[analyzer] PathDiagnosticPopUpPiece: working with CharSourceRange
Csaba Dabis
2019-06-05
1
-3
/
+3
*
[analyzer] print() JSONify: ExplodedNode revision
Csaba Dabis
2019-05-31
1
-3
/
+3
*
[analyzer] Remove EndPath function as it is dead code
Csaba Dabis
2019-05-29
1
-1
/
+0
*
[analyzer] ConditionBRVisitor: Boolean support
Csaba Dabis
2019-05-29
1
-4
/
+11
*
[analyzer] ConditionBRVisitor: MemberExpr support
Csaba Dabis
2019-05-29
1
-7
/
+62
*
[analyzer] ConditionBRVisitor: Remove duplicated code
Csaba Dabis
2019-05-29
1
-27
/
+32
*
[analyzer] ConditionBRVisitor: Enhance to write out more information
Csaba Dabis
2019-05-29
1
-60
/
+103
*
[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPiece
Csaba Dabis
2019-05-29
5
-26
/
+185
*
[analyzer] print() JSONify: SVal implementation
Csaba Dabis
2019-05-29
2
-2
/
+14
*
Fix an unused-variable error.
Haojian Wu
2019-05-29
1
-0
/
+1
*
[analyzer][AST] print() JSONify: Stmt implementation
Csaba Dabis
2019-05-29
2
-22
/
+2
*
[analyzer] print() JSONify: getNodeLabel implementation
Csaba Dabis
2019-05-29
1
-19
/
+37
*
[analyzer] print() JSONify: Program state implementation
Csaba Dabis
2019-05-29
1
-8
/
+15
*
[analyzer] print() JSONify: Checker messages implementation
Csaba Dabis
2019-05-29
2
-6
/
+70
[next]