[PATCH] D148105: [clang] Fix FIXME in isAlignasAttribute()
Richard Sandiford via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 12 03:16:11 PDT 2023
rsandifo-arm added a comment.
FWIW, the original reason for looking at this was to explore ways of removing `AS_AttributeLikeKeyword` from https://reviews.llvm.org/D139028 . I wanted to find a way of conveying extra information about a spelling without having to change the existing enums. It seemed like that was essentially the same problem as the one described in the FIXME being fixed here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148105/new/
https://reviews.llvm.org/D148105
More information about the cfe-commits
mailing list