| commit | 8adf04a3f3f5b12fefd480c42bc6da10cff146e5 | [log] [tgz] |
|---|---|---|
| author | owenca <owenpiano@gmail.com> | Tue Oct 28 20:16:24 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 28 20:21:25 2025 -0700 |
| tree | 3b8c93ae1cff58c10278cf327142405c4e0240a7 | |
| parent | aa54085bd01103326d74153e157ec32dbafc1bdd [diff] |
[clang-format] Fix a bug in annotating class member names (#165351) For declarations like `Type* ::Class::member...`, `Class` was not annotated as `TT_StartOfName`as it should be. This prevented `member` from being updated to `TT_FunctionDeclarationName` if `member` was a function name. Fixes #164866 GitOrigin-RevId: 3fc24a282a1092efca8a437719491dd4cb127426
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: