]> granicus.if.org Git - clang/commit
[Sema] Fix the atomic expr rebuilding order.
authorMichael Liao <michael.hliao@gmail.com>
Mon, 23 Sep 2019 18:48:06 +0000 (18:48 +0000)
committerMichael Liao <michael.hliao@gmail.com>
Mon, 23 Sep 2019 18:48:06 +0000 (18:48 +0000)
commit55764d577a6959e9496cb043d162d75d0fa2bb29
treec1da2c8376a7399352b1d80f8139d4149be68274
parent0781770728d63f531128546a8fc6612b564d47ba
[Sema] Fix the atomic expr rebuilding order.

Summary:
- Rearrange the atomic expr order to the API order when rebuilding
  atomic expr during template instantiation.

Reviewers: erichkeane

Subscribers: jfb, cfe-commits

Tags: #clang

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372640 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/TreeTransform.h
test/AST/atomic-expr.cpp