]> granicus.if.org Git - clang/commit
[CrashReproducer] Change module map callback signature. NFC
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 6 May 2016 23:21:50 +0000 (23:21 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 6 May 2016 23:21:50 +0000 (23:21 +0000)
commit2962536fe8229580324afa5d7ff3002b8a9c55a4
tree2334a41f41a2695f39e35bb50a0414b91a547a26
parent4b43489e894f9667c319d0dceee5969dc5ac2f02
[CrashReproducer] Change module map callback signature. NFC

Use a StringRef instead of a FileEntry in the moduleMapAddHeader
callback to allow more flexibility on what to collect on further
patches. This changes the interface I introduced in r264971.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268819 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/ModuleMap.h
lib/Frontend/ModuleDependencyCollector.cpp
lib/Lex/ModuleMap.cpp