diff options
author | Daniel Jasper <djasper@google.com> | 2016-07-27 10:13:24 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-07-27 10:13:24 +0000 |
commit | 31343832e708c5db2fc7bfc562d343dcee8f156b (patch) | |
tree | 718a4a5460ff8d51d25f46d4f00264f5ce2dd1cf /clang/lib/Tooling/CompilationDatabase.cpp | |
parent | 57d070e6fd1a8d97501ff72956164cebb84aa04d (diff) | |
download | llvm-31343832e708c5db2fc7bfc562d343dcee8f156b.zip llvm-31343832e708c5db2fc7bfc562d343dcee8f156b.tar.gz llvm-31343832e708c5db2fc7bfc562d343dcee8f156b.tar.bz2 |
clang-format: Fix incorrect detection of QT-signals access specifier.
Before:
void f() {
label:
signals
.baz();
}
After:
void f() {
label:
signals.baz();
}
llvm-svn: 276854
Diffstat (limited to 'clang/lib/Tooling/CompilationDatabase.cpp')
0 files changed, 0 insertions, 0 deletions