summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix false positive on introspection of a block's internal layout.Artem Dergachev2019-12-061-1/+2
* [analyzer] Fix analyzer warnings on analyzer.Artem Dergachev2019-08-281-3/+2
* [analyzer] Trust global initializers when analyzing main().Artem Dergachev2019-08-281-16/+58
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [analyzer] Fix -Wunused-function in NDEBUG builds with #ifdef LLVM_DUMP_METHODFangrui Song2019-07-221-2/+4
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [analyzer] print() JSONify: Create pointersCsaba Dabis2019-06-251-3/+3
* [analyzer] exploded-graph-rewriter: Fix escaping StringRegions.Artem Dergachev2019-06-191-2/+4
* [analyzer] Fix JSON dumps for store clusters.Artem Dergachev2019-06-191-1/+2
* [analyzer] print() JSONify: Store implementationCsaba Dabis2019-05-291-30/+52
* [analyzer] Fix crash when returning C++ objects from ObjC messages-to-nil.Artem Dergachev2019-04-261-1/+8
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-231-3/+3
* [analyzer] Make default bindings to variables actually work.Artem Dergachev2019-04-181-1/+4
* [analyzer] Support C++17 aggregates with bases without constructors.Artem Dergachev2019-03-151-1/+46
* Revert "[analyzer] Remove the "postponed" hack, deal with derived symbols..."Artem Dergachev2019-02-061-40/+20
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Assume that we always have a SubEngine availableGabor Horvath2018-12-151-5/+3
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-1/+1
* [analyzer] Fix the "Zombie Symbols" bug.Artem Dergachev2018-11-301-18/+3
* [analyzer][NFC] Fix some incorrect uses of -analyzer-config optionsKristof Umann2018-11-021-1/+1
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-2/+2
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-281-3/+2
* [analyzer] Remove the "postponed" hack, deal with derived symbols using an ex...George Karpenkov2018-09-071-22/+40
* [analyzer] Support modeling no-op BaseToDerived casts in ExprEngine.Artem Dergachev2018-08-291-1/+3
* [analyzer] [NFC] Follow the convention when naming classesGeorge Karpenkov2018-08-291-24/+24
* Invalidate static locals when escaping lambdasGeorge Karpenkov2018-08-101-0/+27
* [analyzer] Use sufficiently large types for index bounds calculation.Artem Dergachev2018-06-281-1/+2
* [analyzer] const init: handle non-explicit cases more accuratelyRafael Stahl2018-05-291-5/+18
* Fixes issue introduced by r331556.Alexander Kornienko2018-05-091-3/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* [analyzer] Invalidate union regions properly. Don't hesitate to load later.Artem Dergachev2018-05-041-6/+1
* [analyzer] pr18953: Split C++ zero-initialization from default initialization.Artem Dergachev2018-05-041-18/+22
* [analyzer] Treat more const variables and fields as known contants.Artem Dergachev2018-05-041-2/+44
* [analyzer] NFC: Remove unused parameteer of StoreManager::CastRetrievedVal().Artem Dergachev2018-05-041-4/+4
* [analyzer] Do not invalidate the `this` pointer.Henry Wong2018-04-151-0/+3
* [analyzer] Prevent crashing in NonNullParamCheckerGeorge Karpenkov2018-03-021-0/+2
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-2/+2
* [analyzer] Remove redundant checkGeorge Karpenkov2018-02-271-2/+0
* [analyzer] Make isSubRegionOf reflexiveGeorge Karpenkov2018-01-171-2/+2
* [analyzer] Fix zero-initialization of stack VLAs under ObjC ARC.Artem Dergachev2017-12-211-3/+4
* [analyzer] In getSVal() API, disable auto-detection of void type as char type.Artem Dergachev2017-12-121-4/+1
* [analyzer] Don't treat lambda-captures float constexprs as undefinedDevin Coughlin2017-12-041-2/+9
* Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunused-function warn...Eric Christopher2017-11-161-0/+2
* [analyzer] pr28449: Fix support for various array initializers.Artem Dergachev2017-10-131-8/+5
* [analyzer] Fix autodetection of binding types.Artem Dergachev2017-10-041-8/+11
* [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.hGeorge Karpenkov2017-09-061-1/+1
* [analyzer] Fix modeling of constructorsAlexander Shaposhnikov2017-08-181-0/+13
* [analyzer] Support partially tainted records.Artem Dergachev2017-05-291-1/+4
* [analyzer] Improve subscripting null arrays for catching null dereferences.Artem Dergachev2017-04-241-0/+3
OpenPOWER on IntegriCloud