[PATCH] D65997: Add options rounding and exceptions to pragma fp

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 12 18:51:39 PDT 2019


sepavloff marked 7 inline comments as done.
sepavloff added inline comments.


================
Comment at: clang/lib/Parse/ParsePragma.cpp:2697
     PP.Lex(Tok);
+    StringRef ExpectedArgumentText;
+    switch (*FlagKind) {
----------------
aaron.ballman wrote:
> Same here.
This case is different from the above, the list of expected arguments depend on the current option.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65997





More information about the cfe-commits mailing list