aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/VirtualFileSystem.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-03-10 15:06:25 +0000
committerDaniel Jasper <djasper@google.com>2014-03-10 15:06:25 +0000
commit84a12e18d3c6006ddd6659cd73aea402ac9d595e (patch)
treee7ecb20c09c0f2ef3bcd1f6b394bee77dff7baa5 /clang/lib/Basic/VirtualFileSystem.cpp
parent3ad5c96268db965191ec71cdcb6d8884f6fca99c (diff)
downloadllvm-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