[all-commits] [llvm/llvm-project] 14805d: [clang][ExtractAPI] Add semicolon to function decl...
NagaChaitanya Vellanki via All-commits
all-commits at lists.llvm.org
Thu May 4 11:48:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14805dcb0d8abfd5cd015656313f3f98a22e0a1b
https://github.com/llvm/llvm-project/commit/14805dcb0d8abfd5cd015656313f3f98a22e0a1b
Author: NagaChaitanya Vellanki <pnagato at protonmail.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M clang/lib/ExtractAPI/DeclarationFragments.cpp
M clang/test/ExtractAPI/availability.c
M clang/test/ExtractAPI/global_record.c
M clang/test/ExtractAPI/global_record_multifile.c
M clang/test/ExtractAPI/macro_undefined.c
Log Message:
-----------
[clang][ExtractAPI] Add semicolon to function declaration fragments
Add missing semicolon at the end of function declarations to fragments
Reviewed By: dang
Differential Revision: https://reviews.llvm.org/D149737
More information about the All-commits
mailing list