]> granicus.if.org Git - clang/commit
[clang-format] Format raw string literals
authorKrasimir Georgiev <krasimir@google.com>
Mon, 30 Oct 2017 14:01:50 +0000 (14:01 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Mon, 30 Oct 2017 14:01:50 +0000 (14:01 +0000)
commitbd3b05d2cc22423f7eb44ff6bf948b44cc605309
tree9ad996068e7388a2cdb3db0bb9a17beb559813ef
parent1157fbd7d668f9579b5a633dd245657bb940076b
[clang-format] Format raw string literals

Summary:
This patch adds raw string literal formatting.

Reviewers: djasper, klimek

Reviewed By: klimek

Subscribers: klimek, mgorny

Differential Revision: https://reviews.llvm.org/D35943

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316903 91177308-0d34-0410-b5e6-96231b3b80d8
25 files changed:
include/clang/Format/Format.h
lib/Format/ContinuationIndenter.cpp
lib/Format/ContinuationIndenter.h
lib/Format/Format.cpp
lib/Format/FormatInternal.h [new file with mode: 0644]
lib/Format/FormatTokenLexer.cpp
lib/Format/FormatTokenLexer.h
lib/Format/NamespaceEndCommentsFixer.cpp
lib/Format/NamespaceEndCommentsFixer.h
lib/Format/SortJavaScriptImports.cpp
lib/Format/TokenAnalyzer.cpp
lib/Format/TokenAnalyzer.h
lib/Format/TokenAnnotator.cpp
lib/Format/TokenAnnotator.h
lib/Format/UnwrappedLineFormatter.cpp
lib/Format/UnwrappedLineFormatter.h
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
lib/Format/UsingDeclarationsSorter.cpp
lib/Format/UsingDeclarationsSorter.h
lib/Format/WhitespaceManager.cpp
lib/Format/WhitespaceManager.h
unittests/Format/CMakeLists.txt
unittests/Format/FormatTest.cpp
unittests/Format/FormatTestRawStrings.cpp [new file with mode: 0644]