summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/hicpp-no-assembler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Remove MSVC inline assembly test from cross-plat test.Zachary Turner2017-10-201-5/+0
| | | | | | | | | This originally started out here in dev, but I moved it to another file when it became clear this wouldn't work on non-Windows. Unfortunately I forgot to remove it from this file. Test is still live, just in another source file. llvm-svn: 316247
* [clang-tidy] Don't error on MS-style inline assembly.Zachary Turner2017-10-201-0/+5
| | | | | | | | | | | To get MS-style inline assembly, we need to link in the various backends. Some other clang tools already do this, and this issue has been raised with clang-tidy several times, indicating there is sufficient desire to make this work. Differential Revision: https://reviews.llvm.org/D38549 llvm-svn: 316246
* Rename the clang-tidy safety module to be hicpp, for the High-Integrity C++ ↵Aaron Ballman2017-03-191-0/+12
coding standard from PRQA. This commit renames all of the safety functionality to be hicpp, adds an appropriate LICENSE.TXT, and updates the documentation accordingly. llvm-svn: 298229
OpenPOWER on IntegriCloud