summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-0/+2
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-2/+2
* Allow the static assert clang-tidy checker to run over C code.Aaron Ballman2015-08-311-4/+3
* Using an early return as it is more clear; NFC.Aaron Ballman2015-08-311-38/+38
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman2015-08-281-30/+42
* [clang-tidy] Fix for llvm.org/PR23355Szabolcs Sipos2015-05-291-4/+7
* [clang-tidy] Fix for llvm.org/PR23572Szabolcs Sipos2015-05-231-1/+3
* [clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos2015-05-081-1/+1
* [clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos2015-04-101-8/+12
* [clang-tidy] Fix false positives in the misc-static-assert check http://llvm....Alexander Kornienko2015-03-151-3/+11
* [clang-tidy] Fix assertion when a dependent expression is used in an assert.Alexander Kornienko2015-03-091-1/+3
* [clang-tidy] Assert related checkersAlexander Kornienko2015-03-021-0/+138
OpenPOWER on IntegriCloud