Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFCI] Slightly improve warning message | David Bolvansky | 2019-10-05 | 1 | -1/+1 |
| | | | | llvm-svn: 373818 | ||||
* | [Diagnostics] Minor improvements for -Wxor-used-as-pow | David Bolvansky | 2019-09-05 | 1 | -17/+49 |
| | | | | | | Extracted from D66397; implemented suggestion for 2^64; tests revisited. llvm-svn: 371122 | ||||
* | [Diagnostics] Diagnose misused xor as pow | David Bolvansky | 2019-08-18 | 1 | -0/+105 |
Summary: Motivation: https://twitter.com/jfbastien/status/1139298419988549632 https://twitter.com/mikemx7f/status/1139335901790625793 https://codesearch.isocpp.org/cgi-bin/cgi_ppsearch?q=10+%5E&search=Search Reviewers: jfb, rsmith, regehr, aaron.ballman Reviewed By: aaron.ballman Subscribers: lebedev.ri, Quuxplusone, erik.pilkington, riccibruno, dexonsmith, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D63423 llvm-svn: 369217 |