aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/misc/StaticAssertCheck.cpp
AgeCommit message (Expand)Author
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-06-03[clang-tidy] Make misc-static-assert accept assert(!"msg")Florian Gross
2016-08-01[clang-tidy] remove trailing whitespaces and retabKirill Bobyrev
2016-05-31[ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski
2016-05-03[clang-tidy] Speedup misc-static-assert.Samuel Benzaquen
2016-05-02[clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman
2015-08-31Allow the static assert clang-tidy checker to run over C code.Aaron Ballman
2015-08-31Using an early return as it is more clear; NFC.Aaron Ballman
2015-08-28Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman
2015-05-29[clang-tidy] Fix for llvm.org/PR23355Szabolcs Sipos
2015-05-23[clang-tidy] Fix for llvm.org/PR23572Szabolcs Sipos
2015-05-08[clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos
2015-04-10[clang-tidy] Fix for llvm.org/PR23161Szabolcs Sipos
2015-03-15[clang-tidy] Fix false positives in the misc-static-assert check http://llvm....Alexander Kornienko
2015-03-09[clang-tidy] Fix assertion when a dependent expression is used in an assert.Alexander Kornienko
2015-03-02[clang-tidy] Assert related checkersAlexander Kornienko