llvm-project/clang/include
David Blaikie 43a38450a9 Remove use of intrusive ref count ownership acquisition
The one use of CheckerManager (AnalysisConsumer, calling
createCheckerManager) keeps a strong reference to the AnalysisOptions
anyway, so this ownership wasn't necessary.

(I'm not even sure AnalysisOptions needs ref counting at all - but
that's more involved)

llvm-svn: 291017
2017-01-04 22:36:39 +00:00
..
clang Remove use of intrusive ref count ownership acquisition 2017-01-04 22:36:39 +00:00
clang-c [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
CMakeLists.txt