crashpad/minidump
Mark Mentovai 34f5e8d513 Only disable -Wconstant-conversion for Clang, not GCC
The warning suppression was recently added in a51e912004, and I don’t
know what I was thinking. I went out of my way to make it apply to both
Clang and GCC, but GCC doesn’t recognize this warning at all, nor does
it need any other warning suppressed.

Change-Id: I50341bfe81ee4799b3f6278d2e31ec31741952ac
Reviewed-on: https://chromium-review.googlesource.com/755654
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
2017-11-07 00:25:09 +00:00
..
test Add the minidump extension and writer for Annotation objects. 2017-11-01 21:04:47 +00:00
minidump.gyp Add the minidump extension and writer for Annotation objects. 2017-11-01 21:04:47 +00:00
minidump_annotation_writer.cc Add the minidump extension and writer for Annotation objects. 2017-11-01 21:04:47 +00:00
minidump_annotation_writer.h Add the minidump extension and writer for Annotation objects. 2017-11-01 21:04:47 +00:00
minidump_annotation_writer_test.cc Flip gtest _EQ parameter order in minidump_annotation_writer_test.cc 2017-11-02 16:17:06 +00:00
minidump_byte_array_writer.cc Add MinidumpByteArray extension and its Writer. 2017-10-31 21:03:47 +00:00
minidump_byte_array_writer.h Add MinidumpByteArray extension and its Writer. 2017-10-31 21:03:47 +00:00
minidump_byte_array_writer_test.cc Add MinidumpByteArray extension and its Writer. 2017-10-31 21:03:47 +00:00
minidump_context.h Use the C++11-standardized alignof instead of ALIGNOF 2017-06-13 18:33:35 +00:00
minidump_context_writer.cc Heap-allocate MinidumpContextAMD64Writer objects with proper alignment 2017-11-01 16:40:58 +00:00
minidump_context_writer.h Heap-allocate MinidumpContextAMD64Writer objects with proper alignment 2017-11-01 16:40:58 +00:00
minidump_context_writer_test.cc Heap-allocate MinidumpContextAMD64Writer objects with proper alignment 2017-11-01 16:40:58 +00:00
minidump_crashpad_info_writer.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_crashpad_info_writer.h Convert from scoped_ptr to std::unique_ptr 2016-04-25 19:16:26 +00:00
minidump_crashpad_info_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_exception_writer.cc Use constexpr at function scope 2017-07-29 00:50:40 +00:00
minidump_exception_writer.h Convert from scoped_ptr to std::unique_ptr 2016-04-25 19:16:26 +00:00
minidump_exception_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_extensions.cc Use constexpr at namespace scope 2017-07-29 01:06:52 +00:00
minidump_extensions.h Expose the annotation_objects on MinidumpModuleCrashpadInfo. 2017-11-01 22:44:16 +00:00
minidump_file_writer.cc Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_file_writer.h Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_file_writer_test.cc Only disable -Wconstant-conversion for Clang, not GCC 2017-11-07 00:25:09 +00:00
minidump_handle_writer.cc Merge Chromium 294442c0ce05 upstream to Crashpad 2017-02-07 21:04:42 +00:00
minidump_handle_writer.h Use base/macros.h instead of base/basictypes.h 2016-01-06 12:22:50 -05:00
minidump_handle_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_memory_info_writer.cc win: Write memory map info as MINIDUMP_MEMORY_INFO[_LIST] 2015-10-13 13:15:44 -07:00
minidump_memory_info_writer.h Use base/macros.h instead of base/basictypes.h 2016-01-06 12:22:50 -05:00
minidump_memory_info_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_memory_writer.cc Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_memory_writer.h Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_memory_writer_test.cc Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_misc_info_writer.cc Use constexpr at function scope 2017-07-29 00:50:40 +00:00
minidump_misc_info_writer.h Support MINIDUMP_MISC_INFO_5 defined in Windows 10 2017-03-02 19:27:21 +00:00
minidump_misc_info_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_module_crashpad_info_writer.cc Expose the annotation_objects on MinidumpModuleCrashpadInfo. 2017-11-01 22:44:16 +00:00
minidump_module_crashpad_info_writer.h Expose the annotation_objects on MinidumpModuleCrashpadInfo. 2017-11-01 22:44:16 +00:00
minidump_module_crashpad_info_writer_test.cc Expose the annotation_objects on MinidumpModuleCrashpadInfo. 2017-11-01 22:44:16 +00:00
minidump_module_writer.cc Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_module_writer.h Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_module_writer_test.cc Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_rva_list_writer.cc Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_rva_list_writer.h Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_rva_list_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_simple_string_dictionary_writer.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_simple_string_dictionary_writer.h GCC fix: Don’t name a method exactly the same as its return type 2016-11-11 17:36:17 +00:00
minidump_simple_string_dictionary_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_stream_writer.cc minidump: Change the ownership model. 2014-10-27 15:01:39 -04:00
minidump_stream_writer.h Use base/macros.h instead of base/basictypes.h 2016-01-06 12:22:50 -05:00
minidump_string_writer.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_string_writer.h Convert from scoped_ptr to std::unique_ptr 2016-04-25 19:16:26 +00:00
minidump_string_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_system_info_writer.cc GCC fix: Don’t use arraysize() on packed structs 2016-11-11 17:38:01 +00:00
minidump_system_info_writer.h Convert from scoped_ptr to std::unique_ptr 2016-04-25 19:16:26 +00:00
minidump_system_info_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_test.gyp Add the minidump extension and writer for Annotation objects. 2017-11-01 21:04:47 +00:00
minidump_thread_id_map.cc Improve map insertion operations. 2015-03-31 14:29:32 -04:00
minidump_thread_id_map.h Add MinidumpThreadListWriter::InitializeFromSnapshot(), everything 2014-11-04 12:36:29 -05:00
minidump_thread_id_map_test.cc test: Use (actual, [un]expected) in gtest {ASSERT,EXPECT}_{EQ,NE} 2017-04-04 12:34:24 +00:00
minidump_thread_writer.cc Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_thread_writer.h Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_thread_writer_test.cc Heap-allocate MinidumpContextAMD64Writer objects with proper alignment 2017-11-01 16:40:58 +00:00
minidump_unloaded_module_writer.cc Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_unloaded_module_writer.h Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
minidump_unloaded_module_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_user_extension_stream_data_source.cc handler: Add user extensibility stream call-out. 2017-04-11 19:06:00 +00:00
minidump_user_extension_stream_data_source.h handler: Add user extensibility stream call-out. 2017-04-11 19:06:00 +00:00
minidump_user_stream_writer.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_user_stream_writer.h Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_user_stream_writer_test.cc Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
minidump_writable.cc Fix Windows build after 8f0636288a 2017-07-29 01:25:34 +00:00
minidump_writable.h Fix Windows build after 8f0636288a 2017-07-29 01:25:34 +00:00
minidump_writable_test.cc test: Use (actual, [un]expected) in gtest {ASSERT,EXPECT}_{EQ,NE} 2017-04-04 12:34:24 +00:00
minidump_writer_util.cc win: Work towards getting 'minidump' to compile 2015-02-04 17:30:03 -08:00
minidump_writer_util.h Use base/macros.h instead of base/basictypes.h 2016-01-06 12:22:50 -05:00