[PATCH] D26846: __uuidof() and declspec(uuid("...")) should be allowed on enumeration types
Kevin Puetz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 20 14:58:35 PST 2016
puetzk added a comment.
I see that you added a FIXME mentioning that it should be C++-only, but I don't see where you actually did anything that would make it so. What am I missing?
Also, did you mean to drop the changes to utils/TableGen/ClangAttrEmitter.cpp and bring back the WarnDiag, "ExpectedEnumOrClass" @aaron.ballman asked for in the first review?
Repository:
rL LLVM
https://reviews.llvm.org/D26846
More information about the cfe-commits
mailing list