]> granicus.if.org Git - clang/commit
clang-format: Use identifier table for keywords in other languages.
authorDaniel Jasper <djasper@google.com>
Tue, 4 Nov 2014 12:41:02 +0000 (12:41 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 4 Nov 2014 12:41:02 +0000 (12:41 +0000)
commitceadeb9d7861b4d48124b8fb0d2a77eed159d64c
tree1e041409eac214be48c54334895e2eea0184d6d9
parent70e4d98f6325bbd5f01e400d1801f17fc780bee3
clang-format: Use identifier table for keywords in other languages.

Slightly easier to write, more efficient and prevents bugs by
misspelling them.

No functional changes intended.

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