Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang-tools-extra/pseudo/lib/cxx/CXX.cpp | ||
|---|---|---|
| 46 | nit: assert Left is a left bracket? | |
| 54 | btw, it is annoying to write an explicit ExtensionID<=>Extension conversion. To avoid that, what do you think of making the Symbol&Extension as an enum rather than enum class, and we still keep the qualified name usage Extension::Brackets. | |
| clang-tools-extra/pseudo/lib/cxx/CXX.cpp | ||
|---|---|---|
| 54 | I don't find it particularly annoying FWIW. | |
nit: assert Left is a left bracket?