changeset 63:0d1cf6cb7029

add comments for setTST
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 02 Feb 2014 20:10:53 +0900
parents fe2728d9537d
children 0aa33659e8e4
files tools/clang/lib/Parse/ParseCbC.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/clang/lib/Parse/ParseCbC.cpp	Sun Feb 02 20:03:31 2014 +0900
+++ b/tools/clang/lib/Parse/ParseCbC.cpp	Sun Feb 02 20:10:53 2014 +0900
@@ -819,6 +819,8 @@
 
 }
 
+/// setTST - set TypeSpecifierType(TST) DeclSpec.
+/// TST is specifiers the kind of type such as int, double, char, etc.
 void Parser::setTST(DeclSpec *DS, DeclSpec::TST T, IdentifierInfo* Name){
   SourceLocation Loc = Tok.getLocation();
   bool isInvalid = false;