[libcxx-commits] [PATCH] D62034: compiler-rt/lib/builtins: s/#include <windows.h>/#include <Windows.h>/g to match proper case.

Puyan Lotfi via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 17 11:12:51 PDT 2019


plotfi updated this revision to Diff 200067.
plotfi added a comment.
Herald added subscribers: openmp-commits, libcxx-commits, lldb-commits, cfe-commits, lebedev.ri, kadircet, arphaman, jkorous, christof, hiraditya, mgorny, ki.stfu, kubamracek.
Herald added a reviewer: jfb.
Herald added a reviewer: lebedev.ri.
Herald added projects: clang, LLDB, libc++, OpenMP.

adding all windows.h's in all of monorepo


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62034/new/

https://reviews.llvm.org/D62034

Files:
  clang-tools-extra/clangd/Threading.cpp
  clang/lib/Driver/ToolChains/MSVC.cpp
  clang/tools/libclang/CIndexer.cpp
  compiler-rt/lib/BlocksRuntime/runtime.c
  compiler-rt/lib/asan/asan_win.cc
  compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc
  compiler-rt/lib/builtins/emutls.c
  compiler-rt/lib/builtins/enable_execute_stack.c
  compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
  compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
  compiler-rt/lib/interception/interception_win.cc
  compiler-rt/lib/interception/tests/interception_win_test.cc
  compiler-rt/lib/profile/CMakeLists.txt
  compiler-rt/lib/profile/GCDAProfiling.c
  compiler-rt/lib/profile/InstrProfilingPort.h
  compiler-rt/lib/profile/InstrProfilingUtil.c
  compiler-rt/lib/profile/WindowsMMap.c
  compiler-rt/lib/sanitizer_common/sanitizer_dbghelp.h
  compiler-rt/lib/sanitizer_common/sanitizer_unwind_win.cc
  compiler-rt/lib/sanitizer_common/sanitizer_win.cc
  compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cc
  compiler-rt/lib/stats/stats_client.cc
  compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc
  compiler-rt/test/asan/TestCases/Windows/beginthreadex.cc
  compiler-rt/test/asan/TestCases/Windows/bind_io_completion_callback.cc
  compiler-rt/test/asan/TestCases/Windows/bitfield.cc
  compiler-rt/test/asan/TestCases/Windows/bitfield_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/crash_read_write.cc
  compiler-rt/test/asan/TestCases/Windows/dll_control_c.cc
  compiler-rt/test/asan/TestCases/Windows/dll_heap_allocation.cc
  compiler-rt/test/asan/TestCases/Windows/dll_host.cc
  compiler-rt/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc
  compiler-rt/test/asan/TestCases/Windows/dll_seh.cc
  compiler-rt/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/global_const_string.cc
  compiler-rt/test/asan/TestCases/Windows/global_const_string_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/operator_delete_wrong_argument.cc
  compiler-rt/test/asan/TestCases/Windows/operator_new_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_new_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_new_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/queue_user_work_item.cc
  compiler-rt/test/asan/TestCases/Windows/queue_user_work_item_report.cc
  compiler-rt/test/asan/TestCases/Windows/recalloc_sanity.cc
  compiler-rt/test/asan/TestCases/Windows/report_after_syminitialize.cc
  compiler-rt/test/asan/TestCases/Windows/report_globals_reload_dll.cc
  compiler-rt/test/asan/TestCases/Windows/report_globals_vs_freelibrary.cc
  compiler-rt/test/asan/TestCases/Windows/seh.cc
  compiler-rt/test/asan/TestCases/Windows/thread_simple.cc
  compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/thread_stack_array_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/thread_stack_reuse.cc
  compiler-rt/test/asan/TestCases/Windows/thread_stress.cc
  compiler-rt/test/asan/TestCases/Windows/thread_suspended.cc
  compiler-rt/test/asan/TestCases/Windows/tls_init.cc
  compiler-rt/test/asan/TestCases/Windows/user-exception.cc
  compiler-rt/test/asan/TestCases/Windows/windows_h.cc
  compiler-rt/test/asan/TestCases/exitcode.cc
  compiler-rt/test/asan/TestCases/ill.cc
  compiler-rt/test/builtins/Unit/clear_cache_test.c
  libcxx/src/chrono.cpp
  libcxx/src/support/win32/thread_win32.cpp
  libcxx/src/thread.cpp
  libcxx/utils/google-benchmark/src/colorprint.cc
  libcxx/utils/google-benchmark/src/sleep.cc
  libcxx/utils/google-benchmark/src/sysinfo.cc
  libcxx/utils/google-benchmark/src/timers.cc
  libcxxabi/src/cxa_personality.cpp
  libunwind/include/unwind.h
  libunwind/src/AddressSpace.hpp
  libunwind/src/RWMutex.hpp
  libunwind/src/UnwindCursor.hpp
  lldb/include/lldb/Host/windows/windows.h
  lldb/packages/Python/lldbsuite/test/python_api/hello_world/main.c
  lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/main.cpp
  lldb/source/Utility/Status.cpp
  lldb/tools/lldb-mi/MICmnStreamStdin.cpp
  lldb/tools/lldb-mi/MIUtilDebug.cpp
  lldb/tools/lldb-vscode/IOStream.h
  lldb/tools/lldb-vscode/lldb-vscode.cpp
  llgo/third_party/gofrontend/libffi/src/dlmalloc.c
  llgo/third_party/gofrontend/libffi/src/x86/darwin_c.c
  llgo/third_party/gofrontend/libgo/go/runtime/crash_cgo_test.go
  llvm/cmake/modules/CheckAtomic.cmake
  llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
  llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
  llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
  llvm/lib/Support/Atomic.cpp
  llvm/lib/Support/CodeGenCoverage.cpp
  llvm/lib/Support/LockFileManager.cpp
  llvm/lib/Support/Windows/WindowsSupport.h
  llvm/unittests/Support/CrashRecoveryTest.cpp
  llvm/unittests/Support/Path.cpp
  llvm/unittests/Support/ProcessTest.cpp
  llvm/unittests/Support/ProgramTest.cpp
  llvm/unittests/Support/TimerTest.cpp
  llvm/utils/KillTheDoctor/KillTheDoctor.cpp
  llvm/utils/benchmark/src/colorprint.cc
  llvm/utils/benchmark/src/sleep.cc
  llvm/utils/benchmark/src/sysinfo.cc
  llvm/utils/benchmark/src/timers.cc
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_environment.cpp
  openmp/runtime/src/kmp_i18n.cpp
  openmp/runtime/src/kmp_io.cpp
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_stub.cpp
  openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
  openmp/runtime/test/affinity/format/fields_values.c
  openmp/runtime/test/ompt/ompt-signal.h
  openmp/runtime/test/tasking/omp50_task_depend_mtx.c
  openmp/runtime/test/tasking/omp50_task_depend_mtx2.c
  openmp/runtime/test/worksharing/for/kmp_sch_simd_guided.c
  openmp/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c
  openmp/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c
  openmp/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62034.200067.patch
Type: text/x-patch
Size: 49197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190517/4e608d15/attachment-0001.bin>


More information about the libcxx-commits mailing list