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
/
ClangUserExpression.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Fix a bunch of -Wdocumentation warnings
Jonas Devlieghere
2019-11-13
1
-1
/
+1
*
[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variable
Raphael Isemann
2019-11-12
1
-3
/
+6
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
1
-1
/
+0
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
1
-0
/
+5
*
[lldb][NFC] Make include directories in Clang expression parser a std::string
Raphael Isemann
2019-09-11
1
-1
/
+1
*
[lldb][NFC] Move Clang-specific flags to ClangUserExpression
Raphael Isemann
2019-08-30
1
-0
/
+17
*
[lldb][NFC] Document options parameter in ClangUserExpression constructor
Raphael Isemann
2019-08-29
1
-0
/
+3
*
[lldb][NFC] Refactor ClangUserExpression::UpdateLanguageForExpr
Raphael Isemann
2019-08-05
1
-4
/
+5
*
Inject only relevant local variables in the expression evaluation context
Raphael Isemann
2019-05-02
1
-2
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-12
/
+0
*
Fix an invalid static cast in ClangExpressionParser.cpp
Adrian Prantl
2019-03-13
1
-0
/
+5
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
1
-1
/
+10
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-12
/
+12
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-3
/
+15
*
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
*
Refactor ClangUserExpression::GetLanguageForExpr
Raphael Isemann
2018-09-27
1
-2
/
+5
*
Change type of m_user_expression_start_pos to size_t
Raphael Isemann
2018-09-22
1
-1
/
+1
*
Use a CompletionRequest in the expression command completion [NFC]
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
1
-0
/
+7
*
Refactor ClangUserExpression::Parse [NFC]
Raphael Isemann
2018-07-10
1
-0
/
+7
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-6
/
+6
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
1
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-160
/
+142
*
Backend support for top-level Clang epxressions
Sean Callanan
2016-03-22
1
-8
/
+10
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-14
/
+10
*
AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...
Jim Ingham
2015-11-05
1
-3
/
+4
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-1
/
+2
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
1
-2
/
+2
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-9
/
+3
*
Reduce header inclusion in Expression.
Bruce Mitchener
2015-10-07
1
-1
/
+0
*
Add PersistentVariableDelegate to handle language-specific dematerialization.
Sean Callanan
2015-10-03
1
-3
/
+22
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+204