summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/annotate-comments-preprocessor.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle include directive with comments. It turns out that in this case ↵Dmitri Gribenko2012-06-211-0/+2
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
OpenPOWER on IntegriCloud