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 /llvm/lib/CodeGen/GCStrategy.cpp | |
| parent | 57d070e6fd1a8d97501ff72956164cebb84aa04d (diff) | |
| download | bcm5719-llvm-31343832e708c5db2fc7bfc562d343dcee8f156b.tar.gz bcm5719-llvm-31343832e708c5db2fc7bfc562d343dcee8f156b.zip | |
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 'llvm/lib/CodeGen/GCStrategy.cpp')
0 files changed, 0 insertions, 0 deletions

