llvm-project/clang/lib
Eric Christopher ca32517c3a Add the -grecord-gcc-switches option and pass the flags down on the compile unit.
Patch by Zhizhou Yang

llvm-svn: 299037
2017-03-29 23:34:20 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST [Objective-C] Fix "repeated use of weak" warning with -fobjc-weak 2017-03-29 17:55:11 +00:00
ASTMatchers [ASTMatchers] add typeAliasTemplateDecl matcher. 2017-03-28 12:56:47 +00:00
Analysis Encapsulate FPOptions and use it consistently 2017-03-27 19:17:25 +00:00
Basic Default enable the rtm feature only on skylake and later for now because Intel disabled the feature on some haswell and broadwell processors: 2017-03-28 23:03:19 +00:00
CodeGen Use FPContractModeKind universally 2017-03-29 21:54:24 +00:00
Driver Add the -grecord-gcc-switches option and pass the flags down on the compile unit. 2017-03-29 23:34:20 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format Fix issues in clang-format's AlignConsecutive modes. 2017-03-23 02:51:25 +00:00
Frontend Use FPContractModeKind universally 2017-03-29 21:54:24 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [X86] Implement __readgsqword (and the rest) as builtins (PR32373) 2017-03-22 19:13:13 +00:00
Index Fix MSVC 'not all control paths return a value' warning. 2017-03-24 16:59:14 +00:00
Lex [Modules] Find PrivateHeaders when looking into subframeworks 2017-03-21 16:43:51 +00:00
Parse Reapplied r298976 [OpenCL] Added parsing for OpenCL vector types. 2017-03-29 12:09:39 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Use FPContractModeKind universally 2017-03-29 21:54:24 +00:00
Serialization Encapsulate FPOptions and use it consistently 2017-03-27 19:17:25 +00:00
StaticAnalyzer [analyzer] Fix symbolication for unknown unary increment/decrement results. 2017-03-28 15:57:12 +00:00
Tooling Revert "Added `applyAtomicChanges` function." 2017-03-29 00:24:36 +00:00
CMakeLists.txt