| Commit message (Expand) | Author | Age | Files | Lines |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -6/+6 |
| * | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
| * | Improve support for overloaded operator templates. | Douglas Gregor | 2009-06-27 | 1 | -11/+17 |
| * | Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompa... | Anders Carlsson | 2009-06-26 | 1 | -29/+12 |
| * | See through UsingDecls in more places. | Anders Carlsson | 2009-06-26 | 1 | -6/+14 |
| * | Fix failing test. | Anders Carlsson | 2009-06-26 | 1 | -1/+3 |
| * | Fix another assert related to using decls. | Anders Carlsson | 2009-06-26 | 1 | -0/+3 |
| * | When creating LookupResults, see through UsingDecls. Fixes PR4450. | Anders Carlsson | 2009-06-26 | 1 | -2/+6 |
| * | Improved semantic analysis and AST respresentation for function | Douglas Gregor | 2009-06-25 | 1 | -11/+22 |
| * | Make sure that argument-dependent lookup looks into the global scope | Douglas Gregor | 2009-06-23 | 1 | -13/+45 |
| * | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor | 2009-06-20 | 1 | -2/+4 |
| * | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -1/+1 |
| * | Diagnose class members that shadow a template parameter. Fixes | Douglas Gregor | 2009-06-17 | 1 | -2/+2 |
| * | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner | 2009-06-14 | 1 | -0/+1 |
| * | Improve name lookup for and template instantiation of declaration | Douglas Gregor | 2009-05-27 | 1 | -1/+2 |
| * | Fix sorting of using directives, from Jay Foad | Douglas Gregor | 2009-05-18 | 1 | -1/+1 |
| * | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -13/+11 |
| * | Implement the notions of the "current instantiation" and "unknown | Douglas Gregor | 2009-05-11 | 1 | -6/+29 |
| * | Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also | Douglas Gregor | 2009-04-24 | 1 | -12/+16 |
| * | Eliminate Sema::ObjCInterfaceDecls | Douglas Gregor | 2009-04-24 | 1 | -3/+0 |
| * | Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g... | Douglas Gregor | 2009-04-24 | 1 | -5/+35 |
| * | Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls in | Douglas Gregor | 2009-04-23 | 1 | -0/+14 |
| * | Lazy deserialization of the declaration chains associated with | Douglas Gregor | 2009-04-21 | 1 | -11/+0 |
| * | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor | 2009-04-09 | 1 | -0/+11 |
| * | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -10/+13 |
| * | Make parsing a semantic analysis a little more robust following Sema | Douglas Gregor | 2009-04-01 | 1 | -30/+82 |
| * | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner | 2009-03-28 | 1 | -11/+11 |
| * | Tests and fixes for templates declared within (non-template) | Douglas Gregor | 2009-03-27 | 1 | -6/+7 |
| * | Introduce a representation for types that we referred to via a | Douglas Gregor | 2009-03-19 | 1 | -2/+3 |
| * | The scope representation can now be either a DeclContext pointer or a | Douglas Gregor | 2009-03-18 | 1 | -1/+1 |
| * | Implement template instantiation for several more kinds of expressions: | Douglas Gregor | 2009-03-13 | 1 | -0/+3 |
| * | Improve the representation of operator expressions like "x + y" within | Douglas Gregor | 2009-03-13 | 1 | -0/+115 |
| * | Add basic, hackish support for instantiation of typedefs in a class | Douglas Gregor | 2009-03-11 | 1 | -1/+1 |
| * | Eliminate CXXRecordType | Douglas Gregor | 2009-02-28 | 1 | -7/+8 |
| * | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -2/+2 |
| * | When we're declaring an object or function with linkage, teach name | Douglas Gregor | 2009-02-24 | 1 | -1/+27 |
| * | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor | 2009-02-13 | 1 | -14/+23 |
| * | Initial implementation of function overloading in C. | Douglas Gregor | 2009-02-11 | 1 | -1/+22 |
| * | Implement dereferencing of pointers-to-member. | Sebastian Redl | 2009-02-07 | 1 | -3/+3 |
| * | Improvements and fixes for name lookup with using directives, from Piotr Rak! | Douglas Gregor | 2009-02-05 | 1 | -202/+181 |
| * | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 1 | -1/+1 |
| * | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -106/+45 |
| * | Bring operator name lookup (as required for C++ operator overloading) | Douglas Gregor | 2009-02-04 | 1 | -1/+4 |
| * | Initial implementation of argument dependent lookup (a.k.a. ADL, | Douglas Gregor | 2009-02-04 | 1 | -0/+261 |
| * | silence some warnings. | Chris Lattner | 2009-02-03 | 1 | -2/+2 |
| * | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor | 2009-02-03 | 1 | -120/+596 |
| * | Add iterators to LookupResult, allowing one to iterate over the | Douglas Gregor | 2009-02-02 | 1 | -0/+60 |
| * | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor | 2009-01-30 | 1 | -105/+91 |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -5/+4 |
| * | PODify LookupResult, for a measly 1% speedup on Cocoa.h. | Douglas Gregor | 2009-01-17 | 1 | -72/+49 |