[cfe-commits] r162970 - in /cfe/trunk: include/clang/Lex/Lexer.h lib/Lex/Lexer.cpp
Eli Friedman
eli.friedman at gmail.com
Tue Sep 4 14:02:32 PDT 2012
On Sat, Sep 1, 2012 at 2:06 AM, Enea Zaffanella <zaffanella at cs.unipr.it> 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
More information about the cfe-commits
mailing list