summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
Commit message (Expand)AuthorAgeFilesLines
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-296-11/+11
* [analyzer] Suppress null reports from defensive checks in function-like macros.Devin Coughlin2016-01-291-1/+26
* [analyzer] Improve Nullability checker diagnosticsAnna Zaks2016-01-293-34/+69
* Removing unnecessary casts; NFC.Aaron Ballman2016-01-291-2/+2
* Class Property: change PropertyMap to include isClassProperty.Manman Ren2016-01-281-0/+2
* [analyzer] NullabilityChecker: Remove unused isReturnSelf() function.Devin Coughlin2016-01-281-16/+0
* [analyzer] Suppress nullability warnings in copy, mutableCopy, and init famil...Devin Coughlin2016-01-281-11/+10
* [analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.Devin Coughlin2016-01-271-50/+64
* Remove autoconf supportChris Bieneman2016-01-264-78/+0
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-01-262-5/+5
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+1
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-1/+1
* [analyzer] Utility to match function calls.Gabor Horvath2016-01-222-21/+14
* [analyzer] Suppress nullability warning for defensive super initializer idiom.Devin Coughlin2016-01-221-4/+33
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+1
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+1
* [analyzer] Nullability: Look through implicit casts when suppressing warnings...Devin Coughlin2016-01-181-1/+15
* [analyzer] Fix an off-by-one in evalIntegralCast()Artem Dergachev2016-01-181-1/+1
* [analyzer] Check for return of nil in ObjC methods with nonnull return type.Devin Coughlin2016-01-151-20/+20
* [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion, v2.Artem Dergachev2016-01-151-34/+51
* Update for LLVM function name change.Rui Ueyama2016-01-141-2/+2
* Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion."Artem Dergachev2016-01-131-51/+34
* [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion.Artem Dergachev2016-01-131-34/+51
* [analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.Artem Dergachev2016-01-139-76/+80
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-0/+4
* [analyzer] Fix RangeConstraintManager's pinning of single value ranges.Pierre Gousseau2016-01-121-2/+2
* [analyzer] Evaluate integral casts as cast symbols if truncations are detected.Pierre Gousseau2016-01-122-1/+47
* AnalysisConsumer: use canonical decl for both lookup and store ofYury Gribov2016-01-111-4/+5
* [analyzer] Fix false warning about memory leak for QApplication::postEventAnna Zaks2016-01-061-0/+10
* [analyzer] Suppress reports coming from std::__independent_bits_engineAnna Zaks2016-01-061-0/+10
* [analyzer] Don't report null dereferences on address_space annotated memoryAnna Zaks2016-01-061-20/+35
* [analyzer] Handle another Android assert function.Devin Coughlin2015-12-301-0/+1
* [analyzer] Suppress nullability warning for _Nonnull locals zero-initialized ...Devin Coughlin2015-12-291-1/+44
* [analyzer] Nullability: allow cast to _Nonnull to suppress warning about retu...Devin Coughlin2015-12-291-12/+23
* Small refactoring in CheckerContext::isCLibraryFunction(). NFC.Devin Coughlin2015-12-281-6/+2
* Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko2015-12-281-4/+1
* Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko2015-12-2811-70/+29
* [StaticAnalyzer] Use front() and back() instead of dereferencing begin() and ...Craig Topper2015-12-242-6/+6
* [analyzer] Better detect when C++ object was constructed into existing region.Devin Coughlin2015-12-173-38/+101
* [PATCH] Adding checker to detect excess padding in recordsBen Craig2015-12-143-0/+329
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+1
* [analyzer] Fix symbolic element index lifetime.Artem Dergachev2015-12-104-7/+62
* fix typos; NFCSanjay Patel2015-12-091-1/+1
* Reformat linefeeds.NAKAMURA Takumi2015-12-091-4/+1
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-1/+0
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+1
* [analyzer] Fix crash when lambda captures a variable-length array.Devin Coughlin2015-12-071-3/+17
* Use llvm::make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-061-2/+1
* [analyzer] Fix MemRegion crash casting non-struct to derived struct (PR25426).Devin Coughlin2015-12-051-12/+13
* [analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.Gabor Horvath2015-12-041-0/+17
OpenPOWER on IntegriCloud