]> granicus.if.org Git - clang/commit
[modules] If we have a choice between including a file textually and importing
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Feb 2015 23:50:20 +0000 (23:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Feb 2015 23:50:20 +0000 (23:50 +0000)
commit0a936ef7cfa01f35f26128ff10271d83875936ad
tree127e9f51e608cd35f767d149f192899ce5300a18
parente165270d0509b7116931e375362279d4f37aed7b
[modules] If we have a choice between including a file textually and importing
a prebuilt form from a module, prefer the modular form, all else being equal.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229188 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/ModuleMap.cpp
test/Modules/Inputs/header-in-multiple-maps/a.h [new file with mode: 0644]
test/Modules/Inputs/header-in-multiple-maps/map1 [new file with mode: 0644]
test/Modules/Inputs/header-in-multiple-maps/map2 [new file with mode: 0644]
test/Modules/Inputs/header-in-multiple-maps/map3 [new file with mode: 0644]
test/Modules/header-in-multiple-maps.cpp [new file with mode: 0644]