summaryrefslogtreecommitdiffstats
path: root/clang/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Patch to implement "Protocol" as a built-in type declared asFariborz Jahanian2007-12-071-4/+2
* Simplified setting up Method's scope before generating AST for its nody.Fariborz Jahanian2007-12-041-1/+1
* Yesterday, I simplified how we stream top-level decls.Steve Naroff2007-11-291-8/+1
* Several fixes/simplifications surrounding how we stream top-level decl AST's.Steve Naroff2007-11-281-6/+4
* Add comment to CheckVectorCast.hAnders Carlsson2007-11-271-0/+3
* Report errors for invalid casts from/to vectors.Anders Carlsson2007-11-271-0/+3
* Moved logic for -Wfloat-equal to SemaChecking.cpp.Ted Kremenek2007-11-251-0/+2
* Keep track of whether the asm is volatile or not.Anders Carlsson2007-11-231-0/+1
* Store output and input operands as well as clobber information in the AsmStmt...Anders Carlsson2007-11-221-0/+7
* Store inline asm code in the AST.Anders Carlsson2007-11-201-1/+2
* Finish up variadic methods/messages.Steve Naroff2007-11-151-4/+6
* Implement support for variadic methods (work in progress).Steve Naroff2007-11-151-1/+2
* implement test/Sema/typedef-prototype.c, allowing codeChris Lattner2007-11-141-1/+2
* Rename Sema method to follow class naming conventionNate Begeman2007-11-131-1/+1
* 'super' nailed.Fariborz Jahanian2007-11-121-0/+1
* - Minor cleanup to yesterday's changes to Sema::ObjcActOnStartOfMethodDef();Steve Naroff2007-11-121-0/+4
* Remove Action::ObjcActOnMethodDefinition(). Rationale:Steve Naroff2007-11-121-2/+0
* Remove Sema::ObjcBuildMethodParameter().Steve Naroff2007-11-121-5/+3
* Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody...Steve Naroff2007-11-111-2/+2
* This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ...Steve Naroff2007-11-111-4/+3
* Teach Sema::ActOnInstanceMessage() about private methods. That is, methods de...Steve Naroff2007-11-111-1/+1
* Minor code clean up in method def area.Fariborz Jahanian2007-11-101-1/+1
* Represent method definitions as separate AST nodes. Pretty print will come next.Fariborz Jahanian2007-11-101-0/+1
* Some code clean up in the form of name changes for functions whichFariborz Jahanian2007-11-091-4/+5
* Added class context to method declarations. Provide "interface *" typeFariborz Jahanian2007-11-091-1/+2
* First patch toward rewriting of method definitions. This is work in progress.Fariborz Jahanian2007-11-081-0/+7
* AST for objective-c's @throw statement and its pretty-printing.Fariborz Jahanian2007-11-071-0/+3
* Patch for objc2's property ASTs, as well as pretty-priting the ASTs.Fariborz Jahanian2007-11-061-0/+6
* Implement rewrite rules for ObjC string constants.Steve Naroff2007-11-031-1/+2
* AST for @try statement.Fariborz Jahanian2007-11-021-0/+4
* AST for @finally statement.Fariborz Jahanian2007-11-021-0/+3
* AST build for @catch clause (this is work in progress).Fariborz Jahanian2007-11-011-0/+4
* 1) More additions for objective-c's qualifier type.Fariborz Jahanian2007-10-311-2/+3
* Fixed problem with rewriting stand-alone @implementation (with no matching @i...Fariborz Jahanian2007-10-311-1/+2
* Implement a more sensible strategy for ObjC built-in types (addressing a long...Steve Naroff2007-10-311-8/+2
* Encode Class, SEL and Objective-C objects.Anders Carlsson2007-10-311-0/+3
* - Add location info to category/protocol AST'sSteve Naroff2007-10-301-1/+2
* More support for rewriting ObjC intefaces. Still some edge cases to handle...Steve Naroff2007-10-301-2/+3
* This commit contains lot's of small tweaks to how we pass around and store So...Steve Naroff2007-10-291-4/+6
* Implement *skeletal* support for representing GNU inline asm stmts in the AST,Chris Lattner2007-10-291-0/+3
* Start rewriting ObjC interfaces. As a start, we comment out all the methods. ...Steve Naroff2007-10-261-2/+4
* Implementation of AST for @protocol expression.Fariborz Jahanian2007-10-171-0/+10
* Generate code for static variables that don't have initializers. Also, report...Anders Carlsson2007-10-171-1/+2
* Fix location processing of @selector: the range should include the @ sign.Fariborz Jahanian2007-10-161-0/+1
* Add Sema::CheckMessageArgumentTypes()...Steve Naroff2007-10-161-2/+6
* Fix location processing of @encode: the range should include the @ sign.Chris Lattner2007-10-161-0/+1
* Patch to implement AST generation for objective-c's @selector expression.Fariborz Jahanian2007-10-161-0/+9
* Add code generation and sema checking for __builtin_va_arg.Anders Carlsson2007-10-151-0/+7
* Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema.Steve Naroff2007-10-151-3/+0
* - Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba...Steve Naroff2007-10-141-0/+29
OpenPOWER on IntegriCloud