[all-commits] [llvm/llvm-project] 467db1: [NFC] [LLParser] Renaming LLParser routines to com...

Alok Kumar Sharma via All-commits all-commits at lists.llvm.org
Tue Oct 27 20:29:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 467db11ccb1c4441eea4a520cf6574bad1872965
      https://github.com/llvm/llvm-project/commit/467db11ccb1c4441eea4a520cf6574bad1872965
  Author: Alok Kumar Sharma <AlokKumar.Sharma at amd.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h

  Log Message:
  -----------
  [NFC] [LLParser] Renaming LLParser routines to comply LLVM coding style

For any newly added parse function, clang-tidy complains. New parse
functions are implicitly defined by a macro "Parse##CLASS(N, IsDistinct)".
Now this macro and exising function definitions are corrected (lower case
first character). Some other variable/function names are also corrected
to comply LLVM coding style.

Reviewed By: djtodoro

Differential Revision: https://reviews.llvm.org/D90243




More information about the All-commits mailing list