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
/
ProgramState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[analyzer] Keep track of escaped locals"
Gabor Horvath
2019-12-10
1
-9
/
+1
*
[analyzer] Keep track of escaped locals
Gabor Horvath
2019-12-10
1
-1
/
+9
*
[analyzer] NFC: Don't clean up range constraints twice.
Artem Dergachev
2019-11-21
1
-6
/
+4
*
[analyzer] CastValueChecker: Store the dynamic types and casts
Csaba Dabis
2019-08-22
1
-1
/
+1
*
[analyzer] print() JSONify: Program state implementation
Csaba Dabis
2019-05-29
1
-8
/
+15
*
[analyzer] print() JSONify: Constructing objects implementation
Csaba Dabis
2019-05-29
1
-1
/
+1
*
[analyzer] print() JSONify: Type information implementation
Csaba Dabis
2019-05-29
1
-1
/
+1
*
[analyzer] print() JSONify: Constraints implementation
Csaba Dabis
2019-05-29
1
-1
/
+1
*
[analyzer] print() JSONify: Environment implementation
Csaba Dabis
2019-05-29
1
-2
/
+2
*
[analyzer] print() JSONify: Store implementation
Csaba Dabis
2019-05-29
1
-10
/
+10
*
[analyzer] Move taint API from ProgramState to a separate header. NFC.
Artem Dergachev
2019-03-29
1
-183
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Assume that we always have a SubEngine available
Gabor Horvath
2018-12-15
1
-35
/
+24
*
[AST] [analyzer] NFC: Reuse code in stable ID dumping methods.
Artem Dergachev
2018-12-03
1
-4
/
+1
*
[analyzer] [NFC] Change scanReachableSymbols to use ranges
George Karpenkov
2018-10-23
1
-16
/
+5
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-4
/
+4
*
[analyzer] Dump reproducible identifiers for statements in exploded graph in ...
George Karpenkov
2018-09-15
1
-3
/
+6
*
[analyzer] Dump a reproducible, deterministic ID of program state to exploded...
George Karpenkov
2018-09-06
1
-0
/
+7
*
[analyzer] [NFC] Simplify some visitors by giving a convenient getter from st...
George Karpenkov
2018-07-30
1
-0
/
+5
*
[analyzer] Use sufficiently large types for index bounds calculation.
Artem Dergachev
2018-06-28
1
-2
/
+1
*
[analyzer] pr18953: Split C++ zero-initialization from default initialization.
Artem Dergachev
2018-05-04
1
-7
/
+18
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
[analyzer] Self-debug: Dump dynamic type info and taint with the program state.
Artem Dergachev
2018-02-27
1
-1
/
+8
*
[analyzer] Self-debug: Dump the core's internal state traits to the egraph.
Artem Dergachev
2018-02-08
1
-1
/
+1
*
[analyzer] Self-debug: Dump environment frame-by-frame.
Artem Dergachev
2018-02-08
1
-5
/
+5
*
[analyzer] a few helper methods for getting and comparing symbolic values
George Karpenkov
2018-01-18
1
-0
/
+11
*
[analyzer] Make isSubRegionOf reflexive
George Karpenkov
2018-01-17
1
-2
/
+1
*
[analyzer] do not crash when trying to convert an APSInt to an unexpected type
George Karpenkov
2017-11-09
1
-1
/
+3
*
[analyzer] Fix immutable map factory lifetime for partial taint.
Artem Dergachev
2017-05-29
1
-13
/
+10
*
[analyzer] Support partially tainted records.
Artem Dergachev
2017-05-29
1
-20
/
+83
*
[analyzer] Add LocationContext as a parameter to checkRegionChanges
Anna Zaks
2017-01-13
1
-5
/
+10
*
[analyzer] Refactor recursive symbol reachability check to use symbol_iterator
Dominic Chen
2016-11-18
1
-24
/
+9
*
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
-9
/
+9
*
[Static Analyzer] Properly clean up the dynamic type information for dead reg...
Gabor Horvath
2015-09-11
1
-33
/
+0
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-21
/
+21
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+2
*
unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreator
David Blaikie
2014-09-04
1
-2
/
+2
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+0
*
[analyzer] This patch removes passing around of const-invalidation vs regular...
Anton Yartsev
2013-09-24
1
-55
/
+35
*
[analyzer] Fix inefficiency in dead symbol removal
Pavel Labath
2013-08-19
1
-17
/
+19
*
[analyzer] Remove now-unused bindCompoundLiteral helper function.
Jordan Rose
2013-05-06
1
-8
/
+0
*
[analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic
Anna Zaks
2013-04-20
1
-1
/
+1
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-1
/
+1
*
[analyzer] Properly handle the ternary operator in trackNullOrUndefValue
Anna Zaks
2013-04-03
1
-1
/
+5
*
Silencing warnings in MSVC due to duplicate identifiers.
Aaron Ballman
2013-04-02
1
-2
/
+2
*
[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...
Anna Zaks
2013-04-02
1
-17
/
+56
*
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
1
-5
/
+14
[next]