hanchenye-llvm-project/clang/lib
Argyrios Kyrtzidis 2b1ef227f5 Handle ambiguities between expressions and type-ids that occur inside parentheses, e.g.:
sizeof(int()) -> "int()" is type-id
sizeof(int()+1) -> "int()+1" is expression.

llvm-svn: 57131
2008-10-05 19:56:22 +00:00
..
AST Wrap long lines and other minor cleanups, no functionality change. 2008-10-05 17:34:18 +00:00
Analysis Remove redundant parameter and rename StMgr to StateMgr. 2008-10-05 12:12:48 +00:00
Basic eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving 2008-10-05 19:44:25 +00:00
CodeGen Emit error unsupported for break/continue/goto inside Obj-C exception 2008-10-02 18:02:06 +00:00
Driver Bug fix, CPATH="" does not add '.' to search path. 2008-10-04 20:58:18 +00:00
Headers Remove copyright notice, we decided not to have them. 2008-10-05 17:21:08 +00:00
Lex eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving 2008-10-05 19:44:25 +00:00
Parse Handle ambiguities between expressions and type-ids that occur inside parentheses, e.g.: 2008-10-05 19:56:22 +00:00
Rewrite add a new Rewriter::getRewritenText method that returns the text for a range 2008-10-03 23:31:16 +00:00
Sema Add parsing of the sentinel attribute. Still need to create the attribute. 2008-10-05 18:05:59 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00