commit | 2a553089c30fc3cda435ffef90bc3d2976d531d1 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Apr 23 22:58:06 2015 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Apr 23 22:58:06 2015 +0000 |
tree | 36aaf69b6d024f83b070c4fe887bf75baecc5cb8 | |
parent | 10ed96bf094170f12a49ea5e6be2c43ac8640a18 [diff] [blame] |
[modules] Properly attribute macros to modules if they're in a file textually included into a file in the module. llvm-svn: 235661
diff --git a/clang/test/Modules/Inputs/macros.h b/clang/test/Modules/Inputs/macros.h index 27f43c0..a0ae7a3 100644 --- a/clang/test/Modules/Inputs/macros.h +++ b/clang/test/Modules/Inputs/macros.h
@@ -17,3 +17,4 @@ extern int __MODULE__; #endif +#include "macros-indirect.h"