]> granicus.if.org Git - clang/commit
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
authorManuel Klimek <klimek@google.com>
Tue, 28 May 2013 13:42:28 +0000 (13:42 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 28 May 2013 13:42:28 +0000 (13:42 +0000)
commitdcb3f2aab329c80e97a44312d15299df4dc059be
tree603447b773de1594255d543f1d7aa3d4f5611594
parent44065a7e129dd6c77c0564dbf14109cf5b3f209a
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.

The FormatToken is now not copyable any more.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182772 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp
lib/Format/TokenAnnotator.h
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
lib/Format/WhitespaceManager.cpp