On Wed, Oct 10, 2012 at 5:12 AM, Argyrios Kyrtzidis <[email protected]> wrote:
> Author: akirtzidis
> Date: Tue Oct  9 21:12:39 2012
> New Revision: 165591
>
> URL: http://llvm.org/viewvc/llvm-project?rev=165591&view=rev
> Log:
> [modules] Consistently construct a buffer as input to build the module.
> This means the main file for modules will always be a virtual one.

Hi Argyrios,

This made err_missing_umbrella_header unused.  OK to remove it?

Dmitri

Index: include/clang/Basic/DiagnosticFrontendKinds.td
===================================================================
--- include/clang/Basic/DiagnosticFrontendKinds.td      (revision 168040)
+++ include/clang/Basic/DiagnosticFrontendKinds.td      (working copy)
@@ -129,8 +129,6 @@
   DefaultFatal;
 def err_missing_module : Error<
   "no module named '%0' declared in module map file '%1'">, DefaultFatal;
-def err_missing_umbrella_header : Error<
-  "cannot open umbrella header '%0': %1">, DefaultFatal;
 def err_no_submodule : Error<"no submodule named %0 in module '%1'">;
 def err_no_submodule_suggest : Error<
   "no submodule named %0 in module '%1'; did you mean '%2'?">;

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to