Re: Typo: llvm*.cpp files identified as llvm*.c
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Michael Paquier <michael@paquier.xyz>, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-01-23T01:49:46Z
Lists: pgsql-hackers
On 2019-01-23 14:43:15 +1300, Thomas Munro wrote: > The function name comments are similar, though less consistent so I'm > too lazy to write a script to find one that is actually wrong (with > which to trigger Andres's let's-delete-them-all response :-D). I wish function comment styles were more consistent, but there's *SO* many styles, that I think it's hard to nicely automate it. And it's much more likely to cause conflicts than removing IDENTIFICATION. So... Greetings, Andres Freund
Commits
-
llvm: Fix file-ending in IDENTIFICATION comments.
- f6192660ab86 11.2 landed
- 005881033d4e 12.0 landed
-
Remove cvs keywords from all files.
- 9f2e21138693 9.1.0 cited
-
Change my-function-name-- to my_function_name, and optimizer renames.
- 6724a5078748 7.1.1 cited