[all-commits] [llvm/llvm-project] 94c6ce: [AST] add parenthesis locations for IfStmt and Swi...
ZequanWu via All-commits
all-commits at lists.llvm.org
Mon Aug 10 19:20:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 94c6ceab539efe26a1707124e803f444139c1b12
https://github.com/llvm/llvm-project/commit/94c6ceab539efe26a1707124e803f444139c1b12
Author: Zequan Wu <zequanwu at google.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M clang/include/clang/AST/Stmt.h
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/Stmt.cpp
M clang/lib/Analysis/BodyFarm.cpp
M clang/lib/Parse/ParseStmt.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaStmt.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
Log Message:
-----------
[AST] add parenthesis locations for IfStmt and SwitchStmt
Differential Revision: https://reviews.llvm.org/D85696
More information about the All-commits
mailing list