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] Fix false positive on introspection of a block's internal layout.
Artem Dergachev
2019-12-06
1
-1
/
+2
*
[analyzer] Fix analyzer warnings on analyzer.
Artem Dergachev
2019-08-28
1
-3
/
+2
*
[analyzer] Trust global initializers when analyzing main().
Artem Dergachev
2019-08-28
1
-16
/
+58
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[analyzer] Fix -Wunused-function in NDEBUG builds with #ifdef LLVM_DUMP_METHOD
Fangrui Song
2019-07-22
1
-2
/
+4
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[analyzer] print() JSONify: Create pointers
Csaba Dabis
2019-06-25
1
-3
/
+3
*
[analyzer] exploded-graph-rewriter: Fix escaping StringRegions.
Artem Dergachev
2019-06-19
1
-2
/
+4
*
[analyzer] Fix JSON dumps for store clusters.
Artem Dergachev
2019-06-19
1
-1
/
+2
*
[analyzer] print() JSONify: Store implementation
Csaba Dabis
2019-05-29
1
-30
/
+52
*
[analyzer] Fix crash when returning C++ objects from ObjC messages-to-nil.
Artem Dergachev
2019-04-26
1
-1
/
+8
*
[analyzer][CrossTU] Extend CTU to VarDecls with initializer
Rafael Stahl
2019-04-23
1
-3
/
+3
*
[analyzer] Make default bindings to variables actually work.
Artem Dergachev
2019-04-18
1
-1
/
+4
*
[analyzer] Support C++17 aggregates with bases without constructors.
Artem Dergachev
2019-03-15
1
-1
/
+46
*
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
[next]