summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/function-overload-typo-crash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Have the typo correction in DiagnoseEmptyLookup properly handle templateKaelyn Uhrain2011-08-051-8/+5
| | | | | | functions when performing function overload resolution. llvm-svn: 136948
* Fix a small bug where DiagnoseEmptyLookup would no longer print any messagesKaelyn Uhrain2011-08-041-0/+19
| | | | | | | | | when performing typo correction involving any overloaded template functions. The added test cases, while currently demontrating sub-optimal behavior, will not trigger any messages without the 1-line change to SemaExpr.cpp. llvm-svn: 136943
* Improve overloaded function handling in the typo correction code.Kaelyn Uhrain2011-08-031-2/+2
| | | | | | | | Change TypoCorrection to store a set of NamedDecls instead of a single NamedDecl. Also add initial support for performing function overload resolution to Sema::DiagnoseEmptyLookup. llvm-svn: 136807
* Fix typo correction crash on overloaded functions, pr10283.Hans Wennborg2011-07-121-0/+12
It would be cool if we could do overload resolution to suggest the right function, but at least this fixes the crashing. llvm-svn: 134976
OpenPOWER on IntegriCloud