aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ErrorHandling.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-10-22 08:09:47 +0000
committerDaniel Jasper <djasper@google.com>2013-10-22 08:09:47 +0000
commit97da9178ce5167da1bbad45ffcbb80b067a6f7f2 (patch)
treebf472689291f0acd800f76212155a804afff2313 /llvm/lib/Support/ErrorHandling.cpp
parent2f8dc08b8cf4a18c09ec7ca8eb2b619f22cbfbd0 (diff)
downloadllvm-97da9178ce5167da1bbad45ffcbb80b067a6f7f2.zip
llvm-97da9178ce5167da1bbad45ffcbb80b067a6f7f2.tar.gz
llvm-97da9178ce5167da1bbad45ffcbb80b067a6f7f2.tar.bz2
Allow a header to be part of multiple modules.
This patch changes two things: a) Allow a header to be part of multiple modules. The reasoning is that in existing codebases that have a module-like build system, the same headers might be used in several build targets. Simple reasons might be that they defined different classes that are declared in the same header. Supporting a header as a part of multiple modules will make the transistion easier for those cases. A later step in clang can then determine whether the two modules are actually compatible and can be merged and error out appropriately. The later check is similar to what needs to be done for template specializations anyway. b) Allow modules to be stored in a directory tree separate from the headers they describe. Review: http://llvm-reviews.chandlerc.com/D1951 llvm-svn: 193151
Diffstat (limited to 'llvm/lib/Support/ErrorHandling.cpp')
0 files changed, 0 insertions, 0 deletions