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
/
SVals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] print() JSONify: SVal implementation
Csaba Dabis
2019-05-29
1
-0
/
+10
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix header issues.
Richard Trieu
2019-01-11
1
-0
/
+4
*
[analyzer] Fix symbol discovery in nonloc::LocAsInteger values.
Artem Dergachev
2018-10-02
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
[analyzer] Don't crash on printing ConcreteInt of size >64 bits
Aleksei Sidorin
2018-04-23
1
-7
/
+3
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-06
1
-21
/
+30
*
SVal::getAsSymbol(bool IncludeBaseRegions): Follow clang/StaticAnalyzer/Core/...
NAKAMURA Takumi
2017-10-12
1
-2
/
+2
*
[analyzer] Add a new SVal to support pointer-to-member operations.
Devin Coughlin
2016-12-15
1
-0
/
+53
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
1
-4
/
+4
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-6
/
+6
*
[analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic
Anna Zaks
2013-04-20
1
-6
/
+14
*
[analyzer] Loc-Loc operations (subtraction or comparison) produce a NonLoc.
Jordan Rose
2013-03-23
1
-4
/
+3
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-12
/
+12
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-28
/
+26
*
[analyzer] Reuse a LazyCompoundVal if its type matches the new region.
Jordan Rose
2013-02-01
1
-1
/
+1
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Teach the analyzer about implicit initialization of statics
Anna Zaks
2012-09-17
1
-1
/
+2
*
[analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts.
Jordan Rose
2012-08-13
1
-2
/
+2
*
[analyzer] Remove obsolete ObjCPropRef SVal kind.
Jordan Rose
2012-07-18
1
-16
/
+0
*
[analyzer] Remove redundant if statement (pointed out by Ted).
Anna Zaks
2012-04-05
1
-4
/
+0
*
[analyzer] +Comments
Anna Zaks
2012-03-16
1
-5
/
+9
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-2
/
+0
*
[analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it
Anna Zaks
2011-12-06
1
-48
/
+0
*
[analyzer] Propagate taint through NonLoc to NonLoc casts.
Anna Zaks
2011-12-06
1
-0
/
+5
*
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
1
-11
/
+6
*
[analyzer] First step toward removing
Anna Zaks
2011-12-05
1
-1
/
+1
*
[analyzer] Add a helper method.
Anna Zaks
2011-11-17
1
-0
/
+7
*
[analyzer] Cleanup: Null->0, comments.
Anna Zaks
2011-11-16
1
-4
/
+4
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-1
/
+1
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-4
/
+4
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-6
/
+3
*
[analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls...
Argyrios Kyrtzidis
2011-03-01
1
-10
/
+0
*
[analyzer] Introduce SVal::getAsVarDecl().
Argyrios Kyrtzidis
2011-02-28
1
-0
/
+10
*
Step #1/N of implementing support for __label__: split labels into
Chris Lattner
2011-02-17
1
-1
/
+1
*
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-16
1
-2
/
+2
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-1
/
+1
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+378