[PATCH] D40381: Parse concept definition
Saar Raz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 14:33:22 PDT 2019
saar.raz updated this revision to Diff 209068.
saar.raz added a comment.
Final committed diff.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D40381/new/
https://reviews.llvm.org/D40381
Files:
include/clang/AST/ASTNodeTraverser.h
include/clang/AST/DeclTemplate.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/TextNodeDumper.h
include/clang/Basic/DeclNodes.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/TemplateKinds.h
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTStructuralEquivalence.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclPrinter.cpp
lib/AST/DeclTemplate.cpp
lib/AST/TextNodeDumper.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Index/IndexDecl.cpp
lib/Parse/ParseTemplate.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Serialization/ASTCommon.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/ASTWriterDecl.cpp
test/CXX/concepts-ts/expr/expr.prim/expr.prim.id/p3.cpp
test/Parser/cxx-concept-declaration.cpp
test/Parser/cxx-concepts-ambig-constraint-expr.cpp
test/Parser/cxx-concepts-requires-clause.cpp
test/Parser/cxx2a-concept-declaration.cpp
test/Parser/cxx2a-concepts-ambig-constraint-expr.cpp
test/Parser/cxx2a-concepts-requires-clause.cpp
tools/libclang/CIndex.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40381.209068.patch
Type: text/x-patch
Size: 38208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190710/a8af55b2/attachment-0001.bin>
More information about the cfe-commits
mailing list