summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-241-3/+3
* [lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann2019-12-211-3/+1
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-171-1/+5
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-171-29/+0
* [lldb][NFC] Remove ClangASTImporter::ResolveDeclOriginRaphael Isemann2019-12-161-2/+1
* [lldb][NFC] Remove dead metadata code in ClangASTSourceProxyRaphael Isemann2019-12-111-12/+0
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-291-1/+3
* [lldb][NFC] Cleanup comments in ClangASTSource.hRaphael Isemann2019-11-181-22/+23
* [LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere2019-11-131-13/+6
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-301-0/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-64/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-59/+59
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-34/+32
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-13/+80
* [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan2017-09-261-0/+16
* Remove an invalid doxygen `@return` docstring on a void functionLuke Drummond2016-09-211-3/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-476/+461
* Fixed a bug where we report a single type multiple times in namespaces.Sean Callanan2016-07-051-0/+1
* Fix an inefficiency in the handling of $__lldb_local_vars in expressions.Jim Ingham2016-04-281-0/+1
* Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan2015-11-101-3/+3
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+526
OpenPOWER on IntegriCloud