summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...Raphael Isemann2019-12-231-7/+1
* [lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...Raphael Isemann2019-12-181-0/+8
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-171-3/+6
* [lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...Raphael Isemann2019-12-031-0/+17
* [lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClassRaphael Isemann2019-11-231-2/+2
* [lldb][NFC] Move searching functions in ClangExpressionDeclMap to own functionRaphael Isemann2019-11-211-0/+21
* [lldb][NFC] Move searching local variables into own functionRaphael Isemann2019-11-211-0/+24
* [lldb][NFC] Move searching the ClangModulesDeclVendor into own functionRaphael Isemann2019-11-211-0/+13
* [lldb][NFC] Move searching for the local variable namespace into own functionRaphael Isemann2019-11-211-0/+11
* [lldb][NFC] Move searching for $__lldb_objc_class into its own functionRaphael Isemann2019-11-201-0/+10
* [lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...Raphael Isemann2019-11-201-0/+10
* [lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...Raphael Isemann2019-11-201-0/+18
* [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypesRaphael Isemann2019-11-191-7/+0
* Fix -Wunused-result warnings in LLDBReid Kleckner2019-11-151-1/+1
* [LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere2019-11-131-28/+2
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-8/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-66/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-81/+81
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-3/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Removed doxygen comment that doesn't fit to function signatureRaphael Isemann2018-08-071-6/+0
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-43/+38
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-0/+17
* [Expression parser] Look up module symbols before hunting globallySean Callanan2017-05-161-18/+0
* Fix some warnings compiling with clang-cl on Windows.Zachary Turner2016-11-021-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-642/+584
* Removed many JIT workarounds from IRForTarget.Sean Callanan2016-02-131-19/+0
* Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-051-0/+3
* Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra2016-02-041-3/+0
* Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-041-0/+3
* Fixed some issues with reporting "this" when the current function is not listedSean Callanan2015-10-231-7/+10
* Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan2015-10-031-0/+6
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+705
OpenPOWER on IntegriCloud