[all-commits] [llvm/llvm-project] 4098e1: Revert "[clang][DeclPrinter] Fix missing semicolon...
Steven Wu via All-commits
all-commits at lists.llvm.org
Fri Jul 28 11:41:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4098e13a71464cc4747528edd8a41e5a4eaa1b23
https://github.com/llvm/llvm-project/commit/4098e13a71464cc4747528edd8a41e5a4eaa1b23
Author: Steven Wu <stevenwu at apple.com>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M clang/lib/AST/DeclPrinter.cpp
M clang/test/AST/ast-print-method-decl.cpp
Log Message:
-----------
Revert "[clang][DeclPrinter] Fix missing semicolon in AST print for methods that are definitions without having a body"
This reverts commit a3da6284c23affdd9092b2641017e99d85c2d89b. It breaks
tests on macOS as macOS doesn't support attribute alias.
More information about the All-commits
mailing list