summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.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] fix PR39583 - ignoring ParenCast for string-literals in pro-boun...Jonas Toth2018-11-091-4/+5
* [tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer2018-02-181-0/+2
* Reverting r298421 due to using a header that's unavailable to all systems and...Aaron Ballman2017-03-221-23/+4
* Prevent cppcoreguidelines-pro-bounds-array-to-pointer-decay from diagnosing a...Aaron Ballman2017-03-211-4/+23
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-0/+2
* [clang-tidy] Update check for API change in r263895.Benjamin Kramer2016-03-201-2/+4
* Fix bug 25362 "cppcoreguidelines-pro-bounds-array-to-pointer-decay does not c...Matthias Gehre2015-11-171-1/+17
* [clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decayMatthias Gehre2015-10-261-0/+60
OpenPOWER on IntegriCloud