aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/Compiler.cpp
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2025-05-14 10:37:06 +0400
committerGitHub <noreply@github.com>2025-05-14 10:37:06 +0400
commit301340ace64b7c741f14101ec84b3d8448b85cec (patch)
tree5f78f1495a30140cd4d9e55f53619e9d8ca2a9dd /clang/lib/AST/ByteCode/Compiler.cpp
parentbdf8c9984ae325b9934ec6051a853a29830af9e2 (diff)
downloadllvm-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