]> granicus.if.org Git - clang/commit
clang-format: NFC. Add a function to test whether an annotated line
authorDaniel Jasper <djasper@google.com>
Wed, 17 Jun 2015 09:43:56 +0000 (09:43 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 17 Jun 2015 09:43:56 +0000 (09:43 +0000)
commit1cae5578fee00f3ae40056ca65bf443200af3441
treee6495e9fc0164989bca8bd99fb49c6f368d6c97c
parentc9e5336db1222c8256b0a242973db4ae799464b2
clang-format: NFC. Add a function to test whether an annotated line
starts with a given sequence of tokens. Only the one-token version is
used yet, but other usages are coming up momentarily.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239892 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/TokenAnnotator.cpp
lib/Format/TokenAnnotator.h
lib/Format/UnwrappedLineFormatter.cpp