[PATCH] Unified token breaking logic: support for line comments.

Alexander Kornienko alexfh at google.com
Wed Apr 17 01:00:35 PDT 2013


On Apr 17, 2013 9:35 AM, "Manuel Klimek" <klimek at google.com> wrote:
>
>
>
> ================
> Comment at: lib/Format/UnwrappedLineParser.h:84
> @@ +83,3 @@
> +  /// \brief Returns actual token start location without leading escaped
> +  /// newlines.
> +  SourceLocation getRealLocation() const {
> ----------------
> It's not only escaped newlines, but all whitespace, right?
>
>
> http://llvm-reviews.chandlerc.com/D682

Whitespace is not part of a token anyway.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130417/9cd901ed/attachment.html>


More information about the cfe-commits mailing list