llvm-project/clang/include/clang
Daniel Dunbar 73a73f52fd Fix attributes on Obj-C interfaces & methods.
- Drop MethodAttrs parameter to ObjCMethodDecl
 - Call ProcessDeclAttributeList for interface & method decls.

llvm-svn: 55068
2008-08-20 18:02:42 +00:00
..
AST Fix attributes on Obj-C interfaces & methods. 2008-08-20 18:02:42 +00:00
Analysis Patch by Zhongxing Xu: 2008-08-20 17:08:29 +00:00
Basic proper grammar n stuph 2008-08-18 22:51:28 +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