Simplify expressions involving boolean constants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 21468 cfe/trunk/lib/AST/Type.cpp
cfe/trunk/lib/Analysis/CFG.cpp
cfe/trunk/lib/Basic/DiagnosticIDs.cpp
cfe/trunk/lib/Driver/ToolChain.cpp
cfe/trunk/lib/Lex/PreprocessingRecord.cpp
cfe/trunk/lib/Parse/ParseDecl.cpp
cfe/trunk/lib/Sema/SemaOverload.cpp
|