[PATCH] D126061: [clang] Reject non-declaration C++11 attributes on declarations
Nikita Popov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 08:42:50 PDT 2022
nikic added a comment.
FYI this change had a measurable effect on compile-time (http://llvm-compile-time-tracker.com/compare.php?from=7acc88be0312c721bc082ed9934e381d297f4707&to=8c7b64b5ae2a09027c38db969a04fc9ddd0cd6bb&stat=instructions), about 0.5% regression for `O0` builds. Not sure if that's expected.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126061/new/
https://reviews.llvm.org/D126061
More information about the cfe-commits
mailing list