[clang] [clang][NFC] Update isAuxBuiltinID comment (PR #128038)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 10:06:49 PST 2025
================
@@ -408,7 +408,9 @@ class Context {
unsigned getRequiredVectorWidth(unsigned ID) const;
- /// Return true if builtin ID belongs to AuxTarget.
+ /// Return true if builtin ID belongs to only the AuxTarget.
----------------
erichkeane wrote:
Perhaps, "Return true if the builtin ID belongs exclusively to the AuxTarget, and false if it belongs to both primary and aux target, or neither."
WDYT?
https://github.com/llvm/llvm-project/pull/128038
More information about the cfe-commits
mailing list