On Jun 21, 2012, at 3:04 PM, Dmitri Gribenko <[email protected]> wrote:
> Author: gribozavr > Date: Thu Jun 21 17:04:37 2012 > New Revision: 158940 > > URL: http://llvm.org/viewvc/llvm-project?rev=158940&view=rev > Log: > Handle include directive with comments. It turns out that in this case > comments are not coming in source order. Instead of trying to std::sort() > comments (which can be costly), just remove comments that are not in order. Can we just fix the ordering of comments as produced by the lexer? - Doug _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
