We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baa212 commit d6c97d6Copy full SHA for d6c97d6
clang/include/clang/Basic/LangOptions.h
@@ -304,10 +304,7 @@ class LangOptionsBase {
304
};
305
306
/// Possible float expression evaluation method choices.
307
- enum FPEvalMethodKind {
308
- /// The evaluation method cannot be determined or is inconsistent for this
309
- /// target.
310
- FEM_Indeterminable = -1,
+ enum FPEvalMethodKind : unsigned {
311
/// Use the declared type for fp arithmetic.
312
FEM_Source = 0,
313
/// Use the type double for fp arithmetic.
0 commit comments