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.

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

Reply via email to