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 ebfae55 commit f104804Copy full SHA for f104804
clang/include/clang/Basic/LangOptions.h
@@ -299,10 +299,7 @@ class LangOptionsBase {
299
};
300
301
/// Possible float expression evaluation method choices.
302
- enum FPEvalMethodKind {
303
- /// The evaluation method cannot be determined or is inconsistent for this
304
- /// target.
305
- FEM_Indeterminable = -1,
+ enum FPEvalMethodKind : unsigned {
306
/// Use the declared type for fp arithmetic.
307
FEM_Source = 0,
308
/// Use the type double for fp arithmetic.
0 commit comments