[cfe-commits] r161534 - in /cfe/trunk: include/clang/Parse/Parser.h include/clang/Sema/DeclSpec.h lib/Parse/ParseDecl.cpp lib/Parse/ParseObjc.cpp lib/Parse/RAIIObjectsForParser.h test/Sema/attr-deprecated.c test/SemaObjC/attr-deprecated.m

Eli Friedman eli.friedman at gmail.com
Wed Aug 8 16:40:16 PDT 2012


On Wed, Aug 8, 2012 at 4:30 PM, jahanian <fjahanian at apple.com> wrote:
> Build is broken:
>
> /Users/jahanian/sandbox/llvm-tot/tools/clang/lib/Parse/ParseDecl.cpp:2830:5: error: use of undeclared identifier 'PD'
>     PD.complete(D);
>     ^
> I tried to un-break it by replacing it with DS. It built but broke clang-tests.

r161539.

-Eli



More information about the cfe-commits mailing list