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 f7a10f0 commit e866ecfCopy full SHA for e866ecf
clang/include/clang/Basic/Builtins.h
@@ -408,7 +408,9 @@ class Context {
408
409
unsigned getRequiredVectorWidth(unsigned ID) const;
410
411
- /// Return true if builtin ID belongs to AuxTarget.
+ /// Return true if builtin ID belongs to only the AuxTarget.
412
+ /// Return false if builtin ID belongs to both the primary
413
+ /// and auxiliary target.
414
bool isAuxBuiltinID(unsigned ID) const {
415
return ID >= (Builtin::FirstTSBuiltin + NumTargetBuiltins);
416
}
0 commit comments