aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/warn-documentation-unknown-command.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-10-25Fix 'unknown documentation command' warning rangesErik Verbruggen1-0/+4
Warnings generated by -Wdocumentation-unknown-command did only have a start location, not a full source range. This resulted in only the "carret" being show in messages, and IDEs highlighting only the single initial character. llvm-svn: 285056
2015-03-17Comment parsing: move a diagnostic to the correct group.Dmitri Gribenko1-0/+11
Based on a patch by LE GARREC Vincent. llvm-svn: 232511