| commit | 923074016b351405fd86dffdb66bed2646b4ba1f | [log] [tgz] |
|---|---|---|
| author | Dmitri Gribenko <gribozavr@gmail.com> | Thu Jun 21 22:04:37 2012 +0000 |
| committer | Dmitri Gribenko <gribozavr@gmail.com> | Thu Jun 21 22:04:37 2012 +0000 |
| tree | f933b6cc9a3cbbe3d37bbb1fd8e2456d436a7534 | |
| parent | c457f620337db407de143681dd00931ff0b97502 [diff] |
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. llvm-svn: 158940