summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-documentation-fixits.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Comment parsing: move a diagnostic to the correct group.Dmitri Gribenko2015-03-171-3/+4
| | | | | | Based on a patch by LE GARREC Vincent. llvm-svn: 232511
* CommentLexer: When proceeding with a typo corrected name don't clobber the ↵Benjamin Kramer2013-12-011-0/+6
| | | | | | | | token. This would crash if the token is used in another diagnostic. PR18051. llvm-svn: 196048
* [doc parsing]: don't attempt to fix single characterFariborz Jahanian2013-05-091-0/+3
| | | | | | commands (\t \n are common). \\ rdar://12381408 llvm-svn: 181517
* [doc parsing]: Also do typo correction forFariborz Jahanian2013-05-081-2/+7
| | | | | | | dynamically registered commands. // rdar://12381408 llvm-svn: 181477
* documentation parsing. Patch to do typo correction for Fariborz Jahanian2013-05-081-1/+7
| | | | | | | | documentation commands. Patch was reviewed, along with great suggestions for improvement, by Doug. // rdar://12381408 llvm-svn: 181458
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-0/+7
| | | | | | | use it to suggest appropriate macro for __attribute__((deprecated)) in -Wdocumentation-deprecated-sync. llvm-svn: 164892
* Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko2012-09-221-0/+37
| | | | | | | | | deprecation attribute ('deprecated', 'availability' or 'unavailable'). This warning is under a separate flag, -Wdocumentation-deprecated-sync, so it can be turned off easily while leaving other -Wdocumentation warnings on. llvm-svn: 164467
* Comment diagnostics fixit tests: move exected-warning constructs from theDmitri Gribenko2012-08-011-6/+8
| | | | | | comment being tested. llvm-svn: 161144
* Comment diagnostics: add tests for \tparam fixits.Dmitri Gribenko2012-08-011-0/+25
llvm-svn: 161142
OpenPOWER on IntegriCloud