Age | Commit message (Expand) | Author |
2010-10-23 | C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag | Douglas Gregor |
2010-10-22 | In the presence of using declarations, we can find the same class | Douglas Gregor |
2010-10-20 | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor |
2010-10-20 | Introduce a simple cache for unqualified typo corrections, so that we | Douglas Gregor |
2010-10-20 | Eliminate another ordering dependency in typo correction. Re-enable typo.m, w... | Douglas Gregor |
2010-10-19 | Provide an upper bound to the edit-distance algorithm when performing | Douglas Gregor |
2010-10-19 | Improve the performance of typo correction, by using a simple | Douglas Gregor |
2010-10-15 | When performing typo correction, keep track of whether the last lookup | Douglas Gregor |
2010-10-15 | When we're in the context of an Objective-C message send's receiver, | Douglas Gregor |
2010-10-14 | When performing typo correction, look through the set of known | Douglas Gregor |
2010-10-14 | Tweak the typo-correction implementation to determine corrections | Douglas Gregor |
2010-09-04 | zap more dead code. | Chris Lattner |
2010-09-01 | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek |
2010-08-31 | Make inline namespace not be transparent after all. The concept simply doesn'... | Sebastian Redl |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall |
2010-08-25 | Remove the DenseSet dependency from Sema.h. | John McCall |
2010-08-25 | Move more stuff out of Sema.h. | John McCall |
2010-08-24 | More header elimination. The goal of all this is to allow Parser to | John McCall |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-15 | Extend the code-completion caching infrastructure to include global | Douglas Gregor |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-11 | Don't try to implicitly declare special members of an invalid class. | John McCall |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-08-11 | If name lookup finds different type declarations in different scopes | Douglas Gregor |
2010-07-09 | Introduce -f{no-}spell-checking options to enable/disable | Douglas Gregor |
2010-07-03 | Lazily declare default constructors. We now delay the construction of | Douglas Gregor |
2010-07-02 | Lazily declare implicit copy constructors. | Douglas Gregor |
2010-07-02 | Introduce a new routine, LookupConstructors(), and use it for all | Douglas Gregor |
2010-07-02 | Lazily declare copy-assignment operators. | Douglas Gregor |
2010-07-02 | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor |
2010-07-01 | Add a new routine Sema::LookupDestructor and make all destructor-lookup calls... | Douglas Gregor |
2010-07-01 | Be a bit more careful with undefined CXXRecordDecls. Fixes | Douglas Gregor |
2010-05-28 | A more minimal fix for PR6762. | John McCall |
2010-05-28 | Roll back r104941. | John McCall |
2010-05-28 | Add a new attribute on records, __attribute__((adl_invisible)), and define | John McCall |
2010-05-28 | Optimize and complete associated-class-and-namespace collection from | John McCall |
2010-05-20 | Reinstate r104117, Chandler Carruth's change that "[provides] a naming | Douglas Gregor |
2010-05-20 | Remove accidental commit | Douglas Gregor |
2010-05-20 | Various small fixes for construction/destruction of Objective-C++ | Douglas Gregor |
2010-05-19 | Revert r104117, "Provide a naming class for UnresolvedLookupExprs, even when | Daniel Dunbar |
2010-05-19 | Provide a naming class for UnresolvedLookupExprs, even when occuring on | Chandler Carruth |
2010-05-18 | Give a slight edge to the context-sensitive keyword 'super' over | Douglas Gregor |
2010-05-18 | Tweak typo-correction logic a bit regarding "super", so that we | Douglas Gregor |
2010-05-14 | Make sure to search semantic scopes and appropriate template-parameter | Douglas Gregor |
2010-05-01 | It turns out that basically every caller to RequireCompleteDeclContext | John McCall |
2010-04-30 | Fix ADL for types declared in transparent decls, from Alp Toker! | Douglas Gregor |
2010-04-25 | When name lookup finds a single declaration that was imported via a | Douglas Gregor |