Age | Commit message (Expand) | Author |
2011-10-02 | CUDA: diagnose invalid calls across targets | Peter Collingbourne |
2011-10-01 | constexpr: semantic checking for constexpr functions and constructors. Based in | Richard Smith |
2011-09-29 | constexpr: semantic checking for constexpr variables. | Richard Smith |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-24 | Correctly parse braced member initializers (even in delayed parsing) and corr... | Sebastian Redl |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | When checking for weak vtables, check whether the actual definition of | Douglas Gregor |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-22 | Don't finalize checking of base and member initializers for a | Douglas Gregor |
2011-09-22 | Only trigger the initialize-an-array-via-elementwise-copy/move code | Douglas Gregor |
2011-09-22 | ArrayRef-ifying the fields passed to Sema::ActOnFields | David Blaikie |
2011-09-21 | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie |
2011-09-21 | Diagnose attempts to write a templated data member, from Stepan | Douglas Gregor |
2011-09-20 | Fix a pretty nasty bug in noreturn destructors that cascaded into lots | Chandler Carruth |
2011-09-19 | Removed an unused field and its accessors methods. | Erik Verbruggen |
2011-09-19 | In constructors, don't generate implicit initializers for members of anonymou... | Richard Smith |
2011-09-19 | Remove function which is unused as of r139996. Thanks to David Blaikie for br... | Richard Smith |
2011-09-18 | PR10304: Do not call destructors for data members from union destructors. Pri... | Richard Smith |
2011-09-18 | PR10954: variant members should not be implicitly initialized in constructors... | Richard Smith |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-09-09 | __module_private__ is inherited by redeclarations of an entity, and | Douglas Gregor |
2011-09-09 | Changed references of BaseTy, MemInitTy, CXXScopeTy, TemplateParamsTy to CXXB... | Richard Trieu |
2011-09-09 | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor |
2011-09-09 | Change all references of type ExprTy to Expr and get rid of the typedefs. | Richard Trieu |
2011-09-06 | When performing a derived-to-base cast on the right-hand side of the | Douglas Gregor |
2011-09-04 | Add test case for defaulted copy and move structure validation. | Sebastian Redl |
2011-09-03 | Teach -Wdangling-field to warn about temporaries bound to references as | Chandler Carruth |
2011-09-03 | Add a simple new warning to catch blatantly dangling pointer and | Chandler Carruth |
2011-09-01 | When defining the implicit move assignment operator, don't perform | Douglas Gregor |
2011-08-30 | Allow C99 hexfloats in C++0x mode. This change resolves the standards | Douglas Gregor |
2011-08-30 | Declare and define implicit move constructor and assignment operator. | Sebastian Redl |
2011-08-15 | Track in the AST whether a function is constexpr. | Richard Smith |
2011-08-14 | Implement function template specialization at class scope extension in Micros... | Francois Pichet |
2011-08-10 | When adding the base and member initializers for an implicitly-defined | Douglas Gregor |
2011-08-10 | Rewrite default initialization of anonymous structs/unions within a | Douglas Gregor |
2011-08-09 | Don't emit memcpy for copying fields of arrays of volatile elements. | Fariborz Jahanian |
2011-07-28 | Lazily deserialize Sema::VTableUses. Plus, fix the utterly and | Douglas Gregor |
2011-07-27 | Turn Sema::DelegatingCtorDecls into a LazyVector. | Douglas Gregor |
2011-07-25 | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-21 | Speculatively revert 135649 to bring back the g++ testing bots. | Eric Christopher |
2011-07-21 | When copping out on a friend template declaration, be sure to mark its | Sean Hunt |
2011-07-20 | Replace r134583's fix for PR10290 with one which also works for non-value-dep... | Richard Smith |
2011-07-13 | Eliminate an incomplete/incorrect attempt to provide support for C++0x | Douglas Gregor |
2011-07-12 | Fix a bug where a local variable named 'self' is causing | Fariborz Jahanian |
2011-07-11 | Fixed PR10243. | Abramo Bagnara |
2011-07-06 | Don't try to type-check a copy construction of an exception | Douglas Gregor |
2011-07-05 | ActOnCXXConditionDeclaration should take into account that | Douglas Gregor |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-06-28 | Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration. | Argyrios Kyrtzidis |