[PATCH] Unified token breaking logic: support for line comments.
    Manuel Klimek 
    klimek at google.com
       
    Wed Apr 17 00:36:57 PDT 2013
    
    
  
================
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
    
    
More information about the cfe-commits
mailing list