Age | Commit message (Expand) | Author |
2013-02-07 | Fix handling of module imports adding names to a DeclContext after qualified | Richard Smith |
2012-12-17 | Just use begin()/end() instead of "&Vector[0], &Vector[0]+Vector.size()". | Argyrios Kyrtzidis |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-06-17 | Switch users of SmallMap to use SmallDenseMap instead. | Chandler Carruth |
2012-04-25 | Use a SmallMap for StoredDeclsMap, it's usually sparsely populated so we can ... | Benjamin Kramer |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2010-08-20 | Use the AST on-disk hash table for name lookup inside a DeclContext. | Argyrios Kyrtzidis |
2010-05-11 | Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |
2010-04-23 | Recommit my change to how C++ does elaborated type lookups, now with | John McCall |
2010-03-29 | When copying a partial diagnostic into a DependentDiagnostic, allocate | Douglas Gregor |
2010-03-24 | Implement a framework for the delay of arbitrary diagnostics within | John McCall |
2009-12-13 | Silence some release build warnings. | Chandler Carruth |
2009-12-10 | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall |
2009-12-03 | Stop stripping UnresolvedUsingDecls out of LookupResults that have other | John McCall |
2009-11-15 | Make a few headers parse standalone | Douglas Gregor |
2009-11-12 | We need the definition of NamedDecl in DeclContextInternals.h, since Clang is... | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-04-17 | Fix two embarrassing PCH bugs: | Douglas Gregor |
2009-04-10 | Various minor fixes to PCH reading and writing, with general | Douglas Gregor |
2009-04-09 | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-04-08 | improve compatibility with VC+, patch by John Thompson! | Chris Lattner |
2009-04-07 | Move the internal DeclContext data structures into a separate header. | Douglas Gregor |