summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Add parsing support for C++ classes.Argyrios Kyrtzidis2008-06-241-0/+3
* add parser and sema support for the funny ObjC '@defs' thing.Chris Lattner2008-06-211-0/+2
* Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner2008-06-171-1/+1
* Introduce preliminary support for NSString format-string checking.Ted Kremenek2008-06-161-0/+1
* implement the alias attirbute (in both Sema and Codegen)Nuno Lopes2008-06-081-0/+1
* Clean up dead code from SemaInit landing.Eli Friedman2008-06-061-4/+0
* Re-fix r51907 in a way which doesn't affect valid code. This essentially Eli Friedman2008-06-031-0/+5
* Implementation of gcc mode attribute; this is significant because Eli Friedman2008-05-271-1/+11
* Perform stricter/more accurate checking for C99 constant expressionsEli Friedman2008-05-201-0/+3
* Add __builtin_frame_address and __builtin_return_address gcc builtins to Eli Friedman2008-05-201-0/+1
* Various fixes; solves (almost) all of the test regressions that would be Eli Friedman2008-05-191-3/+5
* Implementation of __builtin_shufflevector, a portable builtin capable of Eli Friedman2008-05-141-1/+2
* Diagnose attempts to use C++ default arguments outside of a function declarationDouglas Gregor2008-05-071-0/+1
* Patch to refactor setter/getter names of property attributes into SelectorFariborz Jahanian2008-05-061-0/+1
* Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few t...Steve Naroff2008-05-061-2/+2
* percolate @optional/@required protocols down to ASTs forFariborz Jahanian2008-05-051-1/+3
* This patch is about merging ObjC2's properties declared in classFariborz Jahanian2008-05-021-1/+7
* Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecke...Steve Naroff2008-05-011-0/+27
* More ObjC2 property semantics work. Work in progress.Fariborz Jahanian2008-05-011-3/+6
* Parsing of namespaces:Argyrios Kyrtzidis2008-04-271-0/+6
* initial support for recognizing __transparent_union__ attributesNuno Lopes2008-04-251-0/+1
* Patch to diagnose inconsistancies between properties declared in current andFariborz Jahanian2008-04-241-0/+3
* "This patch renames Chris Lattner2008-04-221-1/+1
* Clean up handling of function redeclarationsDouglas Gregor2008-04-211-1/+2
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-6/+6
* Initial work for property implementation declarations.Fariborz Jahanian2008-04-181-1/+7
* New AST representation for each objc2's property declaration.Fariborz Jahanian2008-04-141-4/+2
* This patch adds very basic support for parsing and type-checking classDouglas Gregor2008-04-131-0/+9
* Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv...Argyrios Kyrtzidis2008-04-121-0/+3
* AST generation for objc2's property declarations.Fariborz Jahanian2008-04-111-4/+3
* Minor changes per Chris L's review.Fariborz Jahanian2008-04-111-1/+1
* Switch sema to maintaining its own scope chain information for variableChris Lattner2008-04-111-0/+3
* Patch for:Fariborz Jahanian2008-04-101-4/+7
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-4/+11
* move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.Chris Lattner2008-04-071-0/+4
* This patch contains these changes:Chris Lattner2008-04-061-4/+4
* Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner2008-04-041-1/+8
* Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...Steve Naroff2008-04-021-2/+9
* Two changes to Sema::LookupDecl() interface. Steve Naroff2008-04-021-4/+5
* Fix a comment typo and add a couple suggestions from Chris.Steve Naroff2008-04-021-1/+2
* Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...Steve Naroff2008-04-011-6/+14
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+823
OpenPOWER on IntegriCloud