llvm-project/clang/include/clang
Argyrios Kyrtzidis c7e67a04c3 Introduce annotation tokens, a special kind of token, created and used only by the parser to replace a group of tokens with a single token encoding semantic information.
Will be fully utilized later for C++ nested-name-specifiers.

llvm-svn: 58911
2008-11-08 16:17:04 +00:00
..
AST Use only one constructor for CXXMethodDecl. Keep initialization stuff into one place. 2008-11-08 11:24:06 +00:00
Analysis Add a boilerplate for out-of-bound array checking. This has no real function currently. 2008-11-08 03:45:42 +00:00
Basic Introduce annotation tokens, a special kind of token, created and used only by the parser to replace a group of tokens with a single token encoding semantic information. 2008-11-08 16:17:04 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver Hook up the Plist diagnostic client to the driver. 2008-11-03 23:18:07 +00:00
Lex Introduce annotation tokens, a special kind of token, created and used only by the parser to replace a group of tokens with a single token encoding semantic information. 2008-11-08 16:17:04 +00:00
Parse Parsing, ASTs, and semantic analysis for the declaration of conversion 2008-11-07 20:08:42 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00