hanchenye-llvm-project/clang/lib
Sam McCall 4d973862ec [Sema] Fix -Wunused-variable
llvm-svn: 325553
2018-02-20 07:21:56 +00:00
..
ARCMigrate
AST [MS] Make constexpr static data members implicitly inline 2018-02-16 19:44:47 +00:00
ASTMatchers Add hasTrailingReturn AST matcher 2018-01-22 22:45:23 +00:00
Analysis [CFG] Provide construction contexts for temproary objects. 2018-02-15 03:13:36 +00:00
Basic [AVR] Set the program address space in the data layout 2018-02-19 10:46:16 +00:00
CodeGen [CodeGen] Initialize large arrays by copying from a global 2018-02-19 09:49:11 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [ARM] disable FPU features when using soft floating point. 2018-02-19 12:40:26 +00:00
Edit [NFC] Extract method to SourceManager for traversing the macro "stack" 2018-02-09 23:30:07 +00:00
Format [clang-format] Fix text proto extension scope opening detection 2018-02-19 16:00:21 +00:00
Frontend [Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo correction 2018-02-12 23:43:21 +00:00
FrontendTool Make a build bot happy. 2018-02-10 14:26:53 +00:00
Headers [DOXYGEN] There was a request in the review D41507 to change the notation for hex numbers in doxygen documentation from <...>h to 0x<...>. Both of these notations were used in x86 intrinsics documentation. I promised to change them to 0x<...> for consistency. 2018-02-16 03:11:35 +00:00
Index [Index] fix USR generation for namespace{extern{X}} 2018-02-02 14:13:37 +00:00
Lex [Modules] Extend -fmodule-name semantic for frameworks with private modules 2018-02-16 00:12:57 +00:00
Parse [OPENMP] Fix parsing of the directives with inner directives. 2018-02-16 18:36:44 +00:00
Rewrite [analyzer] Show full analyzer invocation for reproducibility in HTML reports 2018-01-23 19:28:52 +00:00
Sema [Sema] Fix -Wunused-variable 2018-02-20 07:21:56 +00:00
Serialization [modules] Fix incorrect diagnostic mapping computation when a module changes 2018-02-09 01:15:13 +00:00
StaticAnalyzer [Analyzer] Move UnexploredFirstStack into an anonymous namespace. 2018-02-18 19:08:27 +00:00
Tooling [Tooling] Returns non-zero status code when files are skipped. 2018-02-02 18:19:22 +00:00
CMakeLists.txt