[all-commits] [llvm/llvm-project] b6eba3: [Sema] SequenceChecker: Add some comments + relate...
Bruno Ricci via All-commits
all-commits at lists.llvm.org
Sun Dec 22 04:16:05 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b6eba3129291639dcd72ba31ed4b6f0b4dbe09e7
https://github.com/llvm/llvm-project/commit/b6eba3129291639dcd72ba31ed4b6f0b4dbe09e7
Author: Bruno Ricci <riccibrun at gmail.com>
Date: 2019-12-22 (Sun, 22 Dec 2019)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaChecking.cpp
Log Message:
-----------
[Sema] SequenceChecker: Add some comments + related small NFCs
NFCs factored out of the following patches:
- Change all of the `Expr *` to `const Expr *` in SequenceChecker for
const-correctness. SequenceChecker should not modify AST nodes.
- Add some comments.
- clang-format
Differential Revision: https://reviews.llvm.org/D57659
Reviewed By: xbolva00
More information about the All-commits
mailing list