summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Patch to improve ir-gen for constructors with default argumentFariborz Jahanian2009-08-051-0/+8
* Compare matching selectors in current andFariborz Jahanian2009-08-041-0/+4
* Per advice that Doug Gregor gave me several months ago, clean up theTed Kremenek2009-08-031-1/+2
* Minor renaming/refactoring. No change in functionality.Fariborz Jahanian2009-08-031-3/+3
* PR3679 - enable #pragma weak aliasing.Ryan Flynn2009-07-311-1/+12
* Rename Action::TagKind to Action::TagUseKind, which removes both a misnomerJohn McCall2009-07-311-3/+3
* Add CK_DerivedToBase and use it PerformObjectMemberConversion.Anders Carlsson2009-07-311-1/+3
* Factor code out into a DiagnoseUnusedExprResult function.Anders Carlsson2009-07-301-0/+4
* PR3679 - handle #pragma weakRyan Flynn2009-07-301-0/+25
* Refactor base/member initializers, and construct them correctly in cases Eli Friedman2009-07-291-0/+9
* Check accessibility when converting object to the baseFariborz Jahanian2009-07-291-1/+1
* Patch to provide cast of objects in member accessFariborz Jahanian2009-07-291-0/+2
* 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
OpenPOWER on IntegriCloud