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 7ca7bcb commit 627e49eCopy full SHA for 627e49e
clang/lib/AST/ByteCode/InterpBuiltin.cpp
@@ -23,7 +23,7 @@
23
namespace clang {
24
namespace interp {
25
26
-static bool isNoopBuiltin(unsigned ID) {
+LLVM_ATTRIBUTE_UNUSED static bool isNoopBuiltin(unsigned ID) {
27
switch (ID) {
28
case Builtin::BIas_const:
29
case Builtin::BIforward:
0 commit comments