-
clang-tidy/cppcoreguidelines/ -
NarrowingConversionsCheck.h 68/68
NarrowingConversionsCheck.cpp 4/4
cppcoreguidelines-narrowing-conversions.rst -
cppcoreguidelines-narrowing-conversions-extras.cpp 2/2
cppcoreguidelines-narrowing-conversions-long-is-32bits.cpp 1/1
cppcoreguidelines-narrowing-conversions-unsigned-char.cpp 32/32
cppcoreguidelines-narrowing-conversions.cpp
| | Authored by gchatelet on Oct 22 2018, 2:20 AM. Event TimelineThis revision now requires changes to proceed. gchatelet retitled this revision from [clang-tidy] Catching narrowing from double to float. to [clang-tidy] Improving narrowing conversions. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| clang-tidy/ | cppcoreguidelines/ |
| | | 66 lines | | 394 lines | | | | 8 lines | | | | 49 lines | | | | 58 lines | | 22 lines | | 82 lines | | 293 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
618671c6a8f4 | 17eceb024fda | 3654bee58e02 | Guillaume Chatelet | Reverting the WarnOnFloatingPointNarrowingConversion o be on by default | Nov 22 2018, 3:32 AM | 3654bee58e02 | 6626541c9a50 | 86b0e14bb160 | Guillaume Chatelet | Refactored the code to make it simpler, added more tests | Nov 22 2018, 2:47 AM | 86b0e14bb160 | 9704b7ff065f | fd322e2f115a | Guillaume Chatelet | Addressed comments | Nov 16 2018, 8:08 AM | fd322e2f115a | 297faeb92ff9 | d46d2a03a73f | Guillaume Chatelet | State char signess with | Nov 14 2018, 8:06 AM | d46d2a03a73f | 7eb4b0b7a37d | 3483d0902291 | Guillaume Chatelet | Remove debugging leftover | Nov 13 2018, 6:56 AM | 3483d0902291 | 404dff094c1e | b8bb39a344c8 | Guillaume Chatelet | Address comments | Nov 13 2018, 5:39 AM | b8bb39a344c8 | 97fe774d06cb | eb0e04bd030e | Guillaume Chatelet | Address comments + fix hex values display | Nov 12 2018, 2:00 AM | eb0e04bd030e | 8627649d9c2e | 57e4da775d63 | Guillaume Chatelet | Addressing comments | Nov 9 2018, 8:31 AM | 57e4da775d63 | 6b2563e48158 | 0c61c0495790 | Guillaume Chatelet | Addressing comments | Nov 7 2018, 12:49 AM | 0c61c0495790 | 2c01236ada2d | b3c2fbd159c1 | Guillaume Chatelet | Addressing comments and enhancing diagnostics | Nov 6 2018, 9:21 AM | b3c2fbd159c1 | ecce79e583a0 | 8b95f611c507 | Guillaume Chatelet | Address comments | Oct 30 2018, 3:23 PM | 8b95f611c507 | 88e46b264238 | 7a41b9ec71c8 | Guillaume Chatelet | Remove leftover | Oct 30 2018, 8:55 AM | 7a41b9ec71c8 | 6fe892b81bef | 5340d256b284 | Guillaume Chatelet | Add more checks, disable bool implicit casts warning, enable ternary operator… (Show More…) | Oct 30 2018, 7:23 AM | 5340d256b284 | 38682bb82802 | e5b18d857733 | Guillaume Chatelet | Join the two parts of the ReleaseNotes update | Oct 24 2018, 7:00 AM | e5b18d857733 | cbcea67544e8 | 183f76755feb | Guillaume Chatelet | Add documentation to ReleaseNotes | Oct 24 2018, 5:07 AM | 183f76755feb | cf9ae0f4cf28 | 6ea261bda43c | Guillaume Chatelet | [clang-tidy] Catching narrowing from double to float. (Show More…) | Oct 22 2018, 2:19 AM |
|
Is APInt used anywhere?