See LLVM change D18775 for details, this change depends on it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. Post-commit review is fine for changes like this that mechanically update Clang to match LLVM API changes.
Comment Actions
BTW, this change doesn't actually depend on the LLVM change; it could be committed first, as a "normal" enum puts its members both inside the enum name's scope and outside.