aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/IdentifierResolver.h
AgeCommit message (Expand)Author
2012-12-17IdentifierResolver: Remove an unnecessary include and an unused parameter.Nico Weber
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2011-10-27Make the loading of information attached to an IdentifierInfo from anDouglas Gregor
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-03-16When we're inserting a synthesized label declaration for aDouglas Gregor
2011-03-14When synthesizing a label declaration based on a goto statement thatDouglas Gregor
2011-03-07Support explicit template specialization and instantiation for membersDouglas Gregor
2010-08-24Struggle mightily against header inclusion in Sema.h.John McCall
2010-08-20Another step in the process of making the parser depend on Sema:John McCall
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor