summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-7/+7
* [analyzer] AnalysisConsumer: print fully-qualified function name while displa...Yury Gribov2016-02-031-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-19/+0
* AnalysisConsumer: use canonical decl for both lookup and store ofYury Gribov2016-01-111-4/+5
* Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko2015-12-281-4/+1
* Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...Richard Smith2015-11-241-2/+2
* [analyzer] Skip checking blocks in dependent contexts.Devin Coughlin2015-11-181-1/+5
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Analyzer: Fix a crasher in UbigraphVizIsmail Pazarbasi2015-09-181-2/+3
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-083-8/+8
* Do not crash when static analysis encounters a FunctionDecl that has a delaye...Aaron Ballman2015-08-201-2/+2
* [Static Analyzer] Do not fail silently, when the analyzer is invoked from too...Gabor Horvath2015-07-151-1/+6
* [Static Analyzer] Basic per checker command line option validation.Gabor Horvath2015-07-091-0/+1
* [static analyzer] Analyzer is skipping forward declared C/C++ functionsAnna Zaks2015-06-261-1/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-1/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-7/+6
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-1/+1
* [analyzer] Don't skip analyzing the functions in preprocessed files.Anna Zaks2015-02-051-1/+1
* Remove std::move that was preventing return value optimization.Richard Trieu2015-01-171-1/+1
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-143-16/+13
* [llvm-api-change] Use findProgramByName.Michael J. Spencer2014-11-041-1/+3
* [Analysis] Add missing newlines at end of file.Daniel Dunbar2014-10-092-2/+2
* unique_ptrify AnalysisConsumer.cpp::CreateUbiVizDavid Blaikie2014-09-051-4/+4
* unique_ptrify clang::ento::createCheckerManagerDavid Blaikie2014-08-292-18/+11
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-292-2/+10
* [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-276-14/+268
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-102-4/+4
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-191-8/+7
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-172-4/+4
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-172-4/+4
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-272-13/+14
* Don't pass llvm::DenseSet<> by value.Alexander Kornienko2014-04-231-4/+4
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-10/+10
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-092-2/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-072-7/+7
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-072-2/+2
* Added an inserter for ArrayRef<SourceRange>.Alexander Kornienko2014-03-061-12/+4
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-10/+0
* Allow specifying a custom PathDiagnosticConsumer for use with the static anal...Alexander Kornienko2014-02-031-19/+27
* [CMake] Prune stray entries in add_dependencies(). target_link_libraries() im...NAKAMURA Takumi2014-01-311-2/+0
* [CMake] clangStaticAnalyzerFrontend: Deprecate LLVM_NO_RTTI.NAKAMURA Takumi2014-01-281-2/+0
OpenPOWER on IntegriCloud