summaryrefslogtreecommitdiffstats
path: root/docs/ProgrammersManual.rst
Commit message (Expand)AuthorAgeFilesLines
* [docs] Use dbgs() instead of errs() for DEBUG()Jonas Devlieghere2017-12-251-5/+5
* [docs] Code example fixJan Korous2017-10-241-1/+1
* Refine report_fatal_error guidance after post-commit reviewAlex Bradbury2017-08-181-5/+6
* Give guidance on report_fatal_error in CodingStandards.rst and ProgrammersMan...Alex Bradbury2017-08-181-0/+8
* [DebugCounter] Move the semicolon out of the DEBUG_COUNTER macro and require ...Craig Topper2017-08-101-1/+1
* [Docs] Remove a stray period from a code example in the Programmer's Manual.Craig Topper2017-08-091-1/+1
* [docs] Fix a typo: iteratation -> iterationStephen Hines2017-07-251-1/+1
* [docs] Simplify some language for Error/cantFail in the programmer's manual.Lang Hames2017-04-301-10/+9
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-3/+3
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-3/+3
* Update stale doxygen links in ProgrammersManual.rstTim Northover2017-04-031-17/+17
* Fix some indenting and line-wrapping issues identified in ProgrammersManual. ...Daniel Berlin2017-03-131-26/+28
* Add documentation on debug counters to Programmers Manual.Daniel Berlin2017-03-121-0/+63
* Revert commit r296967, no typoSylvestre Ledru2017-03-051-1/+1
* Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/...Sylvestre Ledru2017-03-041-1/+1
* [docs] Fix a think-o in the Programmer's Manual.Lang Hames2017-02-281-1/+1
* [Support][Error] Add a 'cantFail' utility function for known-safe calls toLang Hames2017-02-271-4/+47
* [Doc] Modernize programmers manualPiotr Padlewski2017-02-251-28/+21
* Update Bugzilla URLs in docsIsmail Donmez2017-02-171-1/+1
* fix some typos in the docSylvestre Ledru2017-01-141-1/+1
* Fix missing '>' in docs (hopefully fixes bot error... )David Blaikie2016-12-201-1/+1
* Add some brief documentation about GDB pretty printersDavid Blaikie2016-12-201-0/+16
* Simplify format member detection in FormatVariadicPavel Labath2016-12-151-9/+7
* IR: Move NumElements field from {Array,Vector}Type to SequentialType.Peter Collingbourne2016-12-021-3/+3
* IR: Change PointerType to derive from Type rather than SequentialType.Peter Collingbourne2016-12-021-2/+2
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-111-0/+130
* NFC ProgrammersManual fixPiotr Padlewski2016-11-111-1/+1
* [docs] Add a pointer to ExitOnError to the discussion of handleErrors in theLang Hames2016-11-071-2/+9
* [docs] remove more non-ascii stuff in the hopes to fix the bot Kostya Serebryany2016-11-011-10/+10
* docs: trying to fix the docs bot by removing non-ASCII characters. The docs b...Kostya Serebryany2016-10-311-2/+2
* [libFuzzer] remove large examples from the libFuzzer docs and link to the lib...Kostya Serebryany2016-10-271-0/+1
* [docs] Avoid repetition of 'considerable' in Error docs.Lang Hames2016-10-251-10/+10
* [docs] Use consistent style for "do more stuff" in Error docs examples.Lang Hames2016-10-251-5/+8
* [docs] Fix yet another Error docs formatting issue...Lang Hames2016-10-251-1/+2
* [docs] Fix a few more Error docs formatting issues.Lang Hames2016-10-251-5/+6
* [docs] Fix a missing code-block in the new Error docs.Lang Hames2016-10-251-8/+10
* [docs] Fix a couple of typos in the new Error docs.Lang Hames2016-10-251-2/+2
* [docs] Add more Error documentation to the Programmer's Manual.Lang Hames2016-10-251-48/+356
* Fixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)Andrey Bokhanko2016-09-021-1/+1
* [Docs] Fix another typo in the Error/Expected docs.Lang Hames2016-09-021-2/+2
* [Docs] Fix a couple of typos in the Error/Expected docs.Lang Hames2016-09-021-4/+4
* fix incorrect xref in sphinx docEtienne Bergeron2016-07-131-1/+1
* [docs] Fix up a broken link.Sean Silva2016-07-091-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-5/+0
* Try to fix ODR violation of ErrorInfo::IDReid Kleckner2016-03-241-0/+3
* [docs] Clarify Error example in Programmer's Manual.Lang Hames2016-03-241-4/+6
* docs: Fix a missing language in a code-blockJustin Bogner2016-03-231-1/+1
* [docs] Fix typo in ProgrammersManual.rstVedant Kumar2016-03-231-1/+1
* [Docs] Clarify boolean conversion for Error and Expected<T> in the Programmer'sLang Hames2016-03-231-4/+16
* [Support] Add the 'Error' class for structured error handling.Lang Hames2016-03-161-0/+168