[clang] [clang/AST] Make it possible to use SwiftAttr in type context (PR #108631)

Pavel Yaskevich via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 17 13:59:23 PDT 2024


================
@@ -8732,6 +8786,11 @@ static void processTypeAttrs(TypeProcessingState &state, QualType &type,
     case ParsedAttr::AT_HLSLParamModifier: {
       HandleHLSLParamModifierAttr(state, type, attr, state.getSema());
       attr.setUsedAsTypeAttr();
+			break;
+		}
----------------
xedin wrote:

Oh, it might be tabs vs. spaces :/

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


More information about the cfe-commits mailing list