Age | Commit message (Expand) | Author |
2010-10-21 | Diagnose the declaration of template template parameters that | Douglas Gregor |
2010-10-20 | When matching template parameter lists to template-ids in a scope specifier | John McCall |
2010-10-16 | White-listing templated-scope friend decls is a good idea, but doing it | John McCall |
2010-10-13 | Introduce a bit into Type that keeps track of whether there are any | Douglas Gregor |
2010-10-13 | Eliminates a clang warning. | Fariborz Jahanian |
2010-10-13 | Teach the warning about unnamed/local types in template arguments to | Douglas Gregor |
2010-10-12 | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor |
2010-10-12 | Handle dependent friends more explicitly and deal with the possibility | John McCall |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-09-13 | Parentheses around address non-type template argument is demoted to an extens... | Abramo Bagnara |
2010-09-12 | When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the | Douglas Gregor |
2010-09-12 | Implement C++0x semantics for [temp.expl.spec]p2, which loosens the | Douglas Gregor |
2010-09-03 | Allow anonymous and local types. The support was already in place for these, | Chandler Carruth |
2010-08-31 | Implement basic support for indexing function templates in | Douglas Gregor |
2010-08-31 | Add a forgotten place where the enclosing namespace set matters, plus a big t... | Sebastian Redl |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-28 | If filtering a lookup result leaves it ambiguous, keep the ambiguity | John McCall |
2010-08-28 | Fix the memory leak of FloatingLiteral/IntegerLiteral. | Argyrios Kyrtzidis |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
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 | Support explicit instantiation of function templates and members of class | Chandler Carruth |
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-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-24 | OwningExprResult -> ExprResult. This patch brought to you by | John McCall |
2010-08-24 | Abstract out passing around types and kill off ActionBase. | John McCall |
2010-08-23 | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall |
2010-08-23 | Push DeclGroupRefs and TemplateNames in an opaque but type-safe way | 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-20 | Revert r111609, which is failing its new test. | Douglas Gregor |
2010-08-20 | Detect efforts to declare a template member friend and explicitly ignore them. | John McCall |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-08-15 | Commit improved version of 111026 & 111027. | Argyrios Kyrtzidis |
2010-08-13 | Work around a crash when checking access to injected class names | John McCall |
2010-08-13 | Perform access control when template lookup finds a class template. | John McCall |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-08-11 | Random temporary string cleanup. | Benjamin Kramer |
2010-08-10 | Fixed redundant NNS loading. | Abramo Bagnara |
2010-08-06 | Template keyword should not be ignored building a QualifiedTemplateName. | Abramo Bagnara |
2010-08-05 | Get rid of isObjectType; when C++ says "object type", it generally | Eli Friedman |
2010-07-28 | Don't set out-of-line template specialization/definition information | Douglas Gregor |
2010-07-28 | Enable expression transformations in the current-instantiation | Douglas Gregor |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-20 | Hide the specializations folding sets of ClassTemplateDecl as an implementati... | Argyrios Kyrtzidis |
2010-07-20 | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl |
2010-07-16 | When performing template name lookup for a dependent member access | Douglas Gregor |
2010-07-14 | When there are extra or missing template parameter lists in a template | Douglas Gregor |