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
*
Revert "[analyzer] Remove the "postponed" hack, deal with derived symbols..."
Artem Dergachev
2019-02-06
1
-40
/
+20
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-4
/
+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
-5
/
+3
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-1
/
+1
*
[analyzer] Fix the "Zombie Symbols" bug.
Artem Dergachev
2018-11-30
1
-18
/
+3
*
[analyzer][NFC] Fix some incorrect uses of -analyzer-config options
Kristof Umann
2018-11-02
1
-1
/
+1
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-2
/
+2
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-3
/
+2
*
[analyzer] Remove the "postponed" hack, deal with derived symbols using an ex...
George Karpenkov
2018-09-07
1
-22
/
+40
*
[analyzer] Support modeling no-op BaseToDerived casts in ExprEngine.
Artem Dergachev
2018-08-29
1
-1
/
+3
*
[analyzer] [NFC] Follow the convention when naming classes
George Karpenkov
2018-08-29
1
-24
/
+24
*
Invalidate static locals when escaping lambdas
George Karpenkov
2018-08-10
1
-0
/
+27
*
[analyzer] Use sufficiently large types for index bounds calculation.
Artem Dergachev
2018-06-28
1
-1
/
+2
*
[analyzer] const init: handle non-explicit cases more accurately
Rafael Stahl
2018-05-29
1
-5
/
+18
*
Fixes issue introduced by r331556.
Alexander Kornienko
2018-05-09
1
-3
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
[analyzer] Invalidate union regions properly. Don't hesitate to load later.
Artem Dergachev
2018-05-04
1
-6
/
+1
*
[analyzer] pr18953: Split C++ zero-initialization from default initialization.
Artem Dergachev
2018-05-04
1
-18
/
+22
*
[analyzer] Treat more const variables and fields as known contants.
Artem Dergachev
2018-05-04
1
-2
/
+44
*
[analyzer] NFC: Remove unused parameteer of StoreManager::CastRetrievedVal().
Artem Dergachev
2018-05-04
1
-4
/
+4
*
[analyzer] Do not invalidate the `this` pointer.
Henry Wong
2018-04-15
1
-0
/
+3
*
[analyzer] Prevent crashing in NonNullParamChecker
George Karpenkov
2018-03-02
1
-0
/
+2
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+2
*
[analyzer] Remove redundant check
George Karpenkov
2018-02-27
1
-2
/
+0
*
[analyzer] Make isSubRegionOf reflexive
George Karpenkov
2018-01-17
1
-2
/
+2
*
[analyzer] Fix zero-initialization of stack VLAs under ObjC ARC.
Artem Dergachev
2017-12-21
1
-3
/
+4
*
[analyzer] In getSVal() API, disable auto-detection of void type as char type.
Artem Dergachev
2017-12-12
1
-4
/
+1
*
[analyzer] Don't treat lambda-captures float constexprs as undefined
Devin Coughlin
2017-12-04
1
-2
/
+9
*
Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunused-function warn...
Eric Christopher
2017-11-16
1
-0
/
+2
*
[analyzer] pr28449: Fix support for various array initializers.
Artem Dergachev
2017-10-13
1
-8
/
+5
*
[analyzer] Fix autodetection of binding types.
Artem Dergachev
2017-10-04
1
-8
/
+11
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
[analyzer] Fix modeling of constructors
Alexander Shaposhnikov
2017-08-18
1
-0
/
+13
*
[analyzer] Support partially tainted records.
Artem Dergachev
2017-05-29
1
-1
/
+4
*
[analyzer] Improve subscripting null arrays for catching null dereferences.
Artem Dergachev
2017-04-24
1
-0
/
+3
*
[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
[next]