summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/SourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-2/+2
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-2/+2
* Remove comments after header includes.Jonas Devlieghere2018-11-111-12/+12
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-2/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-5/+5
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+2
* Remove byte counting from SourceManager [NFC]Raphael Isemann2018-09-131-10/+10
* Move the column marking functionality to the Highlighter frameworkRaphael Isemann2018-08-301-69/+26
* Remove manual byte counting from Highlighter code.Raphael Isemann2018-08-141-11/+9
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-4/+41
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+13
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-7/+25
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Remove TimeValue usage from lldb/Core. NFC.Pavel Labath2016-11-091-15/+7
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-9/+7
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* Fix for loop sign fix in r282112 for column = 0Ed Maste2016-09-211-1/+1
* Fix integer sign warning from r282105Ed Maste2016-09-211-1/+1
* add stop column highlighting supportTodd Fiala2016-09-211-12/+140
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-595/+475
* Silence some MSVC warnings.Stephane Sezer2015-08-261-2/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Centralize where we update the source file contents in SourceManager::GetFile...Greg Clayton2015-07-291-10/+10
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Fix the missleading indentation. Fix CID 1096332Sylvestre Ledru2014-08-181-1/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+50
* Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher2013-08-301-3/+3
* <rdar://problem/13443931>Greg Clayton2013-03-191-41/+52
* <rdar://problem/12537646>Greg Clayton2013-03-141-8/+19
* <rdar://problem/13404189>Greg Clayton2013-03-131-83/+65
* Fixed an bug found by running LLDB with the address sanitizer! We were access...Greg Clayton2013-02-071-4/+7
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+12
* Add a "--reverse" or "-r" option to the "list" with no options command. This...Jim Ingham2013-01-091-22/+59
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* <rdar://problem/8196933>Greg Clayton2012-03-151-10/+13
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+2
* rdar://problem/10227672Johnny Chen2011-12-121-5/+18
* <rdar://problem/9958446>Greg Clayton2011-12-101-8/+11
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-1/+2
* Don't look up main to find the default source file till somebody actually ask...Jim Ingham2011-10-071-0/+33
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-0/+60
OpenPOWER on IntegriCloud