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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-568
/
+525
*
Removed the redundant "%d errors parsing expression" error. Nobody keeps score.
Sean Callanan
2016-06-30
1
-2
/
+0
*
Don't omit `this' from expression args if it couldn't be read, but warn loudly.
Sean Callanan
2016-06-22
1
-5
/
+4
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
1
-1
/
+1
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
1
-1
/
+1
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
1
-1
/
+1
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
1
-33
/
+21
*
Record all translation units with more than one function in them (e.g., blocks).
Sean Callanan
2016-03-26
1
-3
/
+9
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-7
/
+38
*
Backend support for top-level Clang epxressions
Sean Callanan
2016-03-22
1
-74
/
+109
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-24
/
+26
*
AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...
Jim Ingham
2015-11-05
1
-4
/
+9
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-4
/
+8
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
1
-7
/
+4
*
Add PersistentVariableDelegate to handle language-specific dematerialization.
Sean Callanan
2015-10-03
1
-3
/
+55
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-1
/
+1
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+1
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+615