Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm, thanks!
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | ||
---|---|---|
1815–1821 | Please add a comment to indicate that clang never puts enums inside DILexicalBlock scopes. Enum types, as generated by clang, are always in function, class, or file scopes. |
Please add a comment to indicate that clang never puts enums inside DILexicalBlock scopes. Enum types, as generated by clang, are always in function, class, or file scopes.