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
/
StreamChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Checkers] Added support for freopen to StreamChecker.
Balázs Kéri
2019-12-05
1
-0
/
+45
*
[clang][analyzer] Using CallDescription in StreamChecker.
Balázs Kéri
2019-10-31
1
-254
/
+146
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-4
/
+4
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
[analyzer] NFC: Change evalCall() to provide a CallEvent.
Artem Dergachev
2019-06-19
1
-3
/
+8
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
[analyzer] Fix the "Zombie Symbols" bug.
Artem Dergachev
2018-11-30
1
-17
/
+17
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-24
/
+12
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-4
/
+4
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-13
/
+13
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-11
/
+8
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-7
/
+10
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-10
/
+12
*
[analyzer] Address a TODO in the StreamChecker; otherwise the output is non-d...
Anna Zaks
2013-03-15
1
-2
/
+1
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-2
/
+2
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-5
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[analyzer] StreamChecker: Remove now-unnecessary check::EndPath callback.
Jordan Rose
2012-11-15
1
-46
/
+1
*
[analyzer] Convert some of the harder cases over to ProgramStateTrait macros.
Jordan Rose
2012-11-02
1
-19
/
+11
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-5
/
+5
*
[analyzer] Add checker helpers to CheckerContext.
Anna Zaks
2012-10-29
1
-0
/
+2
*
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
Ted Kremenek
2012-08-22
1
-2
/
+2
*
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.
Ted Kremenek
2012-08-22
1
-1
/
+1
*
[analyzer] Guard against C++ member functions that look like system functions.
Jordan Rose
2012-07-10
1
-1
/
+1
*
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
1
-1
/
+2
*
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
1
-1
/
+0
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-23
/
+23
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-15
/
+27
*
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
1
-4
/
+1
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-6
/
+6
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-4
/
+4
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-6
/
+5
*
[analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...
Anna Zaks
2011-10-04
1
-1
/
+1
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-28
/
+28
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate StreamChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-24
1
-75
/
+71
*
[analyzer] Refactor EndOfFunctionNodeBuilder.
Argyrios Kyrtzidis
2011-02-23
1
-1
/
+1
*
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+6
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-2
/
+2
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-5
/
+5
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
Remove unnecessary save-and-restore of the
Ted Kremenek
2011-01-13
1
-1
/
+0
*
Rename misc. methods in GRSubEngine to start
Ted Kremenek
2011-01-11
1
-2
/
+2
[next]