summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ExpressionSourceCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan2015-10-021-1/+1
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+3
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-2/+2
* Made macros from modules be injected before ourSean Callanan2015-04-301-34/+64
* Update ExpressionSourceCode::GetText() to match theJason Molenda2015-01-221-1/+1
* Expression evaluation for functions with unknown signatures on works byKate Stone2015-01-211-0/+4
* Attempt to fix the expression parser after r214119Reid Kleckner2014-07-291-10/+10
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-2/+33
* Import the builtin type prefix before we import the user expression prefix so...Greg Clayton2013-07-031-4/+4
* Centralized the expression prefixes that are used for both expressions and ut...Greg Clayton2013-02-131-29/+31
* Made NULL, nil, and Nil use the appropriateSean Callanan2013-02-131-3/+3
* Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's...Jim Ingham2013-02-011-1/+1
* <rdar://problem/13107904>Greg Clayton2013-01-291-1/+0
* Fixed a "wchar_t" typo.Greg Clayton2013-01-291-2/+2
* Always define types from stdint.h so they are always available for use in exp...Greg Clayton2013-01-281-12/+26
* Fixed the #defines for YES and NO, and centralizedSean Callanan2012-09-131-33/+35
* Made nil resolve as (id)0 and not be looked upSean Callanan2012-05-311-0/+8
* Added a #define of NULL to 0 to make NULL usableSean Callanan2012-05-091-1/+9
* Pulled in a new version of LLVM/Clang to solve a varietySean Callanan2011-11-151-16/+37
* Factored out handling of the source code for anSean Callanan2011-09-261-0/+88
OpenPOWER on IntegriCloud