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

Vince Bridgers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 8 05:23:25 PDT 2020


vabridgers created this revision.
vabridgers added reviewers: martong, leonardchan, ebevhan.
Herald added subscribers: cfe-commits, teemperor, rnkovacs.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
Herald added a project: clang.
vabridgers added a comment.

Landing this change depends on  https://reviews.llvm.org/D57226 to be pushed. Please review for now, and I'll be sure to push this only after https://reviews.llvm.org/D57226 is pushed. Thanks!


This patch adds support for importing fixed point literals, following
up to https://reviews.llvm.org/D46915 specifically for importing AST.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77721

Files:
  clang/include/clang/AST/Expr.h
  clang/include/clang/ASTMatchers/ASTMatchers.h
  clang/lib/AST/ASTImporter.cpp
  clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  clang/unittests/AST/ASTImporterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77721.255980.patch
Type: text/x-patch
Size: 4519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200408/670fa382/attachment-0001.bin>


More information about the cfe-commits mailing list