summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-171-4/+12
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-171-188/+6
* [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann2019-12-161-3/+2
* [lldb][NFC] Remove ClangASTImporter::ResolveDeclOriginRaphael Isemann2019-12-161-35/+23
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-7/+10
* [lldb] Remove ClangASTMetricsRaphael Isemann2019-12-121-8/+0
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-291-11/+10
* [lldb][NFC] Remove unused variable in ClangASTSource::CompleteTypeRaphael Isemann2019-11-281-1/+0
* [lldb] Remove lldb's own ASTDumperRaphael Isemann2019-11-251-48/+26
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-4/+5
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-3/+3
* [lldb][NFC][modern-type-lookup] Remove while(false) behind if() {}Raphael Isemann2019-09-301-2/+0
* [lldb][modern-type-lookup] Fix crash when activating modern-type-lookup on LinuxRaphael Isemann2019-09-261-2/+1
* [lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...Raphael Isemann2019-09-231-0/+14
* [Symbol] Decouple clang from DeclVendorAlex Langford2019-08-231-3/+8
* [ClangExpressionParser] Add ClangDeclVendorAlex Langford2019-08-201-8/+6
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-2/+5
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-16/+11
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-4/+9
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-177/+177
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-171-12/+18
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-1/+1
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-5/+5
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-14/+16
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-27/+28
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-151-2/+18
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-301-0/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-10/+4
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-13/+5
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-4/+4
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-6/+3
* [Expr] Check the language before ignoring Objective C keywordsAleksandr Urakov2018-12-041-2/+3
* Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton2018-04-301-3/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-25/+20
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-201-0/+12
* Silence some "implicit conversion of string literal" warningsPavel Labath2017-10-171-5/+5
* Fix compilation errorEugene Zemtsov2017-09-291-13/+13
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-63/+260
* [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan2017-09-261-14/+20
* Fixed a bug where we did not properly use the complete versions of Objective-...Sean Callanan2017-05-031-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix compiler warnings for missing switch cases in lldb.Pavel Labath2017-02-171-0/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-6/+5
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
OpenPOWER on IntegriCloud