aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclContextInternals.h
AgeCommit message (Expand)Author
2013-02-07Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith
2012-12-17Just use begin()/end() instead of "&Vector[0], &Vector[0]+Vector.size()".Argyrios Kyrtzidis
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-06-17Switch users of SmallMap to use SmallDenseMap instead.Chandler Carruth
2012-04-25Use a SmallMap for StoredDeclsMap, it's usually sparsely populated so we can ...Benjamin Kramer
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2010-08-20Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis
2010-05-11Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor
2010-04-23Recommit my change to how C++ does elaborated type lookups, now withJohn McCall
2010-03-29When copying a partial diagnostic into a DependentDiagnostic, allocateDouglas Gregor
2010-03-24Implement a framework for the delay of arbitrary diagnostics withinJohn McCall
2009-12-13Silence some release build warnings.Chandler Carruth
2009-12-10Implement redeclaration checking and hiding semantics for using declarations....John McCall
2009-12-03Stop stripping UnresolvedUsingDecls out of LookupResults that have otherJohn McCall
2009-11-15Make a few headers parse standaloneDouglas Gregor
2009-11-12We need the definition of NamedDecl in DeclContextInternals.h, since Clang is...Douglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-17Fix two embarrassing PCH bugs:Douglas Gregor
2009-04-10Various minor fixes to PCH reading and writing, with generalDouglas Gregor
2009-04-09Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor
2009-04-09Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor
2009-04-08improve compatibility with VC+, patch by John Thompson!Chris Lattner
2009-04-07Move the internal DeclContext data structures into a separate header. Douglas Gregor