diff options
author | Daniel Jasper <djasper@google.com> | 2014-10-22 08:42:58 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-10-22 08:42:58 +0000 |
commit | e8a4939b77184fc130ed077c92ef57d274b2e414 (patch) | |
tree | 08f521876b42e7821f8f027271e4ef7d1172dfad /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c928de3e8e95ab02418720b765b2342123ade5b8 (diff) | |
download | llvm-e8a4939b77184fc130ed077c92ef57d274b2e414.zip llvm-e8a4939b77184fc130ed077c92ef57d274b2e414.tar.gz llvm-e8a4939b77184fc130ed077c92ef57d274b2e414.tar.bz2 |
clang-format: Fix incorrect trailing return arrow detection.
Before:
auto doSomething(Aaaaaa* aaaaaa) -> decltype(aaaaaa -> f()) {}
After:
auto doSomething(Aaaaaa* aaaaaa) -> decltype(aaaaaa->f()) {}
llvm-svn: 220373
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions