[PATCH] D77721: [ASTImporter] Add support for importing fixed point literals

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 01:03:46 PDT 2020


balazske added inline comments.


================
Comment at: clang/include/clang/AST/Expr.h:1494
                     SourceLocation l, unsigned Scale);
-
   // Store the int as is without any bit shifting.
----------------
This line removal is not needed and can cause disturbances, it is better to remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77721





More information about the cfe-commits mailing list