[all-commits] [llvm/llvm-project] 17ea41: Summary: [clang] Provide a way for WhileStmt to re...

Vy Nguyen via All-commits all-commits at lists.llvm.org
Fri Jul 10 18:31:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 17ea41e472566823e16d3a04661221fbd18d9fae
      https://github.com/llvm/llvm-project/commit/17ea41e472566823e16d3a04661221fbd18d9fae
  Author: Vy Nguyen <vyng at google.com>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

  Changed paths:
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/Parse/ParseStmt.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
    M clang/unittests/AST/SourceLocationTest.cpp

  Log Message:
  -----------
  Summary: [clang] Provide a way for WhileStmt to report the location of its LParen and RParen.

Summary: This helps avoiding hacks downstream.

Reviewers: shafik

Subscribers: martong, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D83529




More information about the All-commits mailing list