Age | Commit message (Expand) | Author |
2012-05-04 | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor |
2012-05-01 | In C++11 mode, implement the C++11 semantics for | Douglas Gregor |
2012-03-23 | Support for definitions of member enumerations of class templates outside the | Richard Smith |
2012-03-14 | Instantiating a class template should not instantiate the definition of any | Richard Smith |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-06 | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara |
2012-02-06 | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara |
2012-01-31 | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-12 | Convert SemaCXXScopeSpec.cpp to pass a callback object to CorrectTypo, | Kaelyn Uhrain |
2011-12-04 | Support decltype in nested-name-specifiers. | David Blaikie |
2011-10-20 | Add -Wc++98-compat warning for enumerations in nested name specifiers. | Richard Smith |
2011-10-18 | -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2. | Richard Smith |
2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-07-27 | In Microsoft mode, if we are within a templated function and we can't resolve... | Francois Pichet |
2011-07-06 | Fixed enum types can be complete without actually being valid to use | John McCall |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-05-15 | When checking a set of template parameter lists against a | Douglas Gregor |
2011-05-05 | Implement support for C++0x alias templates. | Richard Smith |
2011-05-04 | Clean up Sema::BuildCXXNestedNameSpecifier()'s creation of TypeLoc | Douglas Gregor |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-03-04 | Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType | Douglas Gregor |
2011-03-01 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-03-01 | Reinstate the introduction of source-location information for | Douglas Gregor |
2011-02-28 | When we encounter a dependent template name within a | Douglas Gregor |
2011-02-24 | Retain complete source-location information for C++ | Douglas Gregor |
2011-02-24 | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor |
2011-02-24 | Teach CXXScopeSpec to handle the extension of a nested-name-specifier | Douglas Gregor |
2011-02-19 | The member classes of a current instantiation aren't necessarily a | Douglas Gregor |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-24 | Abstract out passing around types and kill off ActionBase. | John McCall |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-07-28 | When a nested-name-specifier refers into a current instantiation that has | Douglas Gregor |
2010-07-08 | When performing substitution of template arguments within the body of | Douglas Gregor |
2010-06-29 | When typo correction produces a result that is not of the kind we're | Douglas Gregor |
2010-05-01 | It turns out that basically every caller to RequireCompleteDeclContext | John McCall |
2010-04-27 | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall |
2010-04-24 | Be more careful around dependent nested-name-specifiers, complaining | Douglas Gregor |
2010-04-14 | Teach typo correction about various language keywords. We can't | Douglas Gregor |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |