[all-commits] [llvm/llvm-project] 400eb5: Add test for a case in D77598
David Blaikie via All-commits
all-commits at lists.llvm.org
Sun Nov 14 21:00:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 400eb59adf43b29af3117c163cf770e6d6e514f7
https://github.com/llvm/llvm-project/commit/400eb59adf43b29af3117c163cf770e6d6e514f7
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-11-14 (Sun, 14 Nov 2021)
Changed paths:
M clang/test/AST/ast-dump-templates.cpp
Log Message:
-----------
Add test for a case in D77598
This covers the DeclPrinter::VisitCXXRecordDecl caller - though also
demonstrates some possible inconsistency in template specialization
printing.
Commit: 604446aa6b41461e2691c9f4253e9ef70a5d68e4
https://github.com/llvm/llvm-project/commit/604446aa6b41461e2691c9f4253e9ef70a5d68e4
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-11-14 (Sun, 14 Nov 2021)
Changed paths:
M clang/lib/AST/DeclPrinter.cpp
M clang/test/AST/ast-dump-templates.cpp
Log Message:
-----------
ast-dump: Add missing identation of class template specializations
Commit: b2589e326ba4407d8314938a4f7498086e2203ea
https://github.com/llvm/llvm-project/commit/b2589e326ba4407d8314938a4f7498086e2203ea
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-11-14 (Sun, 14 Nov 2021)
Changed paths:
M clang/include/clang/AST/Stmt.h
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/StmtPrinter.cpp
M clang/test/AST/ast-dump-templates.cpp
Log Message:
-----------
ast-print: Avoid extra whitespace before function opening brace
Compare: https://github.com/llvm/llvm-project/compare/132bc6e2d481...b2589e326ba4
More information about the All-commits
mailing list