diff options
author | Daniel Jasper <djasper@google.com> | 2014-03-10 15:06:25 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-03-10 15:06:25 +0000 |
commit | 84a12e18d3c6006ddd6659cd73aea402ac9d595e (patch) | |
tree | e7ecb20c09c0f2ef3bcd1f6b394bee77dff7baa5 /clang/lib/Basic/VirtualFileSystem.cpp | |
parent | 3ad5c96268db965191ec71cdcb6d8884f6fca99c (diff) | |
download | llvm-84a12e18d3c6006ddd6659cd73aea402ac9d595e.zip llvm-84a12e18d3c6006ddd6659cd73aea402ac9d595e.tar.gz llvm-84a12e18d3c6006ddd6659cd73aea402ac9d595e.tar.bz2 |
clang-format: Add spaces between lambdas and comments.
Before:
void f() {
bar([]() {}// Does not respect SpacesBeforeTrailingComments
);
}
After:
void f() {
bar([]() {} // Does not respect SpacesBeforeTrailingComments
);
}
This fixes llvm.org/PR19017.
llvm-svn: 203466
Diffstat (limited to 'clang/lib/Basic/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions