summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/UUID.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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