summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy] Make misc-static-assert accept assert(!"msg")Florian Gross2017-06-031-1/+3
* [clang-tidy] remove trailing whitespaces and retabKirill Bobyrev2016-08-011-1/+1
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-3/+4
* [clang-tidy] Speedup misc-static-assert.Samuel Benzaquen2016-05-031-3/+7
* [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