aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-10-22 08:42:58 +0000
committerDaniel Jasper <djasper@google.com>2014-10-22 08:42:58 +0000
commite8a4939b77184fc130ed077c92ef57d274b2e414 (patch)
tree08f521876b42e7821f8f027271e4ef7d1172dfad /clang/lib/Frontend/CompilerInvocation.cpp
parentc928de3e8e95ab02418720b765b2342123ade5b8 (diff)
downloadllvm-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