Files
clang-p2996/clang/test/Modules/Inputs/submodules/vector.h
Douglas Gregor 7b8e4bc83f Implement name hiding for macro definitions within modules, such that
only the macro definitions from visible (sub)modules will actually be
visible. This provides the same behavior for macros that r145640
provided for declarations.

llvm-svn: 145683
2011-12-02 15:45:10 +00:00

4 lines
60 B
C++

template<typename T> class vector { };
#define HAVE_VECTOR