summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-undelegated-constructor-cxx98.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change EOL style to LF. NFCAlexander Kornienko2017-05-091-23/+23
| | | | llvm-svn: 302534
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ↵Aaron Ballman2015-08-281-0/+23
checkers do not require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct. llvm-svn: 246318
OpenPOWER on IntegriCloud