summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Expression] Improve interpreter error message with a non-running targetMed Ismail Bennani2020-01-141-2/+3
* Add missing nullptr checks.Adrian Prantl2020-01-101-8/+9
* [lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann2019-12-211-1/+1
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-291-1/+1
* [lldb][NFC] Fix LLDB build after ModuleManager->ASTReader renameRaphael Isemann2019-11-231-1/+1
* [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypesRaphael Isemann2019-11-191-9/+0
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-151-0/+1
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-4/+1
* Set GNUC version in the LLDB expression parser.Adrian Prantl2019-10-111-0/+3
* [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann2019-10-101-5/+6
* [lldb] Don't crash when the ASTImporter produces diagnostics but instead log ...Raphael Isemann2019-10-091-39/+54
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-1/+1
* [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...Raphael Isemann2019-10-011-3/+1
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-4/+2
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-241-22/+7
* Ignore generated @import statements in the expression evaluatorRaphael Isemann2019-09-241-4/+14
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-1/+1
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-33/+33
* [lldb][NFC] Make include directories in Clang expression parser a std::stringRaphael Isemann2019-09-111-7/+6
* [clang] Change FileManager to use llvm::ErrorOr instead of null on failureHarlan Haskins2019-08-011-4/+7
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-32/+27
* [lldb] Fix buildbot build fail caused by r366645Yuanfang Chen2019-07-211-2/+2
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford2019-07-121-17/+20
* [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
OpenPOWER on IntegriCloud