aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitReader.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-01-13 14:10:04 +0000
committerDaniel Jasper <djasper@google.com>2014-01-13 14:10:04 +0000
commitf6c7c18b8ef1691688cebebe5af71aa4502fc3ba (patch)
tree9a2fd2a92db366f265bf7f995a6953b793b239f5 /llvm/lib/Bitcode/Reader/BitReader.cpp
parent4e033b0e92aeb529e36b7390e9ab6e4d3b9eb90a (diff)
downloadllvm-f6c7c18b8ef1691688cebebe5af71aa4502fc3ba.zip
llvm-f6c7c18b8ef1691688cebebe5af71aa4502fc3ba.tar.gz
llvm-f6c7c18b8ef1691688cebebe5af71aa4502fc3ba.tar.bz2
clang-format: Fix corner case with comment in ctor initializer.
Formatting: Constructor() : // Comment forcing unwanted break. aaaa(aaaa) {} Before: Constructor() : // Comment forcing unwanted break. aaaa(aaaa) {} After: Constructor() : // Comment forcing unwanted break. aaaa(aaaa) {} llvm-svn: 199107
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitReader.cpp')
0 files changed, 0 insertions, 0 deletions