[all-commits] [llvm/llvm-project] 79ce64: [libc] Add restrict qualifiers to string library; ...

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Fri Aug 14 12:41:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 79ce64ea0872b81ca73e26c4c8ec1680439064bd
      https://github.com/llvm/llvm-project/commit/79ce64ea0872b81ca73e26c4c8ec1680439064bd
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M libc/spec/posix.td
    M libc/src/string/strcat.cpp
    M libc/src/string/strcat.h
    M libc/src/string/strcpy.cpp
    M libc/src/string/strcpy.h
    M libc/src/string/string_utils.h
    M libc/src/string/strtok.cpp
    M libc/src/string/strtok.h
    M libc/src/string/strtok_r.cpp
    M libc/src/string/strtok_r.h

  Log Message:
  -----------
  [libc] Add restrict qualifiers to string library; give consistent naming scheme to TableGen files.

Reviewed By: sivachandra

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




More information about the All-commits mailing list