aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-26Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith1-1/+1
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie1-3/+2
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie1-2/+3
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie1-3/+2
2017-01-05Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie1-1/+1
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl1-1/+1
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer1-1/+1
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth1-9/+7
2014-08-27Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek1-0/+119