summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Make functional-style casts emit correct messages, and fix a crash-on-invalid.Sebastian Redl2009-07-291-3/+5
* Add noreturn support for blocks.Mike Stump2009-07-281-1/+2
* Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl2009-07-251-4/+9
* Template instantiation for static data members that are defined out-of-line.Douglas Gregor2009-07-241-1/+4
* Test commit: make a little stub routine for semantic checking of main().John McCall2009-07-241-0/+1
* Diagnose when base classes and members to be intializedFariborz Jahanian2009-07-231-0/+5
* Clean up the ActOnTag action, so that there is only a single entryDouglas Gregor2009-07-231-7/+6
* Remove a bunch of FIXME's related to ObjC type checking.Steve Naroff2009-07-231-4/+0
* Add warning for falling off the end of a function that should return aMike Stump2009-07-221-1/+5
* Implement support for out-of-line definitions of the class members of classDouglas Gregor2009-07-221-0/+1
* "This patch implements the restrictions on union members detailed inDouglas Gregor2009-07-221-0/+8
* Implement parsing and semantic analysis for out-of-line definitions of staticDouglas Gregor2009-07-221-0/+1
* Basic parsing and semantic analysis for out-of-line definitions of theDouglas Gregor2009-07-211-2/+8
* Patch to accomodate Doug's comment on defaultFariborz Jahanian2009-07-211-1/+1
* Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis2009-07-211-4/+0
* Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...Argyrios Kyrtzidis2009-07-211-1/+0
* 5 cleanups to ObjCObjectPointerType work:Steve Naroff2009-07-201-2/+0
* Enhance testing of overriding exception specs for inaccessible base exceptions.Sebastian Redl2009-07-181-5/+9
* Added ASTs to destructor decl AST for default destruction of object'sFariborz Jahanian2009-07-151-1/+1
* Patch to build AST for ctor's initializer list according toFariborz Jahanian2009-07-141-0/+1
* Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.Steve Naroff2009-07-141-0/+1
* Pass the right brace SourceLocation from the Parser to the TagDecls.Argyrios Kyrtzidis2009-07-141-1/+2
* Implement more of C++0x 'auto'. A variable with an auto type specifier must h...Anders Carlsson2009-07-111-1/+1
* Remove some unused code from an experiment that I didn't like.Anders Carlsson2009-07-101-11/+0
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-0/+2
* Implement template argument deduction when taking the address of aDouglas Gregor2009-07-081-1/+25
* Improve template argument deduction from a call. In particular,Douglas Gregor2009-07-071-1/+1
* Implement checking of exception spec compatibility for overriding virtual fun...Sebastian Redl2009-07-071-4/+11
* Keep track of the Expr used to describe the size of an array type,Douglas Gregor2009-07-061-1/+1
* Catch function redeclarations with incompatible exception specifications.Sebastian Redl2009-07-041-0/+4
* Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor2009-07-021-0/+2
* Keep track of more information within the template instantiation stack, e.g.,Douglas Gregor2009-07-011-9/+22
* Patch to implement template types in ctor-initializer list.Fariborz Jahanian2009-07-011-0/+1
* Cope with explicitly-specified function template arguments when thereDouglas Gregor2009-07-011-0/+1
* When explicit template arguments are provided for a function call,Douglas Gregor2009-06-301-1/+13
* Patch to support optional nested-name-specifier in in ctor-initializerFariborz Jahanian2009-06-301-0/+1
* Preliminary parsing and ASTs for template-ids that refer to functionDouglas Gregor2009-06-301-0/+14
* When recursively instantiating function templates, keep track of theDouglas Gregor2009-06-301-3/+4
* Refactor ActOnDeclarationNameExpr into a "parsing action" part and aDouglas Gregor2009-06-301-1/+5
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* Improvements to decltype. We now don't crash anymore when the expr is an over...Anders Carlsson2009-06-291-0/+3
* Improve support for overloaded operator templates.Douglas Gregor2009-06-271-1/+1
* Renamed MarcDestructorReferenced -> MarkDestructorReferencedFariborz Jahanian2009-06-271-2/+2
* Make it possible for using decls to point to operators. Fixes PR4441.Anders Carlsson2009-06-271-0/+1
* Patch to mark destructors when they are used.Fariborz Jahanian2009-06-261-0/+9
* OpenCL 1.0 support: explicit casts to ext-vector typesNate Begeman2009-06-261-0/+7
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-251-1/+18
* Patch to diagnose and Mark use of implicit default assignment operator.Fariborz Jahanian2009-06-251-0/+10
* Make sure that the template parameter lists get from the parser down to ActOn...Douglas Gregor2009-06-241-0/+4
* [class.local] p1 and p3. Also, add back the xcodeproj file.Anders Carlsson2009-06-241-3/+4
OpenPOWER on IntegriCloud