Age | Commit message (Expand) | Author |
2009-07-23 | Some cleanups suggested by Daniel. | Mike Stump |
2009-07-23 | Clean up the ActOnTag action, so that there is only a single entry | Douglas Gregor |
2009-07-23 | Use llvm::BitVector instead of managing memory by hand. | Daniel Dunbar |
2009-07-23 | Fix case, apparently some people still build on case sensitive | Mike Stump |
2009-07-22 | Add warning for falling off the end of a function that should return a | Mike Stump |
2009-07-22 | Implement support for out-of-line definitions of the class members of class | Douglas Gregor |
2009-07-22 | Calls to Sema::MatchTemplateParametersToScopeSpecifier should not depend on t... | Douglas Gregor |
2009-07-22 | "This patch implements the restrictions on union members detailed in | Douglas Gregor |
2009-07-22 | Implement parsing and semantic analysis for out-of-line definitions of static | Douglas Gregor |
2009-07-21 | Basic parsing and semantic analysis for out-of-line definitions of the | Douglas Gregor |
2009-07-21 | Patch to accomodate Doug's comment on default | Fariborz Jahanian |
2009-07-21 | Diagnose when a destructor uses a unrelated class type as its name. | Fariborz Jahanian |
2009-07-21 | Add the location of the tag keyword into TagDecl. From Enea | Douglas Gregor |
2009-07-20 | When a field is variable-sized or is an array with a negative size, | Douglas Gregor |
2009-07-20 | Improve GCC compatibility by allowing static tentative definitions of | Douglas Gregor |
2009-07-19 | enhance the goto checker to reject jumps across __block variable definitions. | Chris Lattner |
2009-07-18 | Set ObjCMethodDecl's EndLoc to the '}' when it's a definition. | Argyrios Kyrtzidis |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-16 | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff |
2009-07-14 | Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. | Steve Naroff |
2009-07-14 | Fixes for a couple of things: | Argyrios Kyrtzidis |
2009-07-14 | Pass the right brace SourceLocation from the Parser to the TagDecls. | Argyrios Kyrtzidis |
2009-07-13 | Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?vie... | Steve Naroff |
2009-07-11 | Implement more of C++0x 'auto'. A variable with an auto type specifier must h... | Anders Carlsson |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-07-08 | Implemented memmove_collectable API for Next runtime | Fariborz Jahanian |
2009-07-07 | Implement checking of exception spec compatibility for overriding virtual fun... | Sebastian Redl |
2009-07-07 | Tighten up the conditions under which we build an implicit function | Douglas Gregor |
2009-07-07 | Make ASTContext explicitly keep track of the declaration for the C | Douglas Gregor |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-27 | Renamed MarcDestructorReferenced -> MarkDestructorReferenced | Fariborz Jahanian |
2009-06-26 | Patch to mark destructors when they are used. | Fariborz Jahanian |
2009-06-25 | Improved semantic analysis and AST respresentation for function | Douglas Gregor |
2009-06-25 | Set the end range location of a FunctionDecl to the right paren. | Argyrios Kyrtzidis |
2009-06-24 | Make sure that the template parameter lists get from the parser down to ActOn... | Douglas Gregor |
2009-06-24 | Support for [class.local]p4. | Anders Carlsson |
2009-06-24 | When declaring a function template, create a FunctionTemplateDecl node | Douglas Gregor |
2009-06-23 | Start propagating template parameter lists to the right places to | Douglas Gregor |
2009-06-23 | Eliminate DeclPtrTy() arguments to ActOnDeclarator that are just a very, very... | Douglas Gregor |
2009-06-22 | Remove ImplicitMustBeDefined, use universal 'Used' flag | Fariborz Jahanian |
2009-06-20 | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor |
2009-06-19 | Keep track of when declarations are "used" according to C and | Douglas Gregor |
2009-06-19 | Patch for implementation of C++'s object model. This is | Fariborz Jahanian |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-06-17 | Diagnose class members that shadow a template parameter. Fixes | Douglas Gregor |
2009-06-17 | Fix some erroneous comments due to trigger-happy copy&paste. | Argyrios Kyrtzidis |