hanchenye-llvm-project/clang/lib
Richard Smith f3cec65d01 When diagnosing that a defaulted function is ill-formed because it would be
implicitly deleted and overrides a non-deleted function, explain why the
function is deleted. For PR30844.

llvm-svn: 285610
2016-10-31 18:18:29 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST [x86][inline-asm] Add support for curly brackets escape using "%" in extended inline asm. 2016-10-31 15:27:54 +00:00
ASTMatchers [AST] Convert Marshallers to use unique_ptr. 2016-10-10 16:26:40 +00:00
Analysis NFC small format 2016-10-29 15:28:25 +00:00
Basic [x86][inline-asm][AVX512][clang][PART-1] Introducing "k" and "Yk" constraints for extended inline assembly, enabling use of AVX512 masked vectorized instructions. 2016-10-31 17:23:52 +00:00
CodeGen Use toCharUnitsFromBits instead of TargetInfo::getCharWidth 2016-10-31 16:48:30 +00:00
Driver [Modules] Add a command line option for loading the clang builtins modulemap. 2016-10-31 08:21:54 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format Skip over AnnotatedLines with >50 levels of nesting; don't format them. 2016-10-31 13:23:00 +00:00
Frontend Revert "[Preprocessor] Support for '-dI' flag" 2016-10-28 17:02:10 +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] Use selectd instead of selectps for _mm256_mask_extracti32x4_epi32. 2016-10-31 05:49:11 +00:00
Index [index] Fixes for locations and relations in Objective C categories and getters/setters 2016-10-25 21:11:22 +00:00
Lex Do not print include_next/pragma once warnings when input is a header. 2016-10-27 14:17:10 +00:00
Parse Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema When diagnosing that a defaulted function is ill-formed because it would be 2016-10-31 18:18:29 +00:00
Serialization [modules] Fix assert if multiple update records provide a definition for a 2016-10-26 02:31:56 +00:00
StaticAnalyzer [analyzer] MacOSXAPIChecker: Disallow dispatch_once_t in ivars and heap. 2016-10-31 17:27:26 +00:00
Tooling Deduplicate sets of replacements by file names. 2016-10-14 09:32:06 +00:00
CMakeLists.txt