[all-commits] [llvm/llvm-project] c9b45c: [clang][NFC] Fix a GCC warning in ASTImporterTest.cpp
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Aug 24 08:11:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9b45ce1fd97531c228e092bedee719b971f82a3
https://github.com/llvm/llvm-project/commit/c9b45ce1fd97531c228e092bedee719b971f82a3
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[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 .
More information about the All-commits
mailing list