summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Remove duplicated getText implementation, NFCHaojian Wu2018-12-071-11/+7
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-1/+2
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-3/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-44/+31
* [clang-tidy] Handle data() in readability-redundant-string-cstrMalcolm Parsons2016-11-031-3/+5
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-5/+4
* [clang-tidy] Add more detection rules for redundant c_str calls.Etienne Bergeron2016-04-151-2/+65
* [clang-tidy] Add support for different char-types for the readability-redunda...Etienne Bergeron2016-03-241-14/+14
* [clang-tidy] Fix redundant-string-cstr check with msvc 14 headers.Etienne Bergeron2016-03-221-19/+21
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-14/+16
* Disable clang-tidy readability checkers when not compiling in C++ mode. None ...Aaron Ballman2015-09-021-0/+5
* Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...Alexander Kornienko2015-03-161-0/+138
OpenPOWER on IntegriCloud