aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseStmt.cpp
AgeCommit message (Expand)Author
2008-09-11Add comments about C++ clause 3.3.2p4 that mentions that the condition declar...Argyrios Kyrtzidis
2008-09-11Fix do-while scoping in C++.Argyrios Kyrtzidis
2008-09-11Revert r56078, getLang().C99 being true in C++ is a bug that will be fixed.Argyrios Kyrtzidis
2008-09-10-getLang().C99 is true in C++ too, remove the use of the C99orCXX variable.Argyrios Kyrtzidis
2008-09-10Add some C++-specific comments in the parsing methods of if/switch/while/for.Argyrios Kyrtzidis
2008-09-09Implement parser support for the 'condition' part of C++ selection-statements...Argyrios Kyrtzidis
2008-09-07Support C++'s declaration-statement.Argyrios Kyrtzidis
2008-07-12Use of NextToken() makes ParseIdentifierStatement unnecessary.Argyrios Kyrtzidis
2008-07-09Simplify the parser a bit by looking at the next token without consuming it (...Argyrios Kyrtzidis
2008-04-07Have Parser::FuzzyParseMicrosoftAsmStatement() return the null statement (';'). Steve Naroff
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner