Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 'unknown documentation command' warning ranges | Erik Verbruggen | 2016-10-25 | 1 | -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 | ||||
* | Comment parsing: move a diagnostic to the correct group. | Dmitri Gribenko | 2015-03-17 | 1 | -0/+11 |
Based on a patch by LE GARREC Vincent. llvm-svn: 232511 |