| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check that this cannot be used in a default argument. Happily, it was already... | Douglas Gregor | 2008-11-03 | 1 | -2/+7 |
| * | Implicit support for direct initialization of objects of class type, e.g., | Douglas Gregor | 2008-11-03 | 1 | -6/+78 |
| * | Standard conversion sequences now have a CopyConstructor field, to | Douglas Gregor | 2008-11-03 | 1 | -2/+6 |
| * | Add implicitly-declared default and copy constructors to C++ classes, | Douglas Gregor | 2008-11-03 | 1 | -0/+106 |
| * | Semantic checking of constructor declarations and classification of default/c... | Douglas Gregor | 2008-10-31 | 1 | -11/+42 |
| * | Implement basic support for converting constructors in user-defined | Douglas Gregor | 2008-10-31 | 1 | -0/+18 |
| * | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta | 2008-10-31 | 1 | -1/+1 |
| * | Add support for parsing and representing C++ constructor declarations. | Douglas Gregor | 2008-10-31 | 1 | -2/+41 |
| * | Improve documentation for Sema::CheckReferenceInit | Douglas Gregor | 2008-10-29 | 1 | -7/+7 |
| * | Implement overloading rules for reference binding | Douglas Gregor | 2008-10-29 | 1 | -4/+4 |
| * | Tweak Sema::CheckReferenceInit so that it (optionally) computes an | Douglas Gregor | 2008-10-29 | 1 | -30/+87 |
| * | Implement initialization of a reference (C++ [dcl.init.ref]) as part | Douglas Gregor | 2008-10-29 | 1 | -0/+190 |
| * | Clean up and document the representation of C++ base classes | Douglas Gregor | 2008-10-23 | 1 | -16/+24 |
| * | Added GraphViz visualization of C++ inheritance hierarchies. | Douglas Gregor | 2008-10-22 | 1 | -9/+1 |
| * | Add representation of base classes in the AST, and verify that we | Douglas Gregor | 2008-10-22 | 1 | -12/+63 |
| * | Preliminary support for function overloading | Douglas Gregor | 2008-10-21 | 1 | -1/+2 |
| * | Fix this bug: | Argyrios Kyrtzidis | 2008-10-15 | 1 | -1/+3 |
| * | Revert my previous change, got stupidly confused with my local changes. | Argyrios Kyrtzidis | 2008-10-14 | 1 | -1/+1 |
| * | Fix a call to Sema::LookupDecl that had incorrect parameters. | Argyrios Kyrtzidis | 2008-10-14 | 1 | -1/+1 |
| * | Fix a bug that crashed clang when parsing this: | Argyrios Kyrtzidis | 2008-10-08 | 1 | -10/+20 |
| * | Simplify handling of direct initializers by letting Sema::AddInitializerToDec... | Argyrios Kyrtzidis | 2008-10-06 | 1 | -17/+12 |
| * | Use "unsigned" instead of "int" for i to remove a "comparison between unsigne... | Ted Kremenek | 2008-10-06 | 1 | -1/+1 |
| * | The current semantic process for direct initializers won't work properly for ... | Argyrios Kyrtzidis | 2008-10-06 | 1 | -21/+13 |
| * | Implement support for C++ direct initializers in declarations, e.g. "int x(1);". | Argyrios Kyrtzidis | 2008-10-06 | 1 | -0/+80 |
| * | Pass postfix attributes to ActOnFields. | Daniel Dunbar | 2008-10-03 | 1 | -1/+1 |
| * | Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope. | Argyrios Kyrtzidis | 2008-09-10 | 1 | -2/+1 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -7/+0 |
| * | Minor #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -1/+3 |
| * | When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinish... | Argyrios Kyrtzidis | 2008-08-09 | 1 | -3/+6 |
| * | Passing right brace location to ActOnFinishCXXClassDef is redundant, since it... | Argyrios Kyrtzidis | 2008-08-09 | 1 | -1/+1 |
| * | Move AsmLabel into Declarator instead of just a parameter to | Daniel Dunbar | 2008-08-05 | 1 | -1/+1 |
| * | Add more Parser/Sema support for GCC asm-label extension. | Daniel Dunbar | 2008-08-05 | 1 | -1/+1 |
| * | Wherever a type is used/returned from the Action module, use TypeTy instead o... | Argyrios Kyrtzidis | 2008-08-01 | 1 | -1/+1 |
| * | change more instances of QualType::getCanonicalType to call | Chris Lattner | 2008-07-26 | 1 | -12/+10 |
| * | Add Sema support for C++ classes. | Argyrios Kyrtzidis | 2008-07-01 | 1 | -0/+170 |
| * | -Changes to TagDecl: | Argyrios Kyrtzidis | 2008-06-09 | 1 | -1/+1 |
| * | Oops...remove weird printf:-) | Steve Naroff | 2008-06-05 | 1 | -1/+0 |
| * | Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: rede... | Steve Naroff | 2008-06-05 | 1 | -0/+1 |
| * | - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h | Steve Naroff | 2008-05-29 | 1 | -0/+1 |
| * | -Implement proper name lookup for namespaces. | Argyrios Kyrtzidis | 2008-05-09 | 1 | -1/+2 |
| * | Diagnose attempts to use C++ default arguments outside of a function declaration | Douglas Gregor | 2008-05-07 | 1 | -8/+28 |
| * | Parsing of namespaces: | Argyrios Kyrtzidis | 2008-04-27 | 1 | -0/+77 |
| * | Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar... | Steve Naroff | 2008-04-15 | 1 | -4/+5 |
| * | This patch adds very basic support for parsing and type-checking class | Douglas Gregor | 2008-04-13 | 1 | -0/+49 |
| * | Default argument cleanups and minor improvements, patch by | Chris Lattner | 2008-04-12 | 1 | -55/+60 |
| * | Several improvements from Doug Gregor related to default | Chris Lattner | 2008-04-10 | 1 | -0/+73 |
| * | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -0/+158 |