[clang] [Clang] Remove __is_nullptr (PR #99038)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 1 06:26:43 PDT 2024
================
@@ -447,9 +447,9 @@ Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, DeclaratorContext Context) {
///
/// HLSL: Parse export function declaration.
///
-/// export-function-declaration:
+/// export-function-declaration:
/// 'export' function-declaration
-///
+///
----------------
AaronBallman wrote:
Spurious whitespace changes
https://github.com/llvm/llvm-project/pull/99038
More information about the cfe-commits
mailing list