[cfe-commits] r162970 - in /cfe/trunk: include/clang/Lex/Lexer.h lib/Lex/Lexer.cpp

Enea Zaffanella zaffanella at cs.unipr.it
Sat Sep 1 02:06:16 PDT 2012


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?

Enea.




More information about the cfe-commits mailing list