hanchenye-llvm-project/clang/lib
Francis Visoiu Mistrih 9052f50cb4 [Remarks] Refactor remark diagnostic emission in a RemarkStreamer
This allows us to store more info about where we're emitting the remarks
without cluttering LLVMContext. This is needed for future support for
the remark section.

Differential Revision: https://reviews.llvm.org/D58996

llvm-svn: 355507
2019-03-06 14:32:08 +00:00
..
ARCMigrate Fix file headers. NFC 2019-03-01 06:49:51 +00:00
AST Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890) 2019-03-06 10:26:19 +00:00
ASTMatchers [ASTImporter] Add support for importing ChooseExpr AST nodes. 2019-02-26 19:26:41 +00:00
Analysis Fix file headers. NFC 2019-03-01 06:49:51 +00:00
Basic [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists" 2019-03-06 07:45:10 +00:00
CodeGen [Remarks] Refactor remark diagnostic emission in a RemarkStreamer 2019-03-06 14:32:08 +00:00
CrossTU [CTU] Do not allow different CPP dialects in CTU 2019-02-28 15:24:59 +00:00
Driver [HIP] Do not unbundle object files for -fno-gpu-rdc 2019-03-05 16:07:56 +00:00
Edit [Fixed Point Arithmetic] Fixed Point and Integer Conversions 2019-03-06 00:28:43 +00:00
Format [clang-format] broken after lambda with return type template with boolean literal 2019-03-05 22:20:25 +00:00
Frontend Replace clang::FileData with llvm::vfs::Status 2019-03-05 02:27:12 +00:00
FrontendTool [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions 2019-01-26 15:59:21 +00:00
Headers [build] Rename clang-headers to clang-resource-headers 2019-03-04 21:19:53 +00:00
Index [clang][index-while-building][NFC] Comment about implementation detail in FileIndexRecord 2019-02-28 01:12:27 +00:00
Lex Fix file headers. NFC 2019-03-01 06:49:51 +00:00
Parse [CodeComplete] Propagate preferred type for function arguments in more cases 2019-02-26 11:01:50 +00:00
Rewrite Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Sema [PR40778] Add addr space conversion when binding reference to a temporary. 2019-03-06 13:02:41 +00:00
Serialization Modules: Add -Rmodule-import 2019-03-06 02:50:46 +00:00
StaticAnalyzer [Fixed Point Arithmetic] Fixed Point and Integer Conversions 2019-03-06 00:28:43 +00:00
Tooling Switch to cantFail(), since it does the same assertion. 2019-02-06 17:59:39 +00:00
CMakeLists.txt