[cfe-dev] RFC: Extend clang-format to support more/all C-like languages

Chandler Carruth chandlerc at google.com
Fri Nov 1 13:17:38 PDT 2013


On Fri, Nov 1, 2013 at 1:13 PM, Ryan Gonzalez <rymg19 at gmail.com> wrote:

> What if the lexer was an overly large, non-abstract base class? Then, the
> derived classes can just override the tokens as needed.


(FWIW, I wouldn't try to design changes to the lexer in this thread, in the
abstract... If this is an interesting path to pursue, I suspect Daniel or
others should produce concrete proposed patches that enable the features
needed and minimize the pollution of the lexer with other languages...)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131101/78df9e38/attachment.html>


More information about the cfe-dev mailing list