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