summaryrefslogtreecommitdiffstats
path: root/clang/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Move promoteExprToType from being a static method in SemaExpr.cpp to beingChris Lattner2008-01-161-0/+4
* Add first pieces of support for parsing and representing Chris Lattner2008-01-121-0/+3
* - Teach Expr::isConstantExpr() about InitListExpr's (and offsetof, since I no...Steve Naroff2008-01-101-7/+7
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-47/+47
* Minor refactoring of foreach's semantics code per Chris's suggetion.Fariborz Jahanian2008-01-041-1/+1
* add comments for the various AssignConvertType's, and split int->pointer from...Chris Lattner2008-01-041-3/+29
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-13/+21
* Patch to add semantics check for ObjC2's foreacn statement.Fariborz Jahanian2008-01-041-0/+4
* generalize some of the conversion warnings.Chris Lattner2008-01-031-0/+2
* give better diagnostics for converting between function pointer and void*.Chris Lattner2008-01-031-0/+1
* Patch to parse/build AST ObjC2's foreach statement.Fariborz Jahanian2008-01-031-0/+5
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Change Sema::ActOnCallExpr to construct the CallExpr early and put it intoChris Lattner2007-12-281-21/+11
* implement semantic analysis for __builtin_islessequal and friends.Chris Lattner2007-12-201-0/+2
* refactor some code that handles sema of direct function calls.Chris Lattner2007-12-191-4/+3
* Fix an embarassing typo and add some very limited support for the aligned att...Anders Carlsson2007-12-191-0/+2
* implement correct semantic analysis for shifts. For:Chris Lattner2007-12-121-1/+1
* Add ObjC parser support for concatenated ObjC strings. Note thatChris Lattner2007-12-121-2/+3
* Add support for initializing char arrays from string literals.Steve Naroff2007-12-101-1/+4
* 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
OpenPOWER on IntegriCloud