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] print() JSONify: Create pointers
Csaba Dabis
2019-06-25
1
-3
/
+4
*
[analyzer] Fix JSON dumps for location contexts.
Artem Dergachev
2019-06-19
1
-2
/
+1
*
[analyzer] print() JSONify: SVal implementation
Csaba Dabis
2019-05-29
1
-2
/
+4
*
Fix an unused-variable error.
Haojian Wu
2019-05-29
1
-0
/
+1
*
[analyzer][AST] print() JSONify: Stmt implementation
Csaba Dabis
2019-05-29
1
-11
/
+1
*
[analyzer] print() JSONify: Environment implementation
Csaba Dabis
2019-05-29
1
-18
/
+69
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Fix the "Zombie Symbols" bug.
Artem Dergachev
2018-11-30
1
-5
/
+0
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+1
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-0
/
+3
*
[analyzer] ExplodedGraph printing fixes
George Karpenkov
2018-09-17
1
-1
/
+1
*
[analyzer] Further printing improvements: use declarations,
George Karpenkov
2018-09-15
1
-2
/
+1
*
[analyzer] Generate and use stable identifiers for LocationContext
George Karpenkov
2018-09-15
1
-2
/
+2
*
[analyzer] Dump reproducible identifiers for statements in exploded graph in ...
George Karpenkov
2018-09-15
1
-5
/
+7
*
[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
[next]