summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-144-17/+14
* Use nullptr to silence -Wsentinel when self-hosting on WindowsReid Kleckner2014-12-011-7/+7
* 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
* [llvm-api-change] Use findProgramByName.Michael J. Spencer2014-11-041-1/+3
* Use the new LLVM_END_WITH_NULL nameReid Kleckner2014-11-041-2/+2
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+1
* [analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...Anton Yartsev2014-10-211-4/+4
* [analyzer] Tweak MallocSizeOfChecker to not warn when using sizeof(void*) to ...Ted Kremenek2014-10-191-0/+4
* [analyzer] Check all 'nonnull' attributes, not just the first one.Jordan Rose2014-10-131-5/+16
* Reduce double set lookups. NFC.Benjamin Kramer2014-10-101-7/+2
* [Analysis] Add missing newlines at end of file.Daniel Dunbar2014-10-092-2/+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
* Remove stray enum keywords. MSVC sees this as a redeclaration at global scope.Benjamin Kramer2014-10-031-2/+2
* [analyzer] Refactor and cleanup IsCompleteTypeAnna Zaks2014-10-033-37/+4
* [analyzer] Make Malloc Checker track memory allocated by if_nameindexAnna Zaks2014-10-031-37/+81
* [analyzer] Make CStringChecker correctly calculate return value of mempcpyAnna Zaks2014-10-031-1/+6
* [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