llvm-project/clang/include/clang
Nathan Wilson 8383912f87 [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TS
Summary: A program shall not declare an explicit instantiation (14.8.2), an explicit specialization (14.8.3), or a partial specialization of a concept definition.

Reviewers: rsmith, hubert.reinterpretcast, faisalv, aaron.ballman

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D18221

llvm-svn: 265868
2016-04-09 02:55:27 +00:00
..
ARCMigrate [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
AST [OpenCL] Complete image types support. 2016-04-08 13:40:33 +00:00
ASTMatchers [ASTMatchers] Existing matcher hasAnyArgument fixed 2016-03-30 11:22:14 +00:00
Analysis [Sema] Handle UTF-8 invalid format string specifiers 2016-03-29 17:35:02 +00:00
Basic [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TS 2016-04-09 02:55:27 +00:00
CodeGen IRGen-level lowering for the Swift calling convention. 2016-04-04 18:33:08 +00:00
Config [CMake] Add option to switch default C++ stdlib 2016-02-12 07:48:37 +00:00
Driver Keep -fmodule-implementation-of as an alias of -fmodule-name. 2016-04-06 23:28:26 +00:00
Edit Roll-back r250822. 2015-10-20 13:23:58 +00:00
Format Added formatAndApplyAllReplacements that works on multiple files in libTooling. 2016-03-29 16:31:53 +00:00
Frontend Move EABIVersion from CodeGenOptions to TargetOptions 2016-04-08 16:52:05 +00:00
FrontendTool
Index [index] Remove redundancy between symbol kind and language 2016-03-25 17:01:59 +00:00
Lex AnnotateFunctions: Tweak for mingw. 2016-04-04 15:30:44 +00:00
Parse Minor Wdocumentation fix. NFCI. 2016-04-07 17:38:24 +00:00
Rewrite [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
Sema [OpenCL] Complete image types support. 2016-04-08 13:40:33 +00:00
Serialization Remove unused functions from ASTWriter interface. 2016-04-08 21:54:32 +00:00
StaticAnalyzer [analyzer] Add checker callback for beginning of function. 2016-02-19 01:35:10 +00:00
Tooling Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error. 2016-03-29 18:17:11 +00:00
CMakeLists.txt Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
module.modulemap revert SVN r265702, r265640 2016-04-08 16:52:00 +00:00