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
...
*
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
*
This commit is the result of a general audit of
Sean Callanan
2011-12-14
1
-6
/
+6
*
If the expression parser is unable to complete a TagDecl
Sean Callanan
2011-12-08
1
-4
/
+116
*
Don't crash due to not checking log shared pointer.
Greg Clayton
2011-12-08
1
-1
/
+2
*
Fixed a few details of method lookup in Objective-C
Sean Callanan
2011-12-07
1
-1
/
+10
*
As part of the work to make Objective-C type information
Sean Callanan
2011-12-06
1
-23
/
+115
*
Modified clients of ClangASTImporter to be more robust
Sean Callanan
2011-12-01
1
-1
/
+15
*
rdar://problem/10501020
Johnny Chen
2011-11-30
1
-1
/
+3
*
Added support to the Objective-C language runtime
Sean Callanan
2011-11-30
1
-0
/
+20
*
Changed ClangASTImporter to allow finer-grained
Sean Callanan
2011-11-29
1
-1
/
+14
*
This commit completes the rearchitecting of ClangASTSource
Sean Callanan
2011-11-18
1
-14
/
+23
*
I made the ClangASTImporter owned by the target
Sean Callanan
2011-11-16
1
-5
/
+6
*
Eliminated a compile warning by removing dyn_cast
Sean Callanan
2011-11-15
1
-1
/
+1
*
Pulled in a new version of LLVM/Clang to solve a variety
Sean Callanan
2011-11-15
1
-0
/
+61
*
Fixed Objective-C method lookup for methods with
Sean Callanan
2011-11-14
1
-1
/
+1
*
Updated LLVM/Clang to pull in a fix for Objective-C
Sean Callanan
2011-11-11
1
-2
/
+67
*
Added a function to ClangASTSource to service
Sean Callanan
2011-11-09
1
-2
/
+48
*
Cloned FindExternalVisibleDecls from
Sean Callanan
2011-10-29
1
-5
/
+221
*
Moved FindExternalLexicalDecls and a few smaller
Sean Callanan
2011-10-29
1
-12
/
+141
*
I moved the responsibility for interacting with the
Sean Callanan
2011-10-29
1
-0
/
+99
*
As part of a general refactoring of ClangASTSource to
Sean Callanan
2011-10-28
1
-30
/
+24
*
Implemented a namespace map that allows searching
Sean Callanan
2011-10-12
1
-1
/
+1
*
Updated LLVM/Clang to pull in the latest ARM disassembler.
Sean Callanan
2011-10-07
1
-15
/
+13
[prev]
[next]