llvm/lldb
Sam James c8e7a87b1e [CMake] Fix -Wstrict-prototypes
Fixes warnings (or errors, if someone injects -Werror in their build system,
which happens in fact with some folks vendoring LLVM too) with Clang 16:
```
+/var/tmp/portage.notmp/portage/sys-devel/llvm-15.0.4/work/llvm_build-abi_x86_64.amd64/CMakeFiles/CMakeTmp/src.c:3:9: warning: a function declaration without a prototype
is deprecated in all versions of C [-Wstrict-prototypes]
-/var/tmp/portage.notmp/portage/sys-devel/llvm-14.0.4/work/llvm_build-abi_x86_64.amd64/CMakeFiles/CMakeTmp/src.c:3:9: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
 int main() {return 0;}
         ^
          void
```

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

(cherry picked from commit 32a2af44e1e882f13d1cc2817f0a8d4d8b375d4d)
2022-11-10 16:53:39 -08:00
..
bindings [trace] Add an option to save a compact trace bundle 2022-07-13 11:43:28 -07:00
cmake
docs Update docs to note lzfse open source implementation 2022-07-19 01:40:40 -07:00
examples
include/lldb [lldb] Automatically unwrap parameter packs in template argument accessors 2022-10-25 09:37:29 +02:00
packages/Python/lldbsuite [lldb] [llgs] Send process output asynchronously in non-stop mode 2022-07-15 17:20:39 +02:00
resources
scripts
source [lldb] Automatically unwrap parameter packs in template argument accessors 2022-10-25 09:37:29 +02:00
test [lldb] Automatically unwrap parameter packs in template argument accessors 2022-10-25 09:37:29 +02:00
third_party/Python/module
tools [CMake] Fix -Wstrict-prototypes 2022-11-10 16:53:39 -08:00
unittests [lldb] Automatically unwrap parameter packs in template argument accessors 2022-10-25 09:37:29 +02:00
utils [lldb] Refactor command option enum values (NFC) 2022-07-14 21:18:07 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py