summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-1/+2
* Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...David Blaikie2015-08-133-4/+2
* Wdeprecated: RegionBindingsRef are copy constructed, make sure that's safe by...David Blaikie2015-08-131-21/+15
* Wdeprecated: PathPieces are copied, make them safely implicitly copyable by r...David Blaikie2015-08-131-2/+0
* Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher2015-08-061-1/+1
* Use llvm::reverse to make a bunch of loops use foreach. NFC.Pete Cooper2015-07-301-3/+1
* [AST] Turn the callbacks of lookupInBases and forallBases into a function_refBenjamin Kramer2015-07-251-3/+5
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+1
* [analyzer] When forced to fake a block type, do it correctly.Jordan Rose2015-07-101-3/+6
* [Static Analyzer] Basic per checker command line option validation.Gabor Horvath2015-07-091-0/+25
* Rewrite users of Stmt::child_begin/end into for-range loops.Benjamin Kramer2015-07-033-27/+16
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+1
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+1
* Fix a crash by division by zero in analyzerDaniel Marjamaki2015-06-251-0/+4
* Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman2015-06-231-8/+5
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-229-22/+21
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-229-21/+22
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-192-2/+2
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+1
* Don't use std::errc.Rafael Espindola2015-06-131-1/+2
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-114-4/+4
* [analyzer] Remove unused function. No functional change intended.Benjamin Kramer2015-03-241-11/+0
* [Analyzer] Don't inherit from FoldingSet.Benjamin Kramer2015-03-221-4/+4
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-3/+3
* [analyzer] Sort path diagnostics with array_pod_sort.Benjamin Kramer2015-03-141-5/+9
* Make helper functions static. NFC.Benjamin Kramer2015-03-091-1/+1
* [analyzer] Individual configuration options can be specified for checkers.Gabor Horvath2015-03-041-8/+51
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-5/+2
* Analyzer: Replace a set of particularly ugly faux variadics.Benjamin Kramer2015-02-151-8/+0
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-1/+3
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-063-31/+29
* [analyzer] Relax an assertion in VisitLvalArraySubscriptExprAnna Zaks2015-02-051-1/+3
* Fix layering violation: include/clang/Basic/PlistSupport.h should not includeRichard Smith2015-01-281-11/+11
* Test commit, no changes.Pavel Labath2015-01-201-1/+1
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* clang-format a recent commit I madeDavid Blaikie2014-11-191-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-192-13/+12
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-141-1/+1
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+1
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+1
* Reduce double set lookups. NFC.Benjamin Kramer2014-10-101-7/+2
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-1/+1
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+1
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-1/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+1
* [analyzer] Refactor and cleanup IsCompleteTypeAnna Zaks2014-10-032-25/+3
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+1
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+1
OpenPOWER on IntegriCloud