[all-commits] [llvm/llvm-project] ef227b: Add dumping support for RequiresExpr.
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Jun 30 14:27:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef227b32b63c53ca81ebd410c7fbd5af8fc22ec5
https://github.com/llvm/llvm-project/commit/ef227b32b63c53ca81ebd410c7fbd5af8fc22ec5
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M clang/include/clang/AST/ASTNodeTraverser.h
M clang/include/clang/AST/JSONNodeDumper.h
M clang/include/clang/AST/TextNodeDumper.h
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/JSONNodeDumper.cpp
M clang/lib/AST/TextNodeDumper.cpp
M clang/test/Coverage/ast-printing.cpp
M clang/test/Coverage/cxx-language-features.inc
Log Message:
-----------
Add dumping support for RequiresExpr.
In passing, fix an ast-print bug that inserted a spurious extra `;`
after a concept definition.
More information about the All-commits
mailing list