On Aug 25, 2010, at 10:10 AM, Douglas Gregor wrote: > Author: dgregor > Date: Wed Aug 25 12:10:00 2010 > New Revision: 112057 > > URL: http://llvm.org/viewvc/llvm-project?rev=112057&view=rev > Log: > Add a code-completion context for "natural language" completions, so > that ASTUnit knows not to try to provide completions there.
Hmm ... if there's a good way to properly access the contents of adjacent comments, this would be wonderful to add hooks for, say, Doxygen directives. As such, it might make sense to separate comments from strings. Oh, and in strings we could code-complete escape sequences (I know some Java IDEs that do that) or even printf/scanf directives. What fun we could have! Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
