summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-documentation-fixits.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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