diff options
author | Vlad Serebrennikov <serebrennikov.vladislav@gmail.com> | 2025-05-14 10:37:06 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-14 10:37:06 +0400 |
commit | 301340ace64b7c741f14101ec84b3d8448b85cec (patch) | |
tree | 5f78f1495a30140cd4d9e55f53619e9d8ca2a9dd /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | bdf8c9984ae325b9934ec6051a853a29830af9e2 (diff) | |
download | llvm-301340ace64b7c741f14101ec84b3d8448b85cec.zip llvm-301340ace64b7c741f14101ec84b3d8448b85cec.tar.gz llvm-301340ace64b7c741f14101ec84b3d8448b85cec.tar.bz2 |
[clang][NFC] Regroup declarations in `Parser` (#138511)
Following the steps of #82217, this patch reorganizes declarations in
`Parse.h`. Highlights are:
1) Declarations are grouped in the same fashion as in `Sema.h`. Table of
contents is provided at the beginning of `Parser` class. `public`
declaration go first, then `private` ones, but unlike `Sema`, most of
the stuff in `Parser` is private.
2) Documentation has been moved from `.cpp` files to the header. Grammar
was consistently put in `\verbatim` blocks to render nicely in Doxygen.
3) File has been formatted with clang-format, except for the grammar,
because clang-format butchers it.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions