llvm/lldb
serge-sans-paille dc8f6ffc3b [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS
C++11 made the use of these macro obsolete, see https://sourceware.org/bugzilla/show_bug.cgi?id=15366

As a side effect this prevents https://github.com/swig/swig/issues/2193.

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

(cherry picked from commit 81fc5f7909a4ef5a8d4b5da2a10f77f7cb01ba63)
2022-11-15 15:42:01 -08:00
..
bindings [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS 2022-11-15 15:42:01 -08:00
cmake [lldb] Disable modules in Apple-lldb-base 2022-05-24 17:17:14 -07:00
docs Update docs to note lzfse open source implementation 2022-07-19 01:40:40 -07:00
examples [lldb/crashlog] Show help when the command is called without any argument 2022-06-10 13:44:43 -07:00
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 [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py