Files
llvm-project/clang/test/Modules/Inputs/submodules/hash_map.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

5 lines
82 B
C++

template<typename Key, typename Data> class hash_map { };
#define HAVE_HASH_MAP