[all-commits] [llvm/llvm-project] dbccf3: [clang] - Add missing builtin name to AtomicExpr J...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Thu Aug 24 08:10:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbccf3c6f13d2afeecec77136460c5e359164eae
https://github.com/llvm/llvm-project/commit/dbccf3c6f13d2afeecec77136460c5e359164eae
Author: serge-sans-paille <sguelton at mozilla.com>
Date: 2023-08-24 (Thu, 24 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.
Differential Revision: https://reviews.llvm.org/D158558
More information about the All-commits
mailing list