[all-commits] [llvm/llvm-project] 71f9e7: Revert "Implement [[msvc::no_unique_address]] (#65...
Amy Huang via All-commits
all-commits at lists.llvm.org
Fri Sep 22 14:39:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71f9e7695b87298f9855d8890f0e6a3b89381eb5
https://github.com/llvm/llvm-project/commit/71f9e7695b87298f9855d8890f0e6a3b89381eb5
Author: Amy Huang <akhuang at google.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/lib/AST/Decl.cpp
M clang/lib/AST/RecordLayoutBuilder.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
R clang/test/Layout/ms-no-unique-address.cpp
M clang/test/Preprocessor/has_attribute.cpp
R clang/test/SemaCXX/cxx2a-ms-no-unique-address.cpp
Log Message:
-----------
Revert "Implement [[msvc::no_unique_address]] (#65675)" (#67198)
This reverts commit 4a55d426967b9c70f5dea7b3a389e11393a4f4c4.
Reverting because this breaks sphinx documentation, and even with it
fixed the format of the attribute makes the no_unique_address
documentation show up twice.
More information about the All-commits
mailing list