llvm-project/clang/lib/Parse
Reid Kleckner d7c5037e6b Prune TargetInfo.h include from ParsedAttr.h, NFC
Saves ~400 includes of related headers:

$ diff -u <(sort thedeps-before.txt) <(sort thedeps-after.txt) \
    | grep '^[-+] ' | sort | uniq -c | sort -nr
    468 -    llvm-project/clang/include/clang/Basic/TargetInfo.h
    468 -    llvm-project/clang/include/clang/Basic/TargetCXXABI.h
    368 -    llvm-project/llvm/include/llvm/Support/CodeGen.h
    368 -    llvm-project/clang/include/clang/Basic/XRayInstr.h
    368 -    llvm-project/clang/include/clang/Basic/CodeGenOptions.h
    368 -    llvm-project/clang/include/clang/Basic/CodeGenOptions.def
    367 -    llvm-project/llvm/include/llvm/ADT/FloatingPointMode.h
    367 -    llvm-project/clang/include/clang/Basic/DebugInfoOptions.h
2020-03-11 20:47:11 -07:00
..
CMakeLists.txt [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h 2019-12-10 00:10:09 -06:00
ParseAST.cpp [Support] Add TimeTraceScope constructor without detail arg 2019-12-11 14:32:21 +00:00
ParseCXXInlineMethods.cpp [Concepts] Placeholder constraints and abbreviated templates 2020-01-23 19:39:43 +02:00
ParseDecl.cpp [Concepts] Fix isDeclarationSpecifier to detect type-constraints correctly 2020-01-31 20:08:13 +02:00
ParseDeclCXX.cpp PR41991: Accept attributes on defaulted and deleted friends. 2020-01-30 17:42:17 -08:00
ParseExpr.cpp PR45083: Mark statement expressions as being dependent if they appear in 2020-03-10 14:45:04 -07:00
ParseExprCXX.cpp [NFC] Remove trailing space 2020-02-18 10:49:13 +08:00
ParseInit.cpp [clang][CodeComplete] Support for designated initializers 2020-01-28 16:34:15 +01:00
ParseObjc.cpp Prune TargetInfo.h include from ParsedAttr.h, NFC 2020-03-11 20:47:11 -07:00
ParseOpenMP.cpp [OPENMP50]Add 'depobj' modifier in 'depend' clauses. 2020-03-06 11:44:57 -05:00
ParsePragma.cpp Fix docs and comments for max_tokens_total pragma 2020-02-07 11:37:14 +01:00
ParseStmt.cpp [FPEnv] Extended FPOptions with new attributes 2020-01-26 21:03:53 +07:00
ParseStmtAsm.cpp [ms] Rename ParsingInlineAsm functions/variables to reflect MS-specificity. 2020-02-26 15:19:40 -05:00
ParseTemplate.cpp [NFC] Remove trailing space 2020-02-18 10:49:13 +08:00
ParseTentative.cpp Fix TryParsePtrOperatorSeq. 2020-02-24 08:08:47 -05:00
Parser.cpp Avoid including FileManager.h from SourceManager.h 2020-03-11 13:53:12 -07:00