]> granicus.if.org Git - clang/commit
Rename getTokenSimpleSpelling() to getPunctuatorSpelling()
authorAlp Toker <alp@nuanti.com>
Mon, 6 Jan 2014 12:54:07 +0000 (12:54 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 6 Jan 2014 12:54:07 +0000 (12:54 +0000)
commit7616830a81f643099d796f20529388ec9eab2e19
tree36f901ed6d6e6b46397bea94e490cce300599757
parent1402547b849fa23188cfe89dd0b0c0b452a6ffc0
Rename getTokenSimpleSpelling() to getPunctuatorSpelling()

That's what it does, what the documentation says it does and what callers
expect it to do.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198603 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TokenKinds.h
lib/Basic/Diagnostic.cpp
lib/Basic/TokenKinds.cpp
lib/Parse/Parser.cpp