[ASTImporter] Eliminated some unittest warnings.
authorGabor Marton <martongabesz@gmail.com>
Fri, 29 Jun 2018 10:25:19 +0000 (10:25 +0000)
committerGabor Marton <martongabesz@gmail.com>
Fri, 29 Jun 2018 10:25:19 +0000 (10:25 +0000)
commit1f6ad1466161a33fc3918689b2f001ef561bcee4
tree5218163d6f143a6f2a6254852b95ffeaca62b09a
parent0a22722e20ff3ca9f2548e94fe90c7d701206526
[ASTImporter] Eliminated some unittest warnings.

Summary:
When running the ASTTests test, warnings produced by the compiler can be
distracting when looking for test errors. A part of the warnings is removed
by setting extra compiler options.

Reviewers: a.sidorin

Reviewed By: a.sidorin

Subscribers: a_sidorin, martong, cfe-commits

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

Patch by Balazs Keri!

llvm-svn: 335959
clang/unittests/AST/ASTImporterTest.cpp