llvm-project/clang/include/clang
Argyrios Kyrtzidis 69af9eebd7 Put (argument)-expression-list parsing in a separate function so that it can be re-used.
llvm-svn: 54851
2008-08-16 20:03:01 +00:00
..
AST Update Expr::{getIntegerConstantExprValue, isIntegerConstantExpr} to 2008-08-15 23:29:09 +00:00
Analysis GRState: 2008-08-16 00:49:49 +00:00
Basic Add LangOptions::NeXTRuntime. 2008-08-11 21:35:06 +00:00
CodeGen Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer layers on top of LLVMCodeGen (another existing ASTConsumer) to emit bitcode files to disk. This layering takes this logic out of clang.cpp and puts it directly into the ASTConsumer interface. The benefit is that now --emit-llvm works with both serialized ASTs and regular source files. 2008-08-05 18:50:11 +00:00
Driver * Remove isInSystemHeader() from DiagClient, move it to SourceManager 2008-08-10 19:59:06 +00:00
Lex Change Parser & Sema to use interned "super" for comparions. 2008-08-14 22:04:54 +00:00
Parse Put (argument)-expression-list parsing in a separate function so that it can be re-used. 2008-08-16 20:03:01 +00:00
Rewrite add missing class declaration 2008-08-16 12:36:27 +00:00
Sema ParseAST now never releases the passed ASTConsumer. This is the responsibility of the client. 2008-08-08 02:46:37 +00:00