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 d52729f commit c310c1fCopy full SHA for c310c1f
clang/include/clang/CIR/MissingFeatures.h
@@ -204,7 +204,6 @@ struct MissingFeatures {
204
static bool fastMathFlags() { return false; }
205
static bool fpConstraints() { return false; }
206
static bool generateDebugInfo() { return false; }
207
- static bool getBitfieldOp() { return false; }
208
static bool hip() { return false; }
209
static bool implicitConstructorArgs() { return false; }
210
static bool incrementProfileCounter() { return false; }
0 commit comments