diff options
author | Daniel Jasper <djasper@google.com> | 2014-09-04 14:58:30 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-09-04 14:58:30 +0000 |
commit | 94e11d02d88ea33c3212d3dab3dc0245509c8fe5 (patch) | |
tree | b41bc26c86f7ac34aef529a9145f90ec5d255fb8 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 2132b704ff72ba0f55793a2faea8323900cb619a (diff) | |
download | llvm-94e11d02d88ea33c3212d3dab3dc0245509c8fe5.zip llvm-94e11d02d88ea33c3212d3dab3dc0245509c8fe5.tar.gz llvm-94e11d02d88ea33c3212d3dab3dc0245509c8fe5.tar.bz2 |
clang-format: [JS] Support comments in dict literals.
Before:
var stuff = {
// comment for update
update : false,
// comment for update
modules : false,
// comment for update
tasks : false
};
After:
var stuff = {
// comment for update
update : false,
// comment for update
modules : false,
// comment for update
tasks : false
};
llvm-svn: 217157
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions