]> granicus.if.org Git - clang/commit
[ASTImporter][ASTImporterSpecificLookup] Add test for different operators
authorGabor Marton <martongabesz@gmail.com>
Fri, 8 Feb 2019 09:19:34 +0000 (09:19 +0000)
committerGabor Marton <martongabesz@gmail.com>
Fri, 8 Feb 2019 09:19:34 +0000 (09:19 +0000)
commit132f5ed34e2aa46603f92f5e9fc7da4daf45927d
treef244866d8a520198458920789d2442dc3ecea554
parent24b6249a6425cb7ab818f1c4ead7f2453219a4ff
[ASTImporter][ASTImporterSpecificLookup] Add test for different operators

Summary:
This is to check that operators are handled properly in
`ASTImporterSpecificLookup`.  Note, this lookup table is not used in LLDB, only
in CTU.

Reviewers: a_sidorin, shafik, a.sidorin

Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits

Tags: #clang

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353505 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/ASTImporterTest.cpp