llvm-project/clang/lib
Bruno Cardoso Lopes bb3b7cff96 Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"
This reverts commit a786521fa66c72edd308baff0c08961b6d964fb1.

Bots haven't caught up yet, but broke modules build with:

../tools/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h:18:10:
fatal error: cyclic dependency in module 'Clang_StaticAnalyzer_Core':
Clang_StaticAnalyzer_Core -> Clang_Analysis ->
Clang_StaticAnalyzer_Checkers -> Clang_StaticAnalyzer_Core
         ^

llvm-svn: 340117
2018-08-18 03:22:11 +00:00
..
ARCMigrate Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker" 2018-08-18 03:22:11 +00:00
AST [MS] Mangle a hash of the main file path into anonymous namespaces 2018-08-17 20:59:27 +00:00
ASTMatchers [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExpr 2018-08-12 17:34:36 +00:00
Analysis Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker" 2018-08-18 03:22:11 +00:00
Basic AMDGPU: Correct errors in device table 2018-08-16 20:19:47 +00:00
CodeGen [ObjC] Error out when using forward-declared protocol in a @protocol 2018-08-17 22:18:08 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Fix for bug 38508 - Don't do PCH processing when only generating preprocessor output 2018-08-17 13:43:39 +00:00
Edit Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
Format clang-format: Change Google style wrt. the formatting of empty messages. 2018-08-15 19:07:55 +00:00
Frontend [Preamble] Empty preamble is not an error. 2018-08-17 14:25:10 +00:00
FrontendTool Remove trailing space 2018-07-30 19:24:48 +00:00
Headers Make __shiftleft128 / __shiftright128 real compiler built-ins. 2018-08-17 17:19:06 +00:00
Index [index] For an ObjC message call, also record as receivers the protocols if they are present in the ObjC type 2018-08-17 23:50:59 +00:00
Lex Add a newline to SourceLocation dump output 2018-08-15 20:32:06 +00:00
Parse Improve diagnostic for missing comma in template parameter list. 2018-08-17 19:43:40 +00:00
Rewrite Remove trailing space 2018-07-30 19:24:48 +00:00
Sema [ObjC] Error out when using forward-declared protocol in a @protocol 2018-08-17 22:18:08 +00:00
Serialization [OPENMP] FIx processing of declare target variables. 2018-08-15 19:45:12 +00:00
StaticAnalyzer Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker" 2018-08-18 03:22:11 +00:00
Tooling Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00