summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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