On Sat, Sep 1, 2012 at 2:06 AM, Enea Zaffanella <[email protected]> wrote:
> On 08/31/2012 04:29 AM, Eli Friedman wrote:
>>
>> Author: efriedma
>> Date: Thu Aug 30 21:29:37 2012
>> New Revision: 162970
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=162970&view=rev
>> Log:
>> Make a bunch of methods on Lexer private.
>
>
> In our code, we were using the single character reading method
>
>     char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size,
>                               const LangOptions &LangOpts);
>
> which is now private.
> Is there any public replacement?
> If the answer is negative, can you revert it to public access?

No replacement; making it public is fine.

-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to