Simplify expressions involving boolean constants.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Drop unnecessary parens.
I do not have commit access, so would someone commit this for me please? Thanks.
Paths
| Differential D8155
Refactor: Simplify boolean expressions in clang with clang-tidy ClosedPublic Authored by LegalizeAdulthood on Mar 8 2015, 4:42 PM.
Details Summary Simplify expressions involving boolean constants.
Diff Detail Event TimelineLegalizeAdulthood retitled this revision from to Refactor: Simplify boolean expressions in clang with clang-tidy. LegalizeAdulthood updated this object. This revision is now accepted and ready to land.Mar 8 2015, 4:56 PM LegalizeAdulthood edited edge metadata. Comment ActionsDrop unnecessary parens. I do not have commit access, so would someone commit this for me please? Thanks. Closed by commit rL231619: Simplify boolean expressions in clang with clang-tidy (authored by dblaikie). · Explain WhyMar 8 2015, 7:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21462 lib/AST/Type.cpp
lib/Analysis/CFG.cpp
lib/Basic/DiagnosticIDs.cpp
lib/Driver/ToolChain.cpp
lib/Lex/PreprocessingRecord.cpp
lib/Parse/ParseDecl.cpp
lib/Sema/SemaOverload.cpp
|
Drop the extra parens