diff options
author | Eric Liu <ioeric@google.com> | 2016-03-24 10:21:00 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2016-03-24 10:21:00 +0000 |
commit | 8c6f72f7903ad971a5aa79e43f30cc6b48b5bdde (patch) | |
tree | 1b925861b45c8c7ed0ffa48235c2320a21e042b0 /clang/lib/Format | |
parent | 4530b52a23c194c0423e968ec7c1e9188e5f1912 (diff) | |
download | bcm5719-llvm-8c6f72f7903ad971a5aa79e43f30cc6b48b5bdde.tar.gz bcm5719-llvm-8c6f72f7903ad971a5aa79e43f30cc6b48b5bdde.zip |
Test commit access to clang repo.
Summary: Test commit access to clang repo.
Reviewers: cfe-commits
Subscribers: klimek
Differential Revision: http://reviews.llvm.org/D18432
llvm-svn: 264252
Diffstat (limited to 'clang/lib/Format')
-rw-r--r-- | clang/lib/Format/Format.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index 5d81ff5ec50..31dc259d4c5 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -2005,6 +2005,7 @@ tooling::Replacements formatReplacements(StringRef Code, tooling::Replacements MergedReplacements = mergeReplacements(Replaces, FormatReplaces); + return MergedReplacements; } |