Age | Commit message (Expand) | Author |
2013-02-11 | [Modules] Cope better with top-level declarations loaded after being declared... | Douglas Gregor |
2012-12-17 | IdentifierResolver: Remove an unnecessary include and an unused parameter. | Nico Weber |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-12 | Fix more try scoping bugs introduced by r167650. | David Blaikie |
2012-11-10 | Handle redeclarations of catch variables in catch blocks. | David Blaikie |
2012-11-10 | PR14296: function parameter name collisions in function try/catch | David Blaikie |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-05-01 | Remove ref/value inconsistency in redecl_iterator. | David Blaikie |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-29 | Reapply r151638 and r151641. | James Molloy |
2012-02-28 | Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h | Argyrios Kyrtzidis |
2012-02-28 | Correctly track tags and enum members defined in the prototype of a function,... | James Molloy |
2012-01-24 | Only mark an IdentifierInfo as having changed since deserialization | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-10-27 | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-03-24 | Fix the insertion of label declarations into the identifier chain in | Douglas Gregor |
2011-03-16 | When we're inserting a synthesized label declaration for a | Douglas Gregor |
2011-03-14 | When synthesizing a label declaration based on a goto statement that | Douglas Gregor |
2011-03-07 | Support explicit template specialization and instantiation for members | Douglas Gregor |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-07-30 | Correctly deal with using names for both functions and structs in chained PCH. | Sebastian Redl |
2010-02-15 | Optimize the implementation of IdDeclInfo pooling in the IdentifierResolver. | John McCall |
2010-01-02 | Eliminate dead code. | Eli Friedman |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-01 | Add DeclContext::Equals to compare declaration contexts based on their primar... | Douglas Gregor |
2009-08-26 | Make sure to compare primary declaration contexts when determining whether a ... | Douglas Gregor |
2009-04-21 | Lazy deserialization of the declaration chains associated with | Douglas Gregor |
2009-03-28 | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner |
2009-03-04 | Switch attributes to be allocated from the declcontext bump pointer just like | Chris Lattner |
2009-03-02 | Rework the way we find locally-scoped external declarations when we | Douglas Gregor |
2009-02-17 | Now that ObjC decls have DeclContexts too, remove an ugly hack from Identifie... | Argyrios Kyrtzidis |
2009-01-30 | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor |
2009-01-08 | Unify the code for defining tags in C and C++, so that we always | Douglas Gregor |
2009-01-08 | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff |
2009-01-06 | Allow Objective-C entities to be declared within a transparent context | Douglas Gregor |
2009-01-05 | Introduce support for "transparent" DeclContexts, which are | Douglas Gregor |
2008-12-21 | Parser support for C++ try-catch. | Sebastian Redl |
2008-12-11 | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor |
2008-12-05 | Rename: FindContext -> FindDeclVisibleInContext. | Zhongxing Xu |
2008-11-17 | Updated IdentifierResolver to deal with DeclarationNames. The names of | Douglas Gregor |
2008-11-11 | Implement C++ 'typeid' parsing and sema. | Sebastian Redl |
2008-10-21 | Preliminary support for function overloading | Douglas Gregor |
2008-09-09 | Make IdentifierResolver::isDeclInScope regard declarations of a parent 'contr... | Argyrios Kyrtzidis |
2008-09-09 | Add a LangOptions member to IdentifierResolver. | Argyrios Kyrtzidis |