commit | 442cb30a02d3d353e98595c925bca98782f7a8c6 | [log] [tgz] |
---|---|---|
author | Steven Perron <stevenperron@google.com> | Tue Sep 09 10:39:30 2025 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 09 07:41:21 2025 -0700 |
tree | 27f5d741b5049f20af955ed954230dd81ea93f65 | |
parent | dc940d42229656c8dd2b2510ceb24d194509b593 [diff] |
[HLSL] Fix OpaqueValueExpr handling in InitListExpr (#156750) The OpaqueValueVisitor was not correctly traversing the AST to find all OpaqueValueExprs. This resulted in some expressions not being correctly initialized. This change fixes the visitor to correctly traverse the AST. Fixes https://github.com/llvm/llvm-project/issues/156786 GitOrigin-RevId: f587e001b1d80e69c8dea24112e0daddcfbfa9b0
Welcome to Clang.
This is a compiler front-end for the C family of languages (C, C++ and Objective-C) which is built as part of the LLVM compiler infrastructure project.
Unlike many other compiler frontends, Clang is useful for a number of things beyond just compiling code: we intend for Clang to be host to a number of different source-level tools. One example of this is the Clang Static Analyzer.
If you're interested in more (including how to build Clang) it is best to read the relevant websites. Here are some pointers:
Information on Clang: http://clang.llvm.org/
Building and using Clang: http://clang.llvm.org/get_started.html
Clang Static Analyzer: http://clang-analyzer.llvm.org/
Information on the LLVM project: http://llvm.org/
If you have questions or comments about Clang, a great place to discuss them is on the Clang forums:
If you find a bug in Clang, please file it in the LLVM bug tracker: