summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/Status.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] On Windows, force error message formatting to EnglishAlexandre Ganea2019-11-281-1/+10
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-111-10/+0
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-2/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-26/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-7/+7
* [lldb] Add support in Status::AsCString to retrieve win32 system error stringsAaron Smith2018-10-191-1/+28
* Typo fixes.Bruce Mitchener2018-05-291-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-19/+18
* Remove uint32_t assignment operator from StatusPavel Labath2017-11-011-10/+0
* Add llvm::Error assignment operator to Status classPavel Labath2017-06-151-5/+10
* replace uses of strerror with llvm::sys::StrErrorPavel Labath2017-06-061-10/+8
* Add Status -- llvm::Error gluePavel Labath2017-05-181-0/+31
* Rename Error -> Status.Zachary Turner2017-05-121-0/+275
OpenPOWER on IntegriCloud