Age | Commit message (Expand) | Author |
2009-01-06 | Minor tweaks to the transparent declcontext patch | Douglas Gregor |
2009-01-06 | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor |
2009-01-05 | PODness and Type Traits | Sebastian Redl |
2009-01-05 | Introduce support for "transparent" DeclContexts, which are | Douglas Gregor |
2008-12-30 | Parser support for C++ using directives, from Piotr Rak | Douglas Gregor |
2008-12-28 | Diagnose declarations that don't declare anything, and fix PR3020. | Sebastian Redl |
2008-12-26 | Add support for out-of-line definitions of conversion functions and member op... | Douglas Gregor |
2008-12-26 | Add full dllimport / dllexport support: both sema checks and codegen. | Anton Korobeynikov |
2008-12-24 | Keep track of template arguments when we parse them. Right now, we don't actu... | Douglas Gregor |
2008-12-24 | Correct the order in which we cope with end-of-class-definition | Douglas Gregor |
2008-12-23 | Don't push OverloadedFunctionDecls onto the chain of declarations | Douglas Gregor |
2008-12-23 | Don't explicitly represent OverloadedFunctionDecls within | Douglas Gregor |
2008-12-20 | Handle typedefs to VLAs (Emit the size expr when we encounter the typedef | Anders Carlsson |
2008-12-19 | Get rid of the old Expr::Evaluate variant. | Anders Carlsson |
2008-12-19 | Allow downcasts of pointers to Objective-C interfaces, with a | Douglas Gregor |
2008-12-18 | Don't check initializers when there are dependent types or type-dependent exp... | Douglas Gregor |
2008-12-17 | Patch to re-implement duplicate ivar checking | Fariborz Jahanian |
2008-12-17 | This patch will build the Records lazily per Steve's comments. | Fariborz Jahanian |
2008-12-17 | diagnose C99 6.9.1p5, C arguments in definitions that are lacking | Chris Lattner |
2008-12-17 | Move the other Sema::ActOnLinkageSpec to SemaDeclCXX. | Chris Lattner |
2008-12-17 | Move Sema::ActOnLinkageSpec to SemaDeclCXX. | Chris Lattner |
2008-12-17 | Make sure that enumerators show up within the enumeration declaration. Fixes.... | Douglas Gregor |
2008-12-16 | Make linkage-specifications hold on to all of their declarations | Douglas Gregor |
2008-12-16 | Delay parsing of default arguments of member functions until the class | Douglas Gregor |
2008-12-16 | Diagnose that ivars in current and super class may not | Fariborz Jahanian |
2008-12-16 | Make name lookup when we're inside a declarator's scope, such as ClassName::f... | Douglas Gregor |
2008-12-15 | Diagnose erroneous uses of out-of-line member definitions and scope | Douglas Gregor |
2008-12-15 | Name of addLayoutToClass is confusing as no layout calculation | Fariborz Jahanian |
2008-12-15 | Place constructors and destructors into the DeclContext of the class, | Douglas Gregor |
2008-12-15 | Removed setRecordForDecl. Added a FIXME. | Fariborz Jahanian |
2008-12-15 | Create new EnumDecl nodes for redeclarations of enums, linking them | Douglas Gregor |
2008-12-13 | Add storage layout to ObjC classes. | Fariborz Jahanian |
2008-12-13 | Some utilities for using the smart pointers in Actions, especially Sema. Conv... | Sebastian Redl |
2008-12-12 | Enable out-of-line definitions of C++ constructors and destructors | Douglas Gregor |
2008-12-12 | Implement rdar://6138816 - [sema] named bitfields cannot have 0 width | Chris Lattner |
2008-12-12 | In C++, set the type of each of the enumerators in an enumeration to | Douglas Gregor |
2008-12-11 | Address some comments on the name lookup/DeclContext patch from Chris | Douglas Gregor |
2008-12-11 | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor |
2008-12-08 | Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel... | Douglas Gregor |
2008-12-08 | fix 80-col violation. | Zhongxing Xu |
2008-12-07 | Pass the VLA size expr range to the VLA diags | Anders Carlsson |
2008-12-07 | Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352. | Anders Carlsson |
2008-12-06 | Add diagnostics for bitfields. | Anders Carlsson |
2008-12-05 | Introduce basic support for dependent types, type-dependent | Douglas Gregor |
2008-12-05 | Representation of template type parameters and non-type template | Douglas Gregor |
2008-12-05 | Use VerifyIntegerConstantExpression instead of isIntegerConstantExpr. Fixes P... | Anders Carlsson |
2008-12-05 | Make Sema::CheckForConstantInitializer use Expr::Evaluate. This fixes PR3130. | Anders Carlsson |
2008-12-01 | Initialize storage class even if we got an erroneous mutable | Douglas Gregor |
2008-11-24 | Remove some bad characters from comment. | Sebastian Redl |
2008-11-24 | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner |