]> granicus.if.org Git - clang/history - include/clang/Sema/Lookup.h
Removed an unused field and its accessors methods.
[clang] / include / clang / Sema / Lookup.h
2011-09-19 Erik VerbruggenRemoved an unused field and its accessors methods.
2011-09-09 Douglas GregorIntroduce a new predicate Decl::isFromASTFile() to...
2011-09-09 Douglas GregorModules: introduce the __module_private__ declaration...
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-05-23 Francois PichetEmulate a MSVC bug where if during an using declaration...
2011-03-04 Douglas GregorWhen clearing a LookupResult structure, clear out the...
2010-12-02 Douglas GregorDo not change the size of LookupResult::Filter based...
2010-10-22 Douglas GregorWhen we perform name lookup for a template, we may...
2010-08-28 John McCallIf filtering a lookup result leaves it ambiguous, keep...
2010-08-25 John McCallRemove Sema.h's dependency on DeclCXX.h.
2010-08-25 John McCallMove more stuff out of Sema.h.
2010-08-13 John McCallPerform access control when template lookup finds a...
2010-08-12 Douglas GregorMove Sema's headers into include/clang/Sema, renaming...