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
/
RegionStore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] Enforce super-region classes for various memory regions.
Artem Dergachev
2017-04-13
1
-2
/
+3
*
[analyzer] Extend taint propagation and checking to support LazyCompoundVal
Anna Zaks
2017-03-09
1
-0
/
+5
*
[analyzer] Fix MacOSXAPIChecker fp with static locals seen from nested blocks.
Artem Dergachev
2017-01-25
1
-0
/
+2
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-3
/
+2
*
[analyzer] Fix a crash on accessing a field within a literal-initialized union.
Artem Dergachev
2016-11-22
1
-1
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-4
/
+5
*
Remove redundant conditions of the form (A || (!A && B)) -> (A || B)
Benjamin Kramer
2016-04-11
1
-5
/
+4
*
[analyzer] Fix symbolic element index lifetime.
Artem Dergachev
2015-12-10
1
-1
/
+6
*
[analyzer] Update RegionStoreManager::getBinding to handle BlockDataRegions
Devin Coughlin
2015-11-05
1
-0
/
+4
*
[analyzer] Add TK_EntireMemSpace invalidation trait.
Devin Coughlin
2015-10-01
1
-22
/
+46
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-09-24
1
-2
/
+85
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-21
/
+21
*
Revert r246345 until an assertion is fixed.
Gabor Horvath
2015-08-31
1
-81
/
+2
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-08-28
1
-2
/
+81
*
Wdeprecated: RegionBindingsRef are copy constructed, make sure that's safe by...
David Blaikie
2015-08-13
1
-21
/
+15
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-5
/
+5
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-5
/
+5
*
Make helper functions static. NFC.
Benjamin Kramer
2015-03-09
1
-1
/
+1
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreator
David Blaikie
2014-09-04
1
-4
/
+5
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-4
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-17
/
+18
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-4
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[C++11] Switch from the llvm_move macro to directly calling std::move.
Chandler Carruth
2014-03-02
1
-2
/
+2
*
Only mark dump() function definitions 'used' in debug builds
Alp Toker
2014-01-04
1
-7
/
+3
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-1
/
+1
*
[analyzer] Generate a LazyCompoundVal when loading from a union-typed region.
Jordan Rose
2013-10-23
1
-1
/
+3
*
StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixu...
NAKAMURA Takumi
2013-09-25
1
-2
/
+0
*
[analyzer] This patch removes passing around of const-invalidation vs regular...
Anton Yartsev
2013-09-24
1
-51
/
+37
*
[analyzer] Handle zeroing constructors for fields of structs with empty bases.
Jordan Rose
2013-09-11
1
-4
/
+13
*
[analyzer] Treat the rvalue of a forward-declared struct as Unknown.
Jordan Rose
2013-08-30
1
-1
/
+1
*
[analyzer] Fix handling of "empty" structs with base classes
Pavel Labath
2013-08-29
1
-1
/
+9
*
[analyzer] Handle C string default values for const char * arguments.
Jordan Rose
2013-07-17
1
-1
/
+1
*
[analyzer] Use the expression’s type instead of region’s type in ArrayToP...
Anna Zaks
2013-05-28
1
-16
/
+3
*
[analyzer] Re-enable reasoning about CK_LValueBitCast
Anna Zaks
2013-05-28
1
-1
/
+4
*
[analyzer] Remove now-unused bindCompoundLiteral helper function.
Jordan Rose
2013-05-06
1
-22
/
+0
*
[analyzer] Consolidate constant evaluation logic in SValBuilder.
Jordan Rose
2013-05-01
1
-22
/
+4
*
[analyzer] Refactoring + explanatory comment.
Anton Yartsev
2013-04-24
1
-9
/
+11
*
[analyzer] "Force" LazyCompoundVals on bind when they are simple enough.
Jordan Rose
2013-04-18
1
-7
/
+90
*
[analyzer] Be lazy about struct/array global invalidation too.
Jordan Rose
2013-04-15
1
-10
/
+7
*
[analyzer] Re-enable using global regions as a symbolic base.
Jordan Rose
2013-04-15
1
-10
/
+9
*
[analyzer] Properly invalidate global regions on opaque function calls.
Jordan Rose
2013-04-15
1
-21
/
+60
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-1
/
+1
*
[analyzer] Fix typo.
Anna Zaks
2013-04-03
1
-1
/
+1
*
[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...
Anna Zaks
2013-04-02
1
-16
/
+55
*
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
1
-8
/
+21
*
[analyzer] micro optimization as per Jordan’s feedback on r177905.
Anna Zaks
2013-03-26
1
-1
/
+1
*
[analyzer] Set concrete offset bindings to UnknownVal when processing symboli...
Anna Zaks
2013-03-25
1
-2
/
+10
[prev]
[next]