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)
commit6d35eab5a6f575f557c266892f6dedf951851828
tree7294416d00202eca206751ed91a863c3475867ef
parent7649ebacd6f15c6f9226bc007d67839b1f5cc9d7
Rename getTokenSimpleSpelling() to getPunctuatorSpelling()

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

llvm-svn: 198603
clang/include/clang/Basic/TokenKinds.h
clang/lib/Basic/Diagnostic.cpp
clang/lib/Basic/TokenKinds.cpp
clang/lib/Parse/Parser.cpp