[cfe-commits] r135970 - in /cfe/trunk: lib/Sema/SemaDecl.cpp test/FixIt/fixit-static-object-decl.m
jahanian
fjahanian at apple.com
Tue Jul 26 11:07:02 PDT 2011
On Jul 25, 2011, at 4:50 PM, Douglas Gregor wrote:
>
> On Jul 25, 2011, at 2:12 PM, Fariborz Jahanian wrote:
>
> Whenever we emit a Fix-It, the compiler needs to recover as if the user has written the code we suggest. In this case, that means fixing up the type of NewVD to be a pointer to 'T' without marking the declaration invalid or returning.
And in few more places. In r136103
- Fariborz
>
> - Doug
More information about the cfe-commits
mailing list