NFCs factored out of the following patches:
- Change all of the Expr * to const Expr * in SequenceChecker for const-correctness
- Add some comments
- clang-format
Paths
| Differential D57659
[Sema] SequenceChecker: Add some comments + related small NFCs in preparation of the following patches ClosedPublic Authored by riccibruno on Feb 3 2019, 11:15 AM.
Details Summary NFCs factored out of the following patches:
Diff Detail
Event Timelinericcibruno added inline comments.
This revision is now accepted and ready to land.Aug 20 2019, 6:08 AM riccibruno mentioned this in D57747: [Sema] SequenceChecker: Fix handling of operator ||, && and ?:.Dec 17 2019, 9:13 AM riccibruno added a child revision: D57747: [Sema] SequenceChecker: Fix handling of operator ||, && and ?:. Closed by commit rGb6eba3129291: [Sema] SequenceChecker: Add some comments + related small NFCs (authored by riccibruno). · Explain WhyDec 22 2019, 4:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 235041 clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaChecking.cpp
|