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