Ericsson / clang

Cross Translation Unit analysis capability for Clang Static Analyzer. (Fork of official clang at http://llvm.org/git/clang)
http://clang.llvm.org/
Other
15 stars 10 forks source link

[ASTImporter] Separate test files #510

Closed martong closed 6 years ago

martong commented 6 years ago

Move generic redecl chain tests and visibility tests into their own separate test files.

balazske commented 6 years ago

Is it possible to have the implementation of the common things in a separate file instead of the ASTImporterFixtures.h ?

martong commented 6 years ago

Yes it is possible.

martong commented 6 years ago

run tests

martong commented 6 years ago

Update: Added a an impl file for ASTImporterFixtures.h