[cfe-commits] r39151 - /cfe/cfe/trunk/Parse/ParseExpr.cpp
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:39:59 PDT 2007
Author: sabre
Date: Wed Jul 11 11:39:58 2007
New Revision: 39151
URL: http://llvm.org/viewvc/llvm-project?rev=39151&view=rev
Log:
update comment
Modified:
cfe/cfe/trunk/Parse/ParseExpr.cpp
Modified: cfe/cfe/trunk/Parse/ParseExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/Parse/ParseExpr.cpp?rev=39151&r1=39150&r2=39151&view=diff
==============================================================================
--- cfe/cfe/trunk/Parse/ParseExpr.cpp (original)
+++ cfe/cfe/trunk/Parse/ParseExpr.cpp Wed Jul 11 11:39:58 2007
@@ -901,10 +901,8 @@
StringToks.push_back(Tok);
ConsumeStringToken();
} while (isTokenStringLiteral());
-
-
- // If using minimal actions, don't do any semantic analysis of the parsed
- // string fragments.
+
+ // Pass the set of string tokens, ready for concatenation, to the actions.
return Actions.ParseStringExpr(&StringToks[0], StringToks.size());
}
More information about the cfe-commits
mailing list