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