commit | 9ab4ccecb3981c466951f4ff3f2a788eb1b1a6db | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Mar 11 00:00:51 2015 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Mar 11 00:00:51 2015 +0000 |
tree | dcfbbd543c68e6407a30e862582fb4421bac1c1d | |
parent | b93fb82b3f8efa33ca1dbb4b47876369cc5297b8 [diff] [blame] |
[modules] Fix iterator invalidation issue with names being added to a module while we're writing out the identifier table. llvm-svn: 231890
diff --git a/clang/test/Modules/Inputs/invalidate-identifiers/b.h b/clang/test/Modules/Inputs/invalidate-identifiers/b.h new file mode 100644 index 0000000..2af246d --- /dev/null +++ b/clang/test/Modules/Inputs/invalidate-identifiers/b.h
@@ -0,0 +1,2 @@ +extern int v; +#include "a.h"