[PATCH] D24751: [cleanup] Remove excessive padding from TextTokenRetokenizer::Position
Alexander Shaposhnikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 20 11:41:33 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL281995: [cleanup] Remove excessive padding from TextTokenRetokenizer::Position (authored by alexshap).
Changed prior to commit:
https://reviews.llvm.org/D24751?vs=71897&id=71963#toc
Repository:
rL LLVM
https://reviews.llvm.org/D24751
Files:
cfe/trunk/lib/AST/CommentParser.cpp
Index: cfe/trunk/lib/AST/CommentParser.cpp
===================================================================
--- cfe/trunk/lib/AST/CommentParser.cpp
+++ cfe/trunk/lib/AST/CommentParser.cpp
@@ -40,11 +40,11 @@
/// A position in \c Toks.
struct Position {
- unsigned CurToken;
const char *BufferStart;
const char *BufferEnd;
const char *BufferPtr;
SourceLocation BufferStartLoc;
+ unsigned CurToken;
};
/// Current position in Toks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24751.71963.patch
Type: text/x-patch
Size: 475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160920/c8dee5e9/attachment.bin>
More information about the cfe-commits
mailing list