llvm-project/lldb
Stella Stamenova c3bedd0564 [cmake] Suppress 'warning C4201: nonstandard extension used: nameless struct/union' on Windows
This warning comes up in the ObjC language plugin because of the use of nameless structs. This change suppresses the warning.

llvm-svn: 349977
2018-12-21 23:59:24 +00:00
..
cmake [cmake] Suppress 'warning C4201: nonstandard extension used: nameless struct/union' on Windows 2018-12-21 23:59:24 +00:00
docs Add a description of the similar packets defined in the 2018-12-16 18:44:54 +00:00
examples Fix lldb's macosx/heap.py cstr command. 2018-12-17 18:21:51 +00:00
include/lldb [lldb] Add a "display-recognized-arguments" target setting to show recognized arguments by default 2018-12-20 23:38:19 +00:00
lit Remove ineffective (misspelled) sanitizer option 2018-12-21 01:09:14 +00:00
lldb.xcodeproj Remove the zlib CFLAGS and LDFLAGS settings from the xcode project file. 2018-12-18 23:33:42 +00:00
lldb.xcworkspace Fix a typo in the gtest build target for Debug configuration. 2018-04-10 17:49:56 +00:00
packages/Python/lldbsuite [lldbsuite] Skip flakey Windows tests 2018-12-21 20:10:45 +00:00
resources Fix up Info.plist when building LLDB.framework with CMake 2018-06-19 02:59:30 +00:00
scripts [lldb] Add a "display-recognized-arguments" target setting to show recognized arguments by default 2018-12-20 23:38:19 +00:00
source [NFC] Replace `compare` with (in)equality operator where applicable. 2018-12-21 22:46:10 +00:00
test Revert "[CMake] Streamline code signing for debugserver and pass entitlements to extended llvm_codesign" 2018-11-27 00:25:49 +00:00
third_party/Python/module [dotest] Consider unexpected passes as failures. 2018-12-20 20:44:23 +00:00
tools [NFC] Replace `compare` with (in)equality operator where applicable. 2018-12-21 22:46:10 +00:00
unittests [Scalar] Simplify as Jonas suggested. NFCI. 2018-12-21 22:45:07 +00:00
utils Fix typos. 2018-10-04 22:33:39 +00:00
www Document the DBGSourcePathRemapping dictionary that may be 2018-12-17 22:25:54 +00:00
.arcconfig
.clang-format
.gitignore [dotest] Remove crashinfo hook 2018-01-10 10:18:47 +00:00
CMakeLists.txt [CMake] Don't require libcxxabi on darwin 2018-12-18 21:40:05 +00:00
CODE_OWNERS.txt Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
INSTALL.txt Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
LICENSE.TXT
use_lldb_suite_root.py