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
*
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
*
Convert lldb::ModuleSP to use an instrusive ref counted pointer.
Greg Clayton
2011-09-17
1
-0
/
+1
*
This change brings in the latest LLVM/Clang, and
Sean Callanan
2011-07-30
1
-5
/
+4
*
This commit adds broad architectural support for hierarchical
Greg Clayton
2011-06-25
1
-0
/
+15
*
Introduced support for UnknownAnyTy, the Clang type
Sean Callanan
2011-05-12
1
-3
/
+3
*
Updated to LLVM/Clang revision 127600.
Sean Callanan
2011-03-15
1
-0
/
+3
*
Updated Clang to a version that supports propagating
Sean Callanan
2011-01-27
1
-2
/
+2
*
Watch out for NULL types in NameSearchContext::AddTypeDecl or we crash.
Greg Clayton
2011-01-23
1
-20
/
+20
*
Updated to revision 123723 of LLVM, to bring in
Sean Callanan
2011-01-18
1
-9
/
+7
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-26
/
+51
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-0
/
+8
*
Fixed object lifetimes in ClangExpressionDeclMap
Sean Callanan
2010-12-03
1
-1
/
+1
[next]