summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ChainedIncludesSource.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-11-14 17:26:49 +0000
committerDaniel Jasper <djasper@google.com>2014-11-14 17:26:49 +0000
commitd127e3b6af0559331ac9c16f5e100e69501fc818 (patch)
treebcfa8cacb61d1e1d3959bffc726bd67877236448 /clang/lib/Frontend/ChainedIncludesSource.cpp
parentb7859ddf9bdc2b8ef689036fadb4501cf22d79f4 (diff)
downloadbcm5719-llvm-d127e3b6af0559331ac9c16f5e100e69501fc818.tar.gz
bcm5719-llvm-d127e3b6af0559331ac9c16f5e100e69501fc818.zip
clang-format: Correctly detect multiplication in ctor initializer.
Before: Constructor() : a(a), area(width *height) {} After: Constructor() : a(a), area(width * height) {} llvm-svn: 222010
Diffstat (limited to 'clang/lib/Frontend/ChainedIncludesSource.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud