r237326 - Add missing #include, found by modules build.

Richard Smith richard at metafoo.co.uk
Wed May 13 20:00:41 PDT 2015


On Wed, May 13, 2015 at 7:40 PM, David Blaikie <dblaikie at gmail.com> wrote:

>
> On May 13, 2015 6:17 PM, "Richard Smith" <richard-llvm at metafoo.co.uk>
> wrote:
> >
> > Author: rsmith
> > Date: Wed May 13 20:08:58 2015
> > New Revision: 237326
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=237326&view=rev
> > Log:
> > Add missing #include, found by modules build.
> >
> > Modified:
> >     cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h
> >
> > Modified: cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h?rev=237326&r1=237325&r2=237326&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h (original)
> > +++ cfe/trunk/include/clang/Lex/ExternalPreprocessorSource.h Wed May 13
> 20:08:58 2015
> > @@ -17,6 +17,7 @@
> >  namespace clang {
> >
> >  class IdentifierInfo;
> > +class Module;
>
> So... His doesn't look like a #include ;)
>
s/#include/forward declaration/

The keys are, like, right next to each other. =)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150513/5a4fdb35/attachment.html>


More information about the cfe-commits mailing list