diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-08-09 01:24:07 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-08-09 01:24:07 +0000 |
| commit | 49faf9f4cded2cf9c09f5befaa7df1b86d1e8cc8 (patch) | |
| tree | 4404599e4b7d158be2e7192246a57013a6d1aa70 /clang/test/Modules/Inputs/macros_right_undef.h | |
| parent | 4629ed75e4e6f2321701b3aa06e92e2dee7e98dc (diff) | |
| download | bcm5719-llvm-49faf9f4cded2cf9c09f5befaa7df1b86d1e8cc8.tar.gz bcm5719-llvm-49faf9f4cded2cf9c09f5befaa7df1b86d1e8cc8.zip | |
[modules] Weaken an out-of-date assertion: an #undef can have no location if we
imported it from a module when performing finalization before writing out
an AST file.
llvm-svn: 215272
Diffstat (limited to 'clang/test/Modules/Inputs/macros_right_undef.h')
| -rw-r--r-- | clang/test/Modules/Inputs/macros_right_undef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/macros_right_undef.h b/clang/test/Modules/Inputs/macros_right_undef.h index 15a83666a13..5084561e108 100644 --- a/clang/test/Modules/Inputs/macros_right_undef.h +++ b/clang/test/Modules/Inputs/macros_right_undef.h @@ -2,3 +2,4 @@ @import macros_top; #undef TOP_OTHER_DEF_RIGHT_UNDEF +#undef TOP_DEF_RIGHT_UNDEF |

