[all-commits] [llvm/llvm-project] 66d00f: [libc][NFC] Make all top of file comments consistent.

Paula Toth via All-commits all-commits at lists.llvm.org
Wed Apr 8 10:20:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 66d00feb186619cc5919a18ab56334558e6bbd45
      https://github.com/llvm/llvm-project/commit/66d00feb186619cc5919a18ab56334558e6bbd45
  Author: Paula Toth <paulatoth at google.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M libc/config/linux/errno.h.in
    M libc/config/linux/signal.h.in
    M libc/config/linux/threads.h.in
    M libc/fuzzing/string/strcpy_fuzz.cpp
    M libc/include/__llvm-libc-common.h
    M libc/include/__posix-types.h
    M libc/include/assert.h.def
    M libc/include/ctype.h
    M libc/include/errno.h.def
    M libc/include/math.h.def
    M libc/include/signal.h.def
    M libc/include/stdlib.h.def
    M libc/include/string.h.def
    M libc/include/sys/mman.h.def
    M libc/include/sys/syscall.h.def
    M libc/include/threads.h.def
    M libc/loader/linux/x86_64/start.cpp
    M libc/src/__support/common.h.def
    M libc/src/assert/__assert_fail.cpp
    M libc/src/assert/assert.h
    M libc/src/errno/errno_location.cpp
    M libc/src/errno/llvmlibc_errno.h
    M libc/src/math/round.cpp
    M libc/src/math/round.h
    M libc/src/math/round_redirector.cpp
    M libc/src/signal/linux/__restore.cpp
    M libc/src/signal/linux/raise.cpp
    M libc/src/signal/linux/sigaction.cpp
    M libc/src/signal/linux/sigaddset.cpp
    M libc/src/signal/linux/sigdelset.cpp
    M libc/src/signal/linux/sigemptyset.cpp
    M libc/src/signal/linux/sigfillset.cpp
    M libc/src/signal/linux/signal.cpp
    M libc/src/signal/linux/signal.h
    M libc/src/signal/linux/sigprocmask.cpp
    M libc/src/signal/raise.h
    M libc/src/signal/sigaction.h
    M libc/src/signal/sigaddset.h
    M libc/src/signal/sigdelset.h
    M libc/src/signal/sigemptyset.h
    M libc/src/signal/sigfillset.h
    M libc/src/signal/signal.h
    M libc/src/signal/sigprocmask.h
    M libc/src/stdlib/_Exit.h
    M libc/src/stdlib/abort.cpp
    M libc/src/stdlib/abort.h
    M libc/src/string/memcpy.cpp
    M libc/src/string/memcpy.h
    M libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/cacheline_size.h.def
    M libc/src/string/memory_utils/memcpy_utils.h
    M libc/src/string/memory_utils/utils.h
    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/strlen.cpp
    M libc/src/string/strlen.h
    M libc/src/sys/mman/mmap.h
    M libc/src/sys/mman/munmap.h
    M libc/src/threads/linux/mtx_init.cpp
    M libc/src/threads/linux/mtx_lock.cpp
    M libc/src/threads/linux/mtx_unlock.cpp
    M libc/src/threads/linux/thrd_create.cpp
    M libc/src/threads/linux/thrd_join.cpp
    M libc/src/threads/linux/thread_start_args.h.def
    M libc/src/threads/mtx_init.h
    M libc/src/threads/mtx_lock.h
    M libc/src/threads/mtx_unlock.h
    M libc/src/threads/thrd_create.h
    M libc/src/threads/thrd_join.h
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/loader/linux/args_test.cpp
    M libc/test/loader/linux/main_without_args.cpp
    M libc/test/loader/linux/main_without_envp.cpp
    M libc/test/src/assert/assert_test.cpp
    M libc/test/src/errno/errno_test.cpp
    M libc/test/src/signal/raise_test.cpp
    M libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigaddset_test.cpp
    M libc/test/src/signal/sigdelset_test.cpp
    M libc/test/src/signal/sigfillset_test.cpp
    M libc/test/src/signal/signal_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/stdlib/_Exit_test.cpp
    M libc/test/src/stdlib/abort_test.cpp
    M libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp
    M libc/test/src/string/strcat_test.cpp
    M libc/test/src/string/strcpy_test.cpp
    M libc/test/src/string/strlen_test.cpp
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    M libc/test/src/threads/mtx_test.cpp
    M libc/test/src/threads/thrd_test.cpp
    M libc/utils/CPP/Array.h
    M libc/utils/CPP/ArrayRef.h
    M libc/utils/CPP/StringRef.h
    M libc/utils/CPP/TypeTraits.h
    M libc/utils/HdrGen/Command.cpp
    M libc/utils/HdrGen/Command.h
    M libc/utils/HdrGen/Generator.cpp
    M libc/utils/HdrGen/Generator.h
    M libc/utils/HdrGen/IncludeFileCommand.cpp
    M libc/utils/HdrGen/IncludeFileCommand.h
    M libc/utils/HdrGen/Main.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/HdrGen/PublicAPICommand.h
    M libc/utils/UnitTest/ErrnoSetterMatcher.h
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    M libc/utils/benchmarks/JSON.cpp
    M libc/utils/benchmarks/JSON.h
    M libc/utils/benchmarks/JSONTest.cpp
    M libc/utils/benchmarks/LibcBenchmark.cpp
    M libc/utils/benchmarks/LibcBenchmark.h
    M libc/utils/benchmarks/LibcBenchmarkTest.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmark.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmark.h
    M libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmarkMain.h
    M libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    M libc/utils/benchmarks/Memcmp.cpp
    M libc/utils/benchmarks/Memcpy.cpp
    M libc/utils/benchmarks/Memset.cpp
    M libc/utils/testutils/ExecuteFunction.h
    M libc/utils/testutils/ExecuteFunctionUnix.cpp
    M libc/utils/testutils/StreamWrapper.cpp
    M libc/utils/testutils/StreamWrapper.h

  Log Message:
  -----------
  [libc][NFC] Make all top of file comments consistent.

Summary:
Made all header files consistent based of this documentation: https://llvm.org/docs/CodingStandards.html#file-headers.
And did the same for all source files top of file comments.

Reviewers: sivachandra, abrachet

Reviewed By: sivachandra, abrachet

Subscribers: MaskRay, tschuett, libc-commits

Tags: #libc-project

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




More information about the All-commits mailing list