[Lldb-commits] [lldb] r344250 - [lldb] rename MinOS::minor to MinOS::minor_version etc. NFC

2018-10-11 Thread Eric Liu via lldb-commits
Author: ioeric Date: Thu Oct 11 07:44:12 2018 New Revision: 344250 URL: http://llvm.org/viewvc/llvm-project?rev=344250&view=rev Log: [lldb] rename MinOS::minor to MinOS::minor_version etc. NFC The constructor initializer minor(...)/major(...) can be confused with system macros `#define minor(...)

[Lldb-commits] [lldb] r344252 - [lldb] Surpress copy-elison warning.

2018-10-11 Thread Eric Liu via lldb-commits
Author: ioeric Date: Thu Oct 11 07:52:33 2018 New Revision: 344252 URL: http://llvm.org/viewvc/llvm-project?rev=344252&view=rev Log: [lldb] Surpress copy-elison warning. Modified: lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp Modified: lldb/trunk/source/Plugins/Symbo

[Lldb-commits] [lldb] r332733 - [lldb] Fix compile warnings in r332702

2018-07-06 Thread Eric Liu via lldb-commits
Author: ioeric Date: Fri May 18 09:19:52 2018 New Revision: 332733 URL: http://llvm.org/viewvc/llvm-project?rev=332733&view=rev Log: [lldb] Fix compile warnings in r332702 Summary: - Fix #include path - Fix warning: error: format specifies type 'unsigned long long' but the argument has type