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 50412c3 commit 52f0f44Copy full SHA for 52f0f44
clang/include/clang/CIR/MissingFeatures.h
@@ -322,7 +322,7 @@ struct MissingFeatures {
322
static bool invokeOp() { return false; }
323
static bool labelOp() { return false; }
324
static bool ptrDiffOp() { return false; }
325
- static bool llvmLoweringPtrDiffConsidersPointee() {return false; }
+ static bool llvmLoweringPtrDiffConsidersPointee() { return false; }
326
static bool ptrStrideOp() { return false; }
327
static bool switchOp() { return false; }
328
static bool throwOp() { return false; }
0 commit comments