]> granicus.if.org Git - clang/commit
Allow errors on use of a private module header to be disabled, to better support...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 19 Feb 2015 00:10:28 +0000 (00:10 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 19 Feb 2015 00:10:28 +0000 (00:10 +0000)
commitc78cfbe23e95ab14c4c2f81bcd43c1b15ef6ca44
treede31ec168c04c4f15ba7624183bd2c752a9fcf31
parent1560e692b3a15f4488c7f553e4a7a217afad3d20
Allow errors on use of a private module header to be disabled, to better support incremental transition to modules.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229788 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/ModuleMap.cpp
test/Modules/private.cpp