summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1617/+1529
* Fixed a bug where we report a single type multiple times in namespaces.Sean Callanan2016-07-051-6/+7
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+2
* Fix a crasher that could happen if ClangASTSource::CompleteType() found a typ...Greg Clayton2016-04-051-3/+3
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-281-15/+11
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-3/+5
* Revert "fix up missing header from change r259084."Todd Fiala2016-01-291-1/+0
* fix up missing header from change r259084.Todd Fiala2016-01-281-0/+1
* Fix build after rL259070.Chaoren Lin2016-01-281-1/+1
* Update lldb for API change in clang r259070.Manman Ren2016-01-281-1/+1
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-0/+5
* Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan2015-11-101-34/+34
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+2096
OpenPOWER on IntegriCloud