[clang][NFC] Fix a GCC warning in ASTImporterTest.cpp
authorRaphael Isemann <teemperor@gmail.com>
Mon, 24 Aug 2020 15:07:56 +0000 (17:07 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 24 Aug 2020 15:10:55 +0000 (17:10 +0200)
commitc9b45ce1fd97531c228e092bedee719b971f82a3
tree0a94e0a8af744ac78070990041c4ef5ef3d5a873
parent62d1fb828f918fef0c139028fed6e81c5ba1fa41
[clang][NFC] Fix a GCC warning in ASTImporterTest.cpp

Apparently only overriding one of the two CompleteType overloads causes
GCC to emit a warning with -Woverloaded-virtual .
clang/unittests/AST/ASTImporterTest.cpp