Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/CodeGen/CGDebugInfo.cpp | ||
---|---|---|
581–582 | Generally, I think, we downgrade to the nearest/highest version? (for instance today when the user requests C17, they get C11, not C - and when they request C++17 they get C_plus_plus_14, not plain C_plus_plus) I see there's the same choice up in the C++ case too, but not sure it's the right one? Should probably do the same thing for strict dwarf, and emit this as C99? |
clang/lib/CodeGen/CGDebugInfo.cpp | ||
---|---|---|
581–582 | Fair enough. |
Generally, I think, we downgrade to the nearest/highest version? (for instance today when the user requests C17, they get C11, not C - and when they request C++17 they get C_plus_plus_14, not plain C_plus_plus) I see there's the same choice up in the C++ case too, but not sure it's the right one?
Should probably do the same thing for strict dwarf, and emit this as C99?