r205828 - Add missing include.

Richard Trieu rtrieu at google.com
Wed Apr 9 14:01:53 PDT 2014


This looks like a GCC versus Clang compile issue.  Clang could find the
varargs declarations while GCC couldn't.  I didn't notice this problem
until a buildbot with GCC started failing.


On Wed, Apr 9, 2014 at 10:27 AM, Jordan Rose <jordan_rose at apple.com> wrote:

> Thanks, Richard! Not sure how that was working before...
>
> Jordan
>
> On Apr 8, 2014, at 20:31 , Richard Trieu <rtrieu at google.com> wrote:
>
> > Author: rtrieu
> > Date: Tue Apr  8 22:31:44 2014
> > New Revision: 205828
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=205828&view=rev
> > Log:
> > Add missing include.
> >
> > Modified:
> >    cfe/trunk/lib/StaticAnalyzer/Checkers/SelectorExtras.h
> >
> > Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/SelectorExtras.h
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/SelectorExtras.h?rev=205828&r1=205827&r2=205828&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/lib/StaticAnalyzer/Checkers/SelectorExtras.h (original)
> > +++ cfe/trunk/lib/StaticAnalyzer/Checkers/SelectorExtras.h Tue Apr  8
> 22:31:44 2014
> > @@ -11,6 +11,7 @@
> > #define LLVM_CLANG_SA_CHECKERS_SELECTOREXTRAS
> >
> > #include "clang/AST/ASTContext.h"
> > +#include <cstdarg>
> >
> > namespace clang {
> > namespace ento {
> >
> >
> > _______________________________________________
> > cfe-commits mailing list
> > cfe-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140409/3b1547e7/attachment.html>


More information about the cfe-commits mailing list