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