llvm-project/clang/lib
Richard Smith d92eddf02d Work around a standard defect: template argument deduction for non-type
template parameters of reference type basically doesn't work, because we're
always deducing from an argument expression of non-reference type, so the type
of the deduced expression never matches. Instead, compare the type of an
expression naming the parameter to the type of the argument.

llvm-svn: 290586
2016-12-27 06:14:37 +00:00
..
ARCMigrate Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 10:39:27 +00:00
AST Emit CCEDiags when evaluating a const variable. 2016-12-27 05:33:20 +00:00
ASTMatchers [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl. 2016-12-24 13:35:14 +00:00
Analysis Fix os_log formating with arbitrary precision and field width 2016-12-15 04:02:31 +00:00
Basic [inline-asm]No error for conflict between inputs\outputs and clobber list 2016-12-26 12:23:42 +00:00
CodeGen [PH] Teach the new PM code path to support -disable-llvm-passes. 2016-12-27 00:13:09 +00:00
Driver Driver: switch Windows to static RelocModel 2016-12-27 02:20:35 +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 Use after move bug fixes 2016-12-23 11:40:44 +00:00
Frontend [PM] Introduce options to enable the (still experimental) new pass 2016-12-23 20:44:01 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly added unmasked versions and selects. 2016-12-27 04:04:57 +00:00
Index [index] Rename SymbolSubKind -> SymbolProperty, NFC. 2016-11-11 23:49:55 +00:00
Lex Use after move bug fixes 2016-12-23 11:40:44 +00:00
Parse [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Work around a standard defect: template argument deduction for non-type 2016-12-27 06:14:37 +00:00
Serialization [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
StaticAnalyzer [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
Tooling Use after move bug fixes 2016-12-23 11:40:44 +00:00
CMakeLists.txt