[all-commits] [llvm/llvm-project] 287828: [clang][DeclPrinter] Fix AST print of out-of-line ...
Timo Stripf via All-commits
all-commits at lists.llvm.org
Wed Jun 7 07:58:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2878282dc550e6a8174917480a2dc22bbe283ed1
https://github.com/llvm/llvm-project/commit/2878282dc550e6a8174917480a2dc22bbe283ed1
Author: Timo Stripf <timo.stripf at emmtrix.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M clang/lib/AST/DeclPrinter.cpp
M clang/test/AST/ast-print-record-decl.c
Log Message:
-----------
[clang][DeclPrinter] Fix AST print of out-of-line record definitions
DeclPrinter::VisitCXXRecordDecl did not output qualifiers for records.
As result, the output of out-of-line record definitions was incorrect.
Differential Revision: https://reviews.llvm.org/D151528
More information about the All-commits
mailing list