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
*
Update the SARIF exporter to SARIF 2.1
Joe Ranieri
2019-08-27
1
-43
/
+42
*
Fix a SARIF exporter crash with macro expansions
Joe Ranieri
2019-08-27
1
-4
/
+6
*
Fix text range end columns in SARIF to be exclusive
Joe Ranieri
2019-08-27
1
-3
/
+9
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-4
/
+5
*
[analyzer] CastValueChecker: Provide DynamicTypeMap with pointer types only.
Artem Dergachev
2019-08-23
1
-3
/
+6
*
[analyzer] DynamicTypeInfo: Avoid putting null regions into dynamic typemap.
Artem Dergachev
2019-08-23
1
-0
/
+3
*
[analyzer] Don't track the condition of foreach loops
Kristof Umann
2019-08-22
1
-0
/
+5
*
[analyzer] CastValueChecker: Rewrite dead header hotfix
Csaba Dabis
2019-08-22
1
-1
/
+1
*
[analyzer] CastValueChecker: Store the dynamic types and casts
Csaba Dabis
2019-08-22
4
-99
/
+225
*
[analyzer] TrackConstraintBRVisitor: Do not track unknown values
Csaba Dabis
2019-08-22
1
-3
/
+4
*
[analyzer] Mention whether an event is about a condition in a bug report part 2
Kristof Umann
2019-08-21
1
-0
/
+30
*
[analyzer] Don't make ConditionBRVisitor events prunable when the condition i...
Kristof Umann
2019-08-21
1
-34
/
+46
*
[analyzer][NFC] Add different interestingness kinds
Kristof Umann
2019-08-21
2
-23
/
+94
*
[analyzer] Mention whether an event is about a condition in a bug report part 1
Kristof Umann
2019-08-21
1
-3
/
+15
*
Removed some dead code in BugReporter and related files
Dmitri Gribenko
2019-08-21
4
-68
/
+5
*
[analyzer] NFC: Remove the BugTypes set from BugReporter.
Artem Dergachev
2019-08-20
1
-13
/
+3
*
[analyzer] Fix a crash when destroying a non-region.
Artem Dergachev
2019-08-20
2
-15
/
+31
*
[analyzer] Improve VirtualCallChecker and enable parts of it by default.
Artem Dergachev
2019-08-20
1
-0
/
+1
*
[analyzer] NFC: Rename GRBugReporter to PathSensitiveBugReporter.
Artem Dergachev
2019-08-20
1
-8
/
+13
*
[analyzer] NFC: Drop support for extra text attached to bug reports.
Artem Dergachev
2019-08-20
1
-5
/
+0
*
[analyzer] Turn an assert into an if condition
Kristof Umann
2019-08-17
1
-4
/
+3
*
[analyzer] Analysis: Silence checkers
Csaba Dabis
2019-08-16
2
-27
/
+18
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
6
-37
/
+37
*
[analyzer][CFG] Don't track the condition of asserts
Kristof Umann
2019-08-14
3
-100
/
+57
*
[analyzer] Note last writes to a condition only in a nested stackframe
Kristof Umann
2019-08-14
1
-4
/
+9
*
Fix the -Wunused-variable warning.
Haojian Wu
2019-08-14
2
-2
/
+2
*
[analyzer][NFC] Prepare visitors for different tracking kinds
Kristof Umann
2019-08-14
1
-59
/
+64
*
[analyzer] Track the right hand side of the last store regardless of its value
Kristof Umann
2019-08-13
1
-13
/
+10
*
[analyzer] Prune calls to functions with linear CFGs that return a non-zero c...
Kristof Umann
2019-08-13
1
-16
/
+34
*
[analyzer][NFC] Make sure that the BugReport is not modified during the const...
Kristof Umann
2019-08-13
2
-10
/
+13
*
[analyzer][NFC] Refactoring BugReporter.cpp P6.: Completely get rid of intere...
Kristof Umann
2019-08-13
1
-97
/
+0
*
[analyzer][NFC] Address inlines of D65484
Kristof Umann
2019-08-13
1
-37
/
+38
*
[analyzer][NFC] Refactoring BugReporter.cpp P5.: Compact mile long function i...
Kristof Umann
2019-08-13
2
-378
/
+451
*
[analyzer][NFC] Refactoring BugReporter.cpp P4.: If it can be const, make it ...
Kristof Umann
2019-08-13
4
-75
/
+77
*
[analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...
Kristof Umann
2019-08-13
4
-98
/
+85
*
[analyzer][NFC] Refactoring BugReporter.cpp P2.: Clean up the construction of...
Kristof Umann
2019-08-13
1
-96
/
+115
*
[analyzer][NFC] Refactoring BugReporter.cpp P1.: Store interesting symbols/re...
Kristof Umann
2019-08-13
1
-46
/
+7
*
[analyzer] ConditionBRVisitor: Fix HTML PathDiagnosticPopUpPieces
Csaba Dabis
2019-08-09
2
-19
/
+41
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
2
-2
/
+2
*
[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
[next]