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.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
-1874
/
+1771
*
Fix expression evaluation with operator new
Pavel Labath
2016-08-15
1
-5
/
+2
*
Removed the m_decl_objects map from ClangASTContext.
Sean Callanan
2016-05-23
1
-1
/
+10
*
Fixed a crash if a FunctionDecl couldn't be imported.
Sean Callanan
2016-05-19
1
-3
/
+6
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
1
-4
/
+14
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
1
-14
/
+4
*
Fix an inefficiency in the handling of $__lldb_local_vars in expressions.
Jim Ingham
2016-04-28
1
-1
/
+2
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
1
-4
/
+14
*
Handle any persistent Decl in the Clang expression parser, not just types.
Sean Callanan
2016-03-19
1
-41
/
+58
*
ExpressionParser: silence some GCC warnings
Saleem Abdulrasool
2016-02-15
1
-1
/
+1
*
Removed many JIT workarounds from IRForTarget.
Sean Callanan
2016-02-13
1
-243
/
+49
*
Take 2: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-05
1
-4
/
+64
*
Revert "Use an artifical namespace so that member vars do not hide local vars."
Siva Chandra
2016-02-04
1
-64
/
+4
*
Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-04
1
-4
/
+64
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-4
/
+72
*
Fix scope-based lookup when more than one function is found.
Dawn Perchik
2015-12-12
1
-0
/
+122
*
Made the ClangASTImporter into a shared pointer, eliminating a race condition.
Sean Callanan
2015-11-10
1
-12
/
+12
*
Fixed some issues with reporting "this" when the current function is not listed
Sean Callanan
2015-10-23
1
-36
/
+37
*
Add PersistentVariableDelegate to handle language-specific dematerialization.
Sean Callanan
2015-10-03
1
-4
/
+11
*
Eliminated redundant "constructors" for ClangExpressionVariable. ...
Sean Callanan
2015-10-01
1
-33
/
+29
*
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
/
+2225