mibintc marked 2 inline comments as done.
mibintc added inline comments.

================
Comment at: clang/lib/Parse/ParsePragma.cpp:2967
+    PP.Diag(Tok.getLocation(), diag::warn_pragma_fp_ignored)
+        << PragmaName.getIdentifierInfo()->getName();
+    return;
----------------
aaron.ballman wrote:
> Can you pass in `PragmaName` directly, or does that do unfortunate things 
> with single quotes?
After I changed it to PragmaName, the clang-format didn't find anything to fix


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90316

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

Reply via email to