summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed google-readability-casting test to work in c++17Dmitri Gribenko2019-06-111-7/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-4/+4
* [clang-tidy/google-readability-casting] Disable check for Objective-C++Ben Hamilton2018-05-161-1/+2
* [clang-tidy] Ignore blank spaces between cast's ")" and its sub expr.Haojian Wu2017-07-121-5/+7
* [clang-tidy] google-readability-casting: don't use constructor call syntax fo...Alexander Kornienko2017-03-031-1/+1
* [clang-tidy] google-readability-casting: detect redundant casts with top-leve...Alexander Kornienko2017-03-021-6/+6
* [clang-tidy] Fix a few more issues in google-readability-castingAlexander Kornienko2017-03-021-34/+31
* [clang-tidy] google-readability-casting: Handle user-defined conversionsAlexander Kornienko2017-02-181-52/+79
* [clang-tidy] Fix handling of function types in google-readability-castingAlexander Kornienko2017-02-101-7/+26
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-4/+5
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-4/+3
* [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko2016-01-081-3/+3
* [clang-tidy] Don't issue most google-readability-casting warnings on .c files...Alexander Kornienko2015-05-261-8/+11
* [clang-tidy] Disable google-readability-casting for .c files and their headers.Alexander Kornienko2015-05-211-0/+5
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-2/+2
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-0/+2
* [clang-tidy] Fix some false positives in google-readability-castingAlexander Kornienko2015-01-291-6/+18
* [clang-tidy] Clarify a comment.Alexander Kornienko2014-10-011-1/+2
* [clang-tidy] Handle c-style casts from/to enums.Alexander Kornienko2014-10-011-2/+13
* Disable most of the google-readability-casting check for non-C++ files (onlyAlexander Kornienko2014-09-211-0/+4
* [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher.Benjamin Kramer2014-09-031-4/+1
* AvoidCStyleCastsCheck: don't warn on casts in macrosAlexander Kornienko2014-08-161-4/+6
* Avoid adding redundant parens.Alexander Kornienko2014-07-161-9/+13
* Suggest automated replacements of C-style casts with C++ casts.Alexander Kornienko2014-07-141-10/+92
* Another attempt to add a clang-tidy check for flagging C-style casts.Alexander Kornienko2014-06-291-0/+52
OpenPOWER on IntegriCloud