summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-comma-operator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add -Wcomma warning to Clang.Richard Trieu2016-02-181-0/+278
-Wcomma will detect and warn on most uses of the builtin comma operator. It currently whitelists the first and third statements of the for-loop. For other cases, the warning can be silenced by casting the first operand of the comma operator to void. Differential Revision: http://reviews.llvm.org/D3976 llvm-svn: 261278
OpenPOWER on IntegriCloud