summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove GetASTContext call in ClangDeclVendorRaphael Isemann2019-12-281-3/+3
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-171-11/+1
* [lldb][NFC] Fix LLDB build after ModuleManager->ASTReader renameRaphael Isemann2019-11-231-1/+1
* [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...Raphael Isemann2019-10-011-3/+1
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-2/+3
* [ClangExpressionParser] Add ClangDeclVendorAlex Langford2019-08-201-1/+2
* [clang] Change FileManager to use llvm::ErrorOr instead of null on failureHarlan Haskins2019-08-011-2/+2
* [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendorRaphael Isemann2019-07-211-1/+11
* [lldb] Make log for ClangModulesDeclVendor's compiler flag less verboseRaphael Isemann2019-07-171-11/+6
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-1/+1
* Frontend: Remove CompilerInstance::VirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-1/+1
* Improve error handling for Clang module imports.Adrian Prantl2019-03-191-3/+11
* Add more logging to ClangModulesDeclVendor.cppAdrian Prantl2019-03-121-0/+9
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-181-0/+2
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-27/+43
* [Reproducers] Integrate FileProvider with clangJonas Devlieghere2019-02-131-0/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ExpressionParser] Reserve size before copying over argsJonas Devlieghere2018-12-211-1/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-1/+1
* Remove dependency from Host to clang.Zachary Turner2018-06-041-13/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+4
* Fix clang-3.8 buildPavel Labath2018-03-131-1/+1
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-021-6/+5
* Make LLDB's clang module cache path customizableAdrian Prantl2018-02-091-7/+6
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-0/+8
* Fixing LLDB build after refactoring of clang's MacroInfoEugene Zemtsov2017-07-171-4/+4
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+2
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-2/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Reapply "Fixes for Clang API changes to use std::shared_ptr"David Blaikie2017-01-061-16/+17
* Revert "Fixes for Clang API changes to use std::shared_ptr"David Blaikie2017-01-061-17/+16
* Fixes for Clang API changes to use std::shared_ptrDavid Blaikie2017-01-061-16/+17
* Silence some -Wstring-conversion warningsPavel Labath2017-01-051-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-636/+579
* Add missing headers after header cleanup in r275882.Chaoren Lin2016-07-181-0/+2
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* Enable the use of modules in the expression parser by default.Sean Callanan2016-01-141-0/+2
* Revert "Clang module compilation options need to be per-platform."Adrian McCarthy2015-10-261-1/+12
* Clang module compilation options need to be per-platform.Sean Callanan2015-10-261-12/+1
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-31/+31
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+731
OpenPOWER on IntegriCloud