]> granicus.if.org Git - clang/commit
[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)
commit622f921fa7a15a20c400b613b05a5a167275f9c5
tree16d7c47df49bce2a6e43314b28012ac28399c76a
parent0af2982d58db03e4ea1a93bc17112663d83ec078
[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!

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