summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/UUID.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton2011-02-051-1/+1
| | | | llvm-svn: 124931
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-4/+4
| | | | llvm-svn: 124897
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-13/+13
| | | | | | build issues on MinGW. llvm-svn: 124888
* Remove unused uuid_t constructor for lldb_private::UUID.Eli Friedman2010-06-101-8/+0
| | | | llvm-svn: 105780
* For header includes we are currently trying to adopt some aspects of the Greg Clayton2010-06-091-3/+4
| | | | | | | | | | | | Google C++ coding guidelines where includes are done as: 1 - the header file for the current source file 2 - C includes 3 - C++ includes 4 - external project includes 5 - current project includes llvm-svn: 105748
* Add missing includes.Eli Friedman2010-06-091-0/+3
| | | | llvm-svn: 105712
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+218
llvm-svn: 105619
OpenPOWER on IntegriCloud