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
/
ClangASTSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed spurious lookup of the $__lldb_expr
Sean Callanan
2014-02-06
1
-0
/
+3
*
Build fix following clang r199686
Alp Toker
2014-01-20
1
-2
/
+2
*
Fixed the AST importer to ensure that base classes
Sean Callanan
2013-12-20
1
-0
/
+4
*
Report all methods in an Objective-C class that
Sean Callanan
2013-09-04
1
-22
/
+25
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-44
/
+46
*
Missed a place where we have to pass the source location twice to FunctionDec...
Jim Ingham
2013-06-28
1
-0
/
+1
*
Default parameters are evil and should not be used. Case and point this check...
Greg Clayton
2013-06-28
1
-5
/
+8
*
Fixed a bug in ClangASTSource where we would return
Sean Callanan
2013-06-25
1
-9
/
+9
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
Add all Decls found through FindExternalLexicalDecls
Sean Callanan
2013-05-09
1
-0
/
+12
*
Fixed a crash in ClangASTSource when logging is
Sean Callanan
2013-04-25
1
-1
/
+2
*
Fixed a problem where the expression parser would
Sean Callanan
2013-04-24
1
-0
/
+5
*
Fix build.
Rafael Espindola
2013-04-03
1
-2
/
+0
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-14
/
+12
*
Fixed a potential crash if layout for a structure
Sean Callanan
2013-03-25
1
-1
/
+4
*
Modified the way we report fields of records.
Sean Callanan
2013-03-21
1
-5
/
+1
*
Fixed a problem where we didn't return TypedefNameDecls
Sean Callanan
2013-03-14
1
-0
/
+8
*
Match the new declaration of clang::ASTContext::getFunctionType introduced in...
Sylvestre Ledru
2013-03-10
1
-2
/
+1
*
Added very lightweight, statically-allocated
Sean Callanan
2013-03-08
1
-2
/
+10
*
Fixed some problems with type deportation:
Sean Callanan
2013-02-28
1
-2
/
+3
*
Made LLDB build with the latest Clang. This meant
Sean Callanan
2013-02-12
1
-14
/
+32
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-6
/
+2
*
Made LLDB compile with LLVM top-of-tree again.
Sean Callanan
2012-12-21
1
-7
/
+5
*
This patch removes the SymbolFileSymtab support
Sean Callanan
2012-12-19
1
-1
/
+61
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
If Clang is looking for an Objective-C method on
Sean Callanan
2012-11-28
1
-13
/
+14
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-3
/
+3
*
Extra safeguards to ensure that we never query
Sean Callanan
2012-11-02
1
-120
/
+156
*
Brought LLDB top-of-tree into sync with LLVM/Clang
Sean Callanan
2012-09-24
1
-2
/
+2
*
Fixed a problem where persistent variables did
Sean Callanan
2012-09-20
1
-18
/
+54
*
This patch is part of ongoing work to extract type
Sean Callanan
2012-09-11
1
-136
/
+259
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
We were accessing the ModuleList in the target without locking it for tasks like
Jim Ingham
2012-05-30
1
-6
/
+9
*
Hardened LLDB against NULL identifiers being passed
Sean Callanan
2012-04-25
1
-2
/
+9
*
Hardened the struct layout code to eliminate a
Sean Callanan
2012-04-07
1
-0
/
+5
*
In a prior commit, I changed the parameters around on a ModuleList::FindTypes...
Greg Clayton
2012-04-06
1
-2
/
+2
*
Fixed a problem where we did not read properties
Sean Callanan
2012-04-05
1
-0
/
+80
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-4
/
+6
*
Added some hardening to make sure that we don't
Sean Callanan
2012-03-21
1
-0
/
+2
*
Fixed some potential null-pointer bugs in the
Sean Callanan
2012-03-20
1
-1
/
+7
*
Strengthened LLDB's completion of object types.
Sean Callanan
2012-03-15
1
-0
/
+11
*
Harden the checks on the type returned from the
Sean Callanan
2012-02-27
1
-0
/
+5
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-18
/
+98
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-3
/
+4
*
I left some stray debugging messages in the source
Sean Callanan
2012-02-06
1
-3
/
+0
*
I have brought LLDB up-to-date with top of tree
Sean Callanan
2012-02-04
1
-38
/
+285
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Fixed a problem where maintaining the ObjCInterfaceMap
Sean Callanan
2012-01-19
1
-103
/
+53
*
Fixed some logging in the AST source and added
Sean Callanan
2012-01-13
1
-4
/
+5
*
Added some strength to the checks that prevent
Sean Callanan
2011-12-19
1
-3
/
+4
[next]