[all-commits] [llvm/llvm-project] 01b255: [clang] - Add missing builtin name to AtomicExpr J...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Fri Aug 25 00:18:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01b2554ff4defce979b16d794c13ea99f2e2c155
https://github.com/llvm/llvm-project/commit/01b2554ff4defce979b16d794c13ea99f2e2c155
Author: serge-sans-paille <sguelton at mozilla.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M clang/include/clang/AST/Expr.h
M clang/include/clang/AST/JSONNodeDumper.h
M clang/lib/AST/JSONNodeDumper.cpp
A clang/test/AST/ast-dump-atomic-json.c
Log Message:
-----------
[clang] - Add missing builtin name to AtomicExpr JSON dump
As a side effect, introduce AtomicExpr::getOpAsString() to dump the
AtomicOp string representation.
This is a recommit with the target fully specified.
Differential Revision: https://reviews.llvm.org/D158558
More information about the All-commits
mailing list