clang-format: Fix false positive in function annotation detection.
authorDaniel Jasper <djasper@google.com>
Wed, 27 May 2015 04:55:47 +0000 (04:55 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 27 May 2015 04:55:47 +0000 (04:55 +0000)
commit3273930d9acee986bc3d1bc24556354e26a797fd
treede2d103f6b10ebcdc8aa254a901cb1aa2dd4591e
parent9b7f6677d9f022677169abf475fe545e7b0de4b5
clang-format: Fix false positive in function annotation detection.

llvm-svn: 238285
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp