summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAge
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-23
* Fix the caller of checkCorrectionVisibility too.Kaelyn Takata2014-06-17
* Remove an unused argument from checkCorrectionVisibility.Kaelyn Takata2014-06-17
* Fix the VS2012 build.Hans Wennborg2014-06-11
* Add some comments to TypoCorrectionConsumer.Kaelyn Takata2014-06-11
* Sink SpecifierInfo into the only class that uses it.Kaelyn Takata2014-06-11
* Make a couple of helper classes private to TypoCorrectionConsumer.Kaelyn Takata2014-06-11
* Clean up the TypoCorrectionConsumer's interface a bit.Kaelyn Takata2014-06-11
* Move TypoCorrection filtering into the TypoCorrectionConsumer and make it inc...Kaelyn Takata2014-06-11
* Move a few classes to be before TypoCorrectionConsumer.Kaelyn Takata2014-06-11
* Remove a redundant conditional when caching typo failures.Kaelyn Takata2014-06-10
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* fmodules-search-all: Removed dead code and added some comments.John Thompson2014-05-07
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-07
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* Quick fix for layering that broke shared library build.John Thompson2014-04-23
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-17
* PR19452: Implement more of [over.match.oper]p3's restrictions on which non-me...Richard Smith2014-04-17
* Fix handling of redeclaration lookup for using declarations, where the priorRichard Smith2014-04-11
* Try harder about not suggesting methods as corrections when theyKaelyn Takata2014-04-04
* Fix self-referential comment.Richard Smith2014-04-01
* Be a bit smarter about what nested name qualifiers to allow whenKaelyn Uhrain2014-03-21
* [C++11] Simplify some loops in Sema::CorrectTypo as range-based for loops.Kaelyn Uhrain2014-03-21
* [C++11] Replacing DeclContext iterators using_directives_begin() and using_di...Aaron Ballman2014-03-17
* [C++11] Replacing Scope iterators using_directives_begin() and using_directiv...Aaron Ballman2014-03-17
* [C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_r...Aaron Ballman2014-03-17
* [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...Aaron Ballman2014-03-17
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* Call RequireCompleteType when performing ADL even if the type is alreadyRichard Smith2014-03-14
* [C++11] Removing the types_begin() and types_end() APIs and replacing with a ...Aaron Ballman2014-03-14
* [C++11] Replacing DeclContext iterators lookups_begin() and lookups_end() wit...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* [C++11] Updating getUsingDirectives to use iterator_range instead of a std::p...Aaron Ballman2014-03-07
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-06
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Don't suggest non-static methods as corrections when they obviouslyKaelyn Uhrain2014-02-28
* PR18685: Ignore class template specializations as potentialKaelyn Uhrain2014-02-09
* Don't consider records with a NULL identifier as a name for typo correction.Kaelyn Uhrain2014-02-05
* Add implicit declarations of allocation functions when looking them up forRichard Smith2014-02-04
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Don't forget about a builtin if we're about to redeclare it and we couldn'tRichard Smith2014-01-22
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-22