diff options
| author | Daniel Jasper <djasper@google.com> | 2014-02-11 10:08:11 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2014-02-11 10:08:11 +0000 |
| commit | a0407740c39dd139fed453439a3c570180aae9e7 (patch) | |
| tree | a080a36d1d45f9b8c9c2a644fbf14c188f7c6664 /clang/lib/CodeGen/CGVTables.cpp | |
| parent | 405bdeddd18318d3b10edd474f6f08caa5e3a1d4 (diff) | |
| download | bcm5719-llvm-a0407740c39dd139fed453439a3c570180aae9e7.tar.gz bcm5719-llvm-a0407740c39dd139fed453439a3c570180aae9e7.zip | |
clang-format: Fix alignment of comments inside statements.
Before:
auto result = SomeObject
// Calling someFunction on SomeObject
.someFunction();
After:
auto result = SomeObject
// Calling someFunction on SomeObject
.someFunction();
llvm-svn: 201138
Diffstat (limited to 'clang/lib/CodeGen/CGVTables.cpp')
0 files changed, 0 insertions, 0 deletions

