summaryrefslogtreecommitdiffstats
path: root/clang/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-823/+0
* improve DeclStmt to be able to store SourceRange info correctly.Chris Lattner2008-03-131-1/+2
* Add fastcall/stdcall attribute supportNate Begeman2008-03-071-1/+3
* Add a bunch of attributes, patch by Nuno Lopes.Chris Lattner2008-03-031-0/+7
* Added support for attribute "noreturn."Ted Kremenek2008-02-271-0/+1
* add parsing, ast building and pretty printing support for C++ throw expressions.Chris Lattner2008-02-261-0/+4
* Handle __attribute__((annotate("string")))Nate Begeman2008-02-211-0/+1
* move type attribute processing into the creatively named ProcessTypeAttribute...Chris Lattner2008-02-211-1/+3
* move ConvertDeclSpecToType into SemaChris Lattner2008-02-201-0/+1
* Tabs are the enemyNate Begeman2008-02-201-7/+7
* Handle packed attribute correctlyAnders Carlsson2008-02-161-1/+2
* Add a diagnostics helper to remove some redundant code.Steve Naroff2008-02-101-1/+4
* A bunch-o changes to fix <rdar://problem/5716046> incomplete implementation o...Steve Naroff2008-02-081-1/+2
* Put back the top-level asm code; all tests pass now.Anders Carlsson2008-02-081-1/+2
* Back out 46855 for now, it causes test failures on Darwin.Anders Carlsson2008-02-081-2/+1
* Handle top-level asm declarations.Anders Carlsson2008-02-071-1/+2
* pass the astconsumer into Sema's ctor, clean up some stuff in Chris Lattner2008-02-061-2/+3
* Handle simple asm statements correctly.Anders Carlsson2008-02-051-0/+1
* Add experimental support for address space qualified types. Address spaceChristopher Lamb2008-02-041-1/+8
* AST for @synchronized.Fariborz Jahanian2008-01-291-0/+3
* Replace Sema::CheckVariableInitList, CheckConstantInitList, and CheckForCharA...Steve Naroff2008-01-251-10/+2
* - Add Sema::CheckStringLiteralInit, Sema::IsStringLiteralInit.Steve Naroff2008-01-221-0/+4
* Implement basic overload support via a new builtin, __builtin_overload.Nate Begeman2008-01-171-0/+6
* 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
OpenPOWER on IntegriCloud