summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclContextInternals.h
Commit message (Expand)AuthorAgeFilesLines
* [modules] Rework merging of redeclaration chains on module import.Richard Smith2015-03-051-11/+0
* [modules] Don't write out name lookup table entries merely because the moduleRichard Smith2015-02-271-0/+11
* Revert r167816 and replace it with a proper fix for the issue: do notRichard Smith2015-02-211-6/+4
* [modules] When determining whether a name from a module replaces a name weRichard Smith2015-02-101-3/+3
* [C++11] Use 'nullptr'Craig Topper2014-05-061-6/+6
* [C++11] Make StoredDeclsList move-only.Benjamin Kramer2014-03-041-7/+4
* C++ modules: fix a bug where loading a declaration with some name would preventRichard Smith2013-09-091-9/+39
* Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith2013-02-071-1/+17
* Just use begin()/end() instead of "&Vector[0], &Vector[0]+Vector.size()".Argyrios Kyrtzidis2012-12-171-1/+1
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-2/+2
* Switch users of SmallMap to use SmallDenseMap instead.Chandler Carruth2012-06-171-2/+2
* Use a SmallMap for StoredDeclsMap, it's usually sparsely populated so we can ...Benjamin Kramer2012-04-251-2/+2
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+1
* Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis2010-08-201-113/+47
* Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-111-1/+2
* Recommit my change to how C++ does elaborated type lookups, now withJohn McCall2010-04-231-2/+2
* When copying a partial diagnostic into a DependentDiagnostic, allocateDouglas Gregor2010-03-291-1/+0
* Implement a framework for the delay of arbitrary diagnostics withinJohn McCall2010-03-241-1/+24
* Silence some release build warnings.Chandler Carruth2009-12-131-0/+1
* Implement redeclaration checking and hiding semantics for using declarations....John McCall2009-12-101-0/+18
* Stop stripping UnresolvedUsingDecls out of LookupResults that have otherJohn McCall2009-12-031-4/+30
* Make a few headers parse standaloneDouglas Gregor2009-11-151-1/+1
* We need the definition of NamedDecl in DeclContextInternals.h, since Clang is...Douglas Gregor2009-11-121-0/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-15/+15
* Fix two embarrassing PCH bugs:Douglas Gregor2009-04-171-1/+1
* Various minor fixes to PCH reading and writing, with generalDouglas Gregor2009-04-101-1/+1
* Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor2009-04-091-43/+127
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-2/+2
* improve compatibility with VC+, patch by John Thompson!Chris Lattner2009-04-081-0/+1
* Move the internal DeclContext data structures into a separate header. Douglas Gregor2009-04-071-0/+135