index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
ExpressionParser
/
Clang
/
ClangExpressionDeclMap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...
Raphael Isemann
2019-12-23
1
-7
/
+1
*
[lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...
Raphael Isemann
2019-12-18
1
-0
/
+8
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
1
-3
/
+6
*
[lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...
Raphael Isemann
2019-12-03
1
-0
/
+17
*
[lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClass
Raphael Isemann
2019-11-23
1
-2
/
+2
*
[lldb][NFC] Move searching functions in ClangExpressionDeclMap to own function
Raphael Isemann
2019-11-21
1
-0
/
+21
*
[lldb][NFC] Move searching local variables into own function
Raphael Isemann
2019-11-21
1
-0
/
+24
*
[lldb][NFC] Move searching the ClangModulesDeclVendor into own function
Raphael Isemann
2019-11-21
1
-0
/
+13
*
[lldb][NFC] Move searching for the local variable namespace into own function
Raphael Isemann
2019-11-21
1
-0
/
+11
*
[lldb][NFC] Move searching for $__lldb_objc_class into its own function
Raphael Isemann
2019-11-20
1
-0
/
+10
*
[lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...
Raphael Isemann
2019-11-20
1
-0
/
+10
*
[lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...
Raphael Isemann
2019-11-20
1
-0
/
+18
*
[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
Raphael Isemann
2019-11-19
1
-7
/
+0
*
Fix -Wunused-result warnings in LLDB
Reid Kleckner
2019-11-15
1
-1
/
+1
*
[LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParser
Jonas Devlieghere
2019-11-13
1
-28
/
+2
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-8
/
+7
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-66
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-81
/
+81
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-5
/
+5
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-3
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Removed doxygen comment that doesn't fit to function signature
Raphael Isemann
2018-08-07
1
-6
/
+0
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-43
/
+38
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
1
-0
/
+17
*
[Expression parser] Look up module symbols before hunting globally
Sean Callanan
2017-05-16
1
-18
/
+0
*
Fix some warnings compiling with clang-cl on Windows.
Zachary Turner
2016-11-02
1
-3
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-642
/
+584
*
Removed many JIT workarounds from IRForTarget.
Sean Callanan
2016-02-13
1
-19
/
+0
*
Take 2: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-05
1
-0
/
+3
*
Revert "Use an artifical namespace so that member vars do not hide local vars."
Siva Chandra
2016-02-04
1
-3
/
+0
*
Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-04
1
-0
/
+3
*
Fixed some issues with reporting "this" when the current function is not listed
Sean Callanan
2015-10-23
1
-7
/
+10
*
Add PersistentVariableDelegate to handle language-specific dematerialization.
Sean Callanan
2015-10-03
1
-0
/
+6
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+705