aaron.ballman added a comment.

I cannot think of a way to add test coverage for this change, can you?



================
Comment at: clang/utils/TableGen/ClangAttrEmitter.cpp:2332
+    if (Header && Spellings.size() > 1)
+      OS <<  CreateSemanticSpellings(Spellings, SemanticToSyntacticMap);
 
----------------
Looks like there is a little extra whitespace after the `<<` that can be 
removed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76289/new/

https://reviews.llvm.org/D76289



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to