Diagnose when #pragma clang fp eval_method doesn't have a supported value. Currently the compiler is crashing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with a tiny tweak to the diagnostic.
clang/include/clang/Basic/DiagnosticParseKinds.td | ||
---|---|---|
1493 | Slight tweak here to use a list instead of multiple ors. |
Slight tweak here to use a list instead of multiple ors.