[clang] [clang][NFC] Update isAuxBuiltinID comment (PR #128038)

Nick Sarnie via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 10:14:35 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.
----------------
sarnex wrote:

sure, applied this in latest commit.

https://github.com/llvm/llvm-project/pull/128038


More information about the cfe-commits mailing list