]> granicus.if.org Git - clang/commit
Add support for importing imaginary literals
authorGabor Marton <martongabesz@gmail.com>
Thu, 9 Aug 2018 12:18:07 +0000 (12:18 +0000)
committerGabor Marton <martongabesz@gmail.com>
Thu, 9 Aug 2018 12:18:07 +0000 (12:18 +0000)
commitaa558eb893a580e7a08aa77cf55081fb3c30ccb6
treedb5d072af38d7672c411fc2b61f7020344c90443
parent1f0b7f815508fd1b75a6a7b6427af53dc8b56a90
Add support for importing imaginary literals

Reviewers: a_sidorin, r.stahl, xazax.hun

Subscribers: rnkovacs, dkrupp, cfe-commits

Differential Revision: https://reviews.llvm.org/D50428

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339334 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchers.h
lib/AST/ASTImporter.cpp
lib/ASTMatchers/ASTMatchersInternal.cpp
unittests/AST/ASTImporterTest.cpp