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
/
Environment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-1
/
+1
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-02-28
1
-13
/
+29
*
[analyzer] Self-debug: Dump environment frame-by-frame.
Artem Dergachev
2018-02-08
1
-20
/
+33
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
[analyzer] Fix symbolic element index lifetime.
Artem Dergachev
2015-12-10
1
-4
/
+0
*
Analyzer: Teach analyzer how to handle TypeTraitExpr
Ismail Pazarbasi
2015-09-22
1
-0
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-5
/
+5
*
Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...
David Blaikie
2015-08-13
1
-1
/
+1
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-1
/
+2
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-2
/
+2
*
[analyzer] Consolidate constant evaluation logic in SValBuilder.
Jordan Rose
2013-05-01
1
-35
/
+7
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-1
/
+1
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-4
/
+2
*
[analyzer] Use Clang's evaluation for global constants and default arguments.
Jordan Rose
2013-02-13
1
-4
/
+0
*
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.
Jordan Rose
2012-12-06
1
-62
/
+1
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Mark symbol values as dead in the environment.
Jordan Rose
2012-11-15
1
-0
/
+4
*
[analyzer] When binding to a ParenExpr, bind to its inner expression instead.
Jordan Rose
2012-10-17
1
-89
/
+105
*
[analyzer] Remove the "direct bindings only" Environment lookup.
Jordan Rose
2012-10-13
1
-11
/
+1
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+2
*
[analyzer] Support C++ default arguments if they are literal values.
Jordan Rose
2012-08-23
1
-0
/
+3
*
[analyzer] Look through SubstNonTypeTemplateParmExprs.
Jordan Rose
2012-07-27
1
-0
/
+3
*
Remove the ability to stash arbitrary pointers into UndefinedVal (no longer n...
Ted Kremenek
2012-07-25
1
-7
/
+0
*
[analyzer] Remove obsolete ObjCPropRef SVal kind.
Jordan Rose
2012-07-18
1
-2
/
+0
*
Teach the analyzer about CXXScaleValueInitExpr.
Ted Kremenek
2012-05-08
1
-0
/
+5
*
Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.
Ted Kremenek
2012-03-06
1
-0
/
+3
*
[analyzer] teach analyzer about ObjC literals, thus trimming out a false posi...
Ted Kremenek
2012-02-28
1
-0
/
+5
*
[analyzer] Don't generate an explicit ExplodedNode for StringLiterals; have t...
Ted Kremenek
2012-02-27
1
-0
/
+5
*
Have ScanReachableSymbols reported reachable regions. Fixes a false positive...
Ted Kremenek
2012-02-21
1
-1
/
+8
*
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2012-01-28
1
-0
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-1
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...
Ted Kremenek
2012-01-11
1
-0
/
+8
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-31
/
+82
*
Move immutable map canonization out of the removeDeadBindings loop (via using...
Anna Zaks
2011-09-23
1
-4
/
+9
*
ST->scanReachableSymbols() is creating a SubRegionMap (SRM) on every call sin...
Anna Zaks
2011-09-22
1
-2
/
+4
*
[analyzer] Handle reads of ObjCPropertyRefExprs implicitly in Environment. N...
Ted Kremenek
2011-08-20
1
-0
/
+4
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-2
/
+2
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-1
/
+1
*
[analyzer] Change SymbolReaper to store region roots implied by the Environme...
Ted Kremenek
2011-08-06
1
-4
/
+3
*
Remove an unused function (found by Clang's -Wunused-function)
Chandler Carruth
2011-07-29
1
-12
/
+0
*
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-28
1
-23
/
+0
*
[analyzer] Teach Environment to not look through MaterializeTemporaryExprs.
Ted Kremenek
2011-07-28
1
-3
/
+0
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-3
/
+3
*
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-06-21
1
-0
/
+3
*
[analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expres...
Jordy Rose
2011-06-10
1
-15
/
+0
*
[analyzer] Look through __extension__ expressions in a GRState's Environment....
Jordy Rose
2011-06-08
1
-6
/
+6
*
Allow 'Environment::getSVal()' to allow an optional way for checkers to do a ...
Ted Kremenek
2011-04-27
1
-1
/
+11
*
Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II.
Ted Kremenek
2011-04-22
1
-0
/
+3
[next]