summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Don't use __FUNCTION__ as a file nameRaphael Isemann2019-07-111-1/+1
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-3/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* ExpressionParser: only force link MCJIT when neededSaleem Abdulrasool2019-05-031-5/+0
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-2/+2
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-301-1/+7
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Frontend: Remove CompilerInstance::VirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+1
* Safer casting in ClangExpressionParser code completionRaphael Isemann2019-03-141-2/+2
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-131-2/+2
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-29/+135
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-4/+4
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-181-0/+4
* [ExpressionParser] Reuse the FileManager from the compiler instance.Jonas Devlieghere2019-02-141-11/+5
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-10/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-6/+6
* [Reproducers] Integrate FileProvider with clangJonas Devlieghere2019-02-131-3/+17
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+6
* Fixed function name in log statementRaphael Isemann2019-02-111-2/+2
* Simplify LangOpts initalization in ClangExpressionParser [NFC]Raphael Isemann2019-01-251-31/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-1/+1
* [Expr] Check the language before ignoring Objective C keywordsAleksandr Urakov2018-12-041-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-6/+4
* Add descriptions to completed expressionsRaphael Isemann2018-09-171-8/+32
* Print the correct error when our DynamicCheckerFunctions fail to installRaphael Isemann2018-09-111-2/+2
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-301-6/+6
* Move NoBuiltin=true closer to the other LangOpts code [NFC]Raphael Isemann2018-08-301-4/+4
* Adjusting some comments in ClangExpressionParser.cppRaphael Isemann2018-08-301-2/+1
* Added missing include to <cctype> for 'std::isalnum'Raphael Isemann2018-08-301-0/+1
* Fixed code style for the CodeCompletion members [NFC]Raphael Isemann2018-08-301-10/+10
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-4/+273
* Remove redundant initializationAdrian Prantl2018-08-301-1/+1
* Let the CompilerInstance create our clang ASTContextRaphael Isemann2018-08-271-10/+5
* Reuse the SelectorTable from Clang's PreprocessorRaphael Isemann2018-08-231-3/+1
* Fix broken builtin functions in the expression commandRaphael Isemann2018-08-231-2/+11
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-3/+1
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-42/+34
* [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano2017-12-151-0/+8
* [ExpressionParser] Rollback C++98 as the standard for evaluating.Davide Italiano2017-12-151-8/+0
* [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano2017-12-141-0/+8
* [Expression parser] Remove logging of field that is no longer in clang's Targ...Craig Topper2017-11-201-1/+0
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
OpenPOWER on IntegriCloud