[PATCH] D104491: [Docs][Clang][Attr] mark no_stack_protector+no_sanitize GCC compatible
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 18 11:33:55 PDT 2021
aaron.ballman added a comment.
In D104491#2827730 <https://reviews.llvm.org/D104491#2827730>, @nickdesaulniers wrote:
> ah, ok, then if this isn't a quick cleanup, I don't really care about this.
I took a quick look at ClangAttrEmitter.cpp, and it looks like the only change that is needed is within the `GetFlattenedSpelling()` function. So not quite quick, but shouldn't be too bad (in case someone wants to pick this back up).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104491/new/
https://reviews.llvm.org/D104491
More information about the cfe-commits
mailing list