]> granicus.if.org Git - clang/commit
Refactor: Simplify boolean expresssions in lib/Lex
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 23 Mar 2015 19:39:19 +0000 (19:39 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 23 Mar 2015 19:39:19 +0000 (19:39 +0000)
commitc0f04d6052f737ff8df3a241849839cc37f12ecc
tree36ef1269739a2d6f59d2fe0492087646286a4217
parentffc858c6f8e7f838e61969d0633cd5a88a86a425
Refactor: Simplify boolean expresssions in lib/Lex

Simplify boolean expressions using `true` and `false` with `clang-tidy`

Patch by Richard Thomson.

Differential Revision: http://reviews.llvm.org/D8531

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232999 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/LiteralSupport.cpp