summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix an indent issue in the doc which causes sphinx to fail with some versionsSylvestre Ledru2016-02-151-1/+1
| | | | llvm-svn: 260912
* Reapply r260096.Aaron Ballman2016-02-121-4/+7
| | | | | | | | | | | | Expand the simplify boolean expression check to handle implicit conversion of integral types to bool and improve the handling of implicit conversion of member pointers to bool. Implicit conversion of member pointers are replaced with explicit comparisons to nullptr. Implicit conversions of integral types are replaced with explicit comparisons to 0. Patch by Richard Thomson. llvm-svn: 260681
* Reverting r260096; it causes build bot failures:Aaron Ballman2016-02-081-7/+4
| | | | | | | http://bb.pgr.jp/builders/cmake-clang-tools-x86_64-linux/builds/23351 http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/492 llvm-svn: 260097
* Expand the simplify boolean expression check to handle implicit conversion ↵Aaron Ballman2016-02-081-4/+7
| | | | | | | | | | | | of integral types to bool and improve the handling of implicit conversion of member pointers to bool. Implicit conversion of member pointers are replaced with explicit comparisons to nullptr. Implicit conversions of integral types are replaced with explicit comparisons to 0. Patch by Richard Thomson. llvm-svn: 260096
* [clang-tidy] Updates to documentation: formatting, titles, etc.Alexander Kornienko2015-12-221-0/+2
| | | | llvm-svn: 256259
* [clang-tidy] Move clang-tidy docs to a separate directory. Create doc files ↵Alexander Kornienko2015-08-271-0/+76
for checks The doc files for checks have been generated from the corresponding header files using the docs/clang-tidy/tools/dump_check_docs.py script. Committing the script as well, but the intention is to move all the user-facing docs from header files to the rST files and add links to .h files appropriately. llvm-svn: 246173
OpenPOWER on IntegriCloud