summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
Commit message (Expand)AuthorAgeFilesLines
* [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
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+1
* Avoid some unnecessary SmallVector copies.Benjamin Kramer2014-09-111-8/+6
* Teach the analyzer that __builtin_assume_aligned returns its first argument.Jordan Rose2014-09-091-1/+3
* [analyzer] Don't crash if malloc() has an unexpected function prototype.Jordan Rose2014-09-051-4/+4
* unique_ptrify AnalysisConsumer.cpp::CreateUbiVizDavid Blaikie2014-09-051-4/+4
* Remove a use of raw pointer ownership (then non-ownership) in TrimmedGraph::p...David Blaikie2014-09-051-2/+3
* unique_ptrify ExplodedGraph::trimDavid Blaikie2014-09-052-4/+4
* unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreatorDavid Blaikie2014-09-043-8/+9
* unique_ptrify BugReporter::visitorsDavid Blaikie2014-09-047-91/+71
* unique_ptrify clang::ento::createCheckerManagerDavid Blaikie2014-08-292-18/+11
* unique_ptrify PathDiagnosticConsumer::HandlePathDiagnosticDavid Blaikie2014-08-292-7/+6
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-292-2/+10
* unique_ptrify thep passing of BugReports to BugReportEquivClassDavid Blaikie2014-08-291-4/+3
* unique_ptrify PathDiagnostic::setEndOfPath's argumentDavid Blaikie2014-08-291-4/+4
* unique_ptr-ify PathDiagnosticPiece ownershipDavid Blaikie2014-08-294-36/+31
* [CMake] clangStaticAnalyzerFrontend: Add clangLex, corresponding to r216550.NAKAMURA Takumi2014-08-281-0/+1
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-278-24/+281
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith2014-08-271-0/+2
* Update for llvm api change.Rafael Espindola2014-08-251-4/+4
* [analyzer] Remove check covered by -Wobjc-missing-super-calls.Jordan Rose2014-08-221-39/+0
* Objective-C. Warn if user has made explicit callFariborz Jahanian2014-08-221-0/+1
* [analyzer] Don't warn on virtual calls in ctors to final methods.Benjamin Kramer2014-08-211-3/+10
* [analyzer] UnixAPI: Check that the third argument to open(2) (if present) is ...Jordan Rose2014-08-201-0/+9
* [analyzer] UnixAPI: Check when open(2) is called with more than three arguments.Jordan Rose2014-08-201-21/+36
* [analyzer] IdenticalExpr: don't try to compare integer literals with differen...Jordan Rose2014-08-201-1/+6
* [analyzer] IdenticalExpr: use getBytes rather than getString to compare strin...Jordan Rose2014-08-201-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-136-12/+12
* Work around missing handling of temporaries bound to default arguments.Manuel Klimek2014-08-131-6/+15
* [analyzer] Check for negative values used as the size of a C variable-length ...Jordan Rose2014-08-121-2/+24
* Work around default parameter problem in the static analyzer.Manuel Klimek2014-08-111-4/+7
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-102-4/+4
* Simplify ownership of ExplodedGraph in the CoreEngine by removing unique_ptr ...David Blaikie2014-08-081-25/+25
* Re-applying r214962.Manuel Klimek2014-08-072-10/+110
* Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...Rui Ueyama2014-08-062-110/+10
* Remove unnecessary semicolon.Manuel Klimek2014-08-061-1/+1
* Fix modelling of non-lifetime-extended temporary destructors in the analyzer.Manuel Klimek2014-08-062-10/+110
* [Analyzer] fix for PR19102Anton Yartsev2014-08-051-0/+41
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+1
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+1
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+1
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+1
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-191-8/+7
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+1
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+1
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-0/+1
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-172-4/+4
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-172-4/+4
OpenPOWER on IntegriCloud