commit | ff5c43895f45fed39f723689df11222e40d5418d | [log] [tgz] |
---|---|---|
author | Matheus Izvekov <mizvekov@gmail.com> | Fri Sep 19 15:12:46 2025 -0300 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 19 11:17:43 2025 -0700 |
tree | d99b5682097b8ca4318b6a7eaab6016a701aa490 | |
parent | 7427c95285d97f427dbe7d87d02e0414434ae80c [diff] |
[clang] fix expression classification for dependent binary operators (#159819) This fixes a regression reported here: https://github.com/llvm/llvm-project/pull/159463#issuecomment-3312157416 Since this regression was never released, there are no release notes. GitOrigin-RevId: bbf657d5bb52f0f60f16224aba7e05f5eb33638f
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: