summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Argument-dependent lookup for friend declarations. Add a new decl type,John McCall2009-08-111-1/+2
* Take 2 on AltiVec-style vector initializers. Nate Begeman2009-08-101-3/+13
* Add a CastInfo struct that will be used for cast information when constructin...Anders Carlsson2009-08-101-1/+2
* Revert r78535, it is causing a number of failures to build projects.Daniel Dunbar2009-08-101-13/+3
* AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d);Nate Begeman2009-08-091-3/+13
* Factor some code to get the "function level" DeclContext out into a separate ...Anders Carlsson2009-08-081-0/+1
* Patch should implement packed enums - PR4098. Credit to Anders Johnsen.Edward O'Callaghan2009-08-081-1/+2
* Introduce reference counting for statements and expressions, using itDouglas Gregor2009-08-081-8/+0
* More CastKind work.Anders Carlsson2009-08-071-2/+2
* Just add global scope to the associated namespaces set instead of tracking itJohn McCall2009-08-071-3/+5
* When we encounter a dependent type that was parsed before we know thatDouglas Gregor2009-08-061-0/+3
* Support nested-name-specifiers for C++ member access expressions, e.g.,Douglas Gregor2009-08-061-4/+21
* add support for FreeBSD's format(printf0,x,y) attribute; allows null format s...Ryan Flynn2009-08-061-0/+1
* First pass at friend semantics.John McCall2009-08-061-2/+5
* 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
OpenPOWER on IntegriCloud