diff options
author | scottmg <scottmg@chromium.org> | 2014-09-24 23:32:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-25 06:32:58 +0000 |
commit | 57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d (patch) | |
tree | 5325eeeb13374d1eac385ee3d188326a73642aec | |
parent | f85d9cd16f0459faa5ec6243940332dfc8d3dcd0 (diff) | |
download | chromium_src-57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d.zip chromium_src-57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d.tar.gz chromium_src-57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d.tar.bz2 |
Roll buildtools to pull clang-format, Standard: Cpp11 in .clang-format
Per bug discussion, add Standard: Cpp11 to encourage ">>" over "> >".
TBR=thakis@chromium.org
BUG=417296
Review URL: https://codereview.chromium.org/599093008
Cr-Commit-Position: refs/heads/master@{#296665}
-rw-r--r-- | .clang-format | 1 | ||||
-rw-r--r-- | DEPS | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 0a89601..0f21d0b 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,4 @@ # Defines the Chromium style for automatic reformatting. # http://clang.llvm.org/docs/ClangFormatStyleOptions.html BasedOnStyle: Chromium +Standard: Cpp11 @@ -55,7 +55,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling build tools # and whatever else without interference from each other. - 'buildtools_revision': '6d24aadb361dc9a914bbe321915972461fe0444c', + 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling PDFIum # and whatever else without interference from each other. |