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
/
Expression
/
ASTResultSynthesizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-512
/
+0
*
In commit clang r226096, DefinitionRequired has been removed. Do the same in ...
Sylvestre Ledru
2015-01-15
1
-2
/
+2
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-107
/
+107
*
Fix r209807 which inadvertently removed things
Arnaud A. de Grandmaison
2014-05-29
1
-0
/
+3
*
Fix build. Method was renamed in r209800.
Nikola Smiljanic
2014-05-29
1
-5
/
+2
*
Fix build.
Rafael Espindola
2013-04-03
1
-2
/
+0
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
Removed a possible use of unchecked NULL from
Sean Callanan
2012-12-18
1
-11
/
+7
*
Carlo Kok was compiling with MSVC, caught some more issues.
Greg Clayton
2012-10-31
1
-1
/
+1
*
Enabled C++11 in the expression parser. auto and
Sean Callanan
2012-05-16
1
-2
/
+17
*
Strengthened LLDB's completion of object types.
Sean Callanan
2012-03-15
1
-1
/
+4
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-3
/
+1
*
This commit is the result of a general audit of
Sean Callanan
2011-12-14
1
-1
/
+1
*
Added the ability to dereference an Objective-C object
Sean Callanan
2011-12-08
1
-1
/
+6
*
As part of the work to make Objective-C type information
Sean Callanan
2011-12-06
1
-11
/
+9
*
Pulled in a new revision of LLVM/Clang and added
Sean Callanan
2011-11-19
1
-2
/
+3
*
warnings: Fix a bunch of -Wreorder problems.
Daniel Dunbar
2011-10-31
1
-3
/
+3
*
Improved expression logging. Now all calls to
Sean Callanan
2011-10-14
1
-1
/
+1
*
Updated LLVM/Clang to pull in the latest ARM disassembler.
Sean Callanan
2011-10-07
1
-0
/
+4
*
Added support for persistent types to the
Sean Callanan
2011-08-23
1
-3
/
+53
*
Fixed a problem that caused LLDB to fail to execute
Sean Callanan
2011-08-04
1
-2
/
+7
*
Removed a redundant dyn_cast. Thanks to Felipe
Sean Callanan
2011-07-18
1
-7
/
+5
*
Audited the expression parser to find uninitialized
Sean Callanan
2011-07-08
1
-1
/
+1
*
Updated to LLVM/Clang revision 127600.
Sean Callanan
2011-03-15
1
-3
/
+5
*
Fixed a hang in the expression parser's result synthesizer that occurs when t...
Sean Callanan
2011-02-22
1
-0
/
+4
*
Updated Clang to a version that supports propagating
Sean Callanan
2011-01-27
1
-1
/
+1
*
Move some of the more noisy "log enable lldb expression" output to the verbos...
Jim Ingham
2011-01-22
1
-5
/
+5
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-14
/
+86
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-27
/
+111
*
Added support for indicating to the expression parser
Sean Callanan
2010-11-19
1
-2
/
+4
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Made many ConstString functions inlined in the header file.
Greg Clayton
2010-10-15
1
-2
/
+2
*
Updated to latest LLVM. Major LLVM changes:
Sean Callanan
2010-09-23
1
-20
/
+11
*
Improved the logging for ASTs generated on the
Sean Callanan
2010-09-22
1
-2
/
+2
*
Bugfixes to the expression parser. Fixes include:
Sean Callanan
2010-09-13
1
-0
/
+21
*
This is a major refactoring of the expression parser.
Sean Callanan
2010-08-27
1
-0
/
+265