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
/
Checkers
/
SimpleStreamChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-4
/
+5
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Fix failing MSan bots"
George Karpenkov
2019-01-18
1
-3
/
+3
*
Fix failing MSan bots
Vlad Tsyrklevich
2019-01-18
1
-3
/
+3
*
[analyzer] Extend BugType constructor to accept "SuppressOnSink" as a parameter
George Karpenkov
2019-01-18
1
-3
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
[analyzer] Utility to match function calls.
Gabor Horvath
2016-01-22
1
-21
/
+4
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-2
/
+4
*
Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...
David Blaikie
2015-08-13
1
-1
/
+1
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-4
/
+4
*
Avoid some unnecessary SmallVector copies.
Benjamin Kramer
2014-09-11
1
-8
/
+6
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-4
/
+4
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-2
/
+2
*
[analyzer] Indirect invalidation counts as an escape for leak checkers.
Jordan Rose
2013-05-10
1
-3
/
+1
*
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-07
1
-3
/
+8
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
[analyzer] Convert SimpleStreamChecker to use the PointerEscape callback
Anna Zaks
2012-12-22
1
-80
/
+16
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-3
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[analyzer] Add symbol escapes logic to the SimpleStreamChecker.
Anna Zaks
2012-11-06
1
-1
/
+125
*
[analyzer] Convert SimpleStreamChecker over to CallEvent.
Jordan Rose
2012-11-02
1
-13
/
+23
*
[analyzer] Factor SimpleStreamChecker pulling out isLeaked().
Anna Zaks
2012-11-02
1
-15
/
+21
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-2
/
+2
*
[analyzer] Minor cleanup in SimpleStreamChecker's class definition.
Jordan Rose
2012-11-01
1
-8
/
+8
*
[analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue.
Jordan Rose
2012-11-01
1
-4
/
+7
*
[analyzer] Fix a bug in SimpleStreamChecker - return after sink.
Anna Zaks
2012-10-31
1
-1
/
+3
*
[analyzer] SimpleStreamChecker - remove evalAssume and other refinements
Anna Zaks
2012-10-31
1
-56
/
+30
*
[analyzer]SimpleStreamChecker: add a TODO for better leak report.
Anna Zaks
2012-10-30
1
-0
/
+2
*
[analyzer] Fix a bug in REGISTER_MAP_WITH_PROGRAMSTATE
Anna Zaks
2012-10-30
1
-7
/
+5
*
[analyzer] Rename REGISTER_MAP_WITH_GDM ->REGISTER_MAP_WITH_PROGRAMSTATE
Anna Zaks
2012-10-30
1
-2
/
+2
*
[analyzer] Add SimpleStreamChecker.
Anna Zaks
2012-10-29
1
-0
/
+229