summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-648/+0
* Make the ObjCLanguageRuntimes comply with llvm-style RTTIEnrico Granata2015-09-231-1/+1
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-0/+1
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-18/+15
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-041-1/+22
* Update to r245397.Chaoren Lin2015-08-191-2/+7
* Fix LLDB after Clang r245346.Richard Smith2015-08-191-0/+1
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-0/+2
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-1/+1
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-2/+3
* Fix LLDB build after r241035Tamas Berghammer2015-06-301-0/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Added support for locating and importing functionsSean Callanan2015-05-011-0/+3
* This patch implements several improvements to theSean Callanan2015-04-201-13/+24
* Fix type detection for 'char' variablesTamas Berghammer2015-03-311-0/+3
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Fix build after clang r226128.Nico Weber2015-01-151-1/+0
* Fix some uninitialized variables in ClangExpressionParser.Zachary Turner2014-12-051-3/+4
* Changes to the expression parser to actually useSean Callanan2014-12-051-3/+58
* Don't use mkstemp, as it doesn't exist on Windows.Zachary Turner2014-10-201-5/+6
* Change a use of mktemp() to mkstemp() for better security.Jason Molenda2014-10-161-4/+4
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-0/+2
* Reverse out r219169 related to quote handling.Todd Fiala2014-10-101-6/+0
* Add "target.expr-parser-compiler-args" setting.Todd Fiala2014-10-061-0/+6
* Fixed a build problem dueo to changes in theSean Callanan2014-08-301-1/+1
* Update for LLVM API change.Rafael Espindola2014-08-271-2/+2
* Initialize LLVM when LLDB is initialized, andSean Callanan2014-08-231-10/+0
* Fixes a few more places where we were manually setting the filename.Zachary Turner2014-08-211-1/+1
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-1/+2
* Fixed the build broken by the r215046.Hafiz Abid Qadeer2014-08-071-2/+2
* (no commit message)Greg Clayton2014-07-301-1/+1
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-77/+77
* Update lldb code to match the change in clang r212386Sylvestre Ledru2014-07-061-1/+1
* Track changes from clang r212388Alp Toker2014-07-061-3/+3
* Don't truncate the target triple when initializing clang.Zachary Turner2014-06-271-13/+0
* Don't set the ABI to apcs-gnu for non-ARM iOS targets (i.e., theSean Callanan2014-06-231-2/+3
* Track clang changes from r210764Alp Toker2014-06-121-3/+5
* Update for llvm api change in r209266.Rafael Espindola2014-05-211-3/+6
* Track recent changes in clang internalsAlp Toker2014-05-031-3/+2
* lldb arm64 import.Jason Molenda2014-03-291-3/+7
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-23/+75
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-81/+0
* Fix expression parsing (on FreeBSD, at least)Ed Maste2014-03-181-0/+1
* Expression: cleanup unused includeSaleem Abdulrasool2014-03-181-5/+0
* Update for clang r203213Ben Langmuir2014-03-071-1/+1
* Replace uses of OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-071-2/+2
* update the declaration from llvm::OwningPtr to llvm::IntrusiveRefCntPtr to ma...Sylvestre Ledru2014-02-271-1/+1
* Revert "Track Clang virtualFileSystem change (r201618)"Juergen Ributzka2014-02-201-1/+0
* Track Clang virtualFileSystem change (r201618)Ed Maste2014-02-191-0/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1/+2
OpenPOWER on IntegriCloud