On Dec 31, 2009, at 4:15 PM, Douglas Gregor wrote: > Author: dgregor > Date: Thu Dec 31 18:15:04 2009 > New Revision: 92379 > > URL: http://llvm.org/viewvc/llvm-project?rev=92379&view=rev > Log: > When typo correction for an id-expression finds a type (or Objective-C > class), provide a suggestion for the type or class found. However, > since we can't recover properly in this case, don't provide a fix-it > hint. Example:
For some odd reason when I have typo.m and typo.cpp in the testsuite directory, testing FixIT hangs 30% of the time or so. If I remove both these files, it never hangs. Anybody have a clue? _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
