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
/
Symbol
/
ClangASTImporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-7
/
+5
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1024
/
+928
*
Move some functions from DWARFASTParserClang to ClangASTImporter.
Zachary Turner
2016-03-28
1
-5
/
+211
*
When we import the definition for a Tagdecl, propagate its completeness too.
Sean Callanan
2016-03-26
1
-3
/
+14
*
When importing Objective-C protocols, mark them as having external decls.
Sean Callanan
2016-02-10
1
-11
/
+23
*
Trying to submit 254476 one more time. This implement -gmodule debugging supp...
Greg Clayton
2015-12-08
1
-4
/
+95
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-87
/
+0
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-0
/
+87
*
Rename clang_type_t to opaque_compiler_type_t.
Bruce Mitchener
2015-09-22
1
-5
/
+5
*
Removed comments that suggested that asserts in the ClangASTImporter should be
Sean Callanan
2015-09-02
1
-2
/
+2
*
Improved logging for deported types in the ClangASTImporter.
Sean Callanan
2015-09-02
1
-2
/
+10
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-1
/
+1
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-0
/
+1
*
Eliminated a potential infinite recursion in structure layout when the origin
Sean Callanan
2015-07-20
1
-1
/
+2
*
Fixed a serious bug in DeportType where the types could retain DeclContexts that
Sean Callanan
2015-07-08
1
-0
/
+140
*
Fix build after recent clang interface changes
Pavel Labath
2015-07-07
1
-1
/
+2
*
Be sure to complete base classes when importing them.
Greg Clayton
2015-04-13
1
-1
/
+4
*
Fix resolution of certain recursive types.
Stephane Sezer
2015-04-08
1
-1
/
+6
*
Give user_id a default invalid value so we don't
Jason Molenda
2014-10-15
1
-1
/
+1
*
Fixed a problem in the Clang AST importer where
Sean Callanan
2014-08-01
1
-9
/
+17
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-9
/
+9
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-73
/
+67
*
Implemented the reverse-lookup API in the AST
Sean Callanan
2013-10-09
1
-0
/
+15
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-2
/
+2
*
Fixed the way ClangASTImporter deports types from
Sean Callanan
2013-03-30
1
-48
/
+96
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-10
/
+8
*
Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...
Greg Clayton
2013-03-27
1
-2
/
+2
*
Modified the way we report fields of records.
Sean Callanan
2013-03-21
1
-0
/
+29
*
Misc. clang build warning fixes.
Matt Kopec
2013-03-12
1
-6
/
+6
*
Added very lightweight, statically-allocated
Sean Callanan
2013-03-08
1
-2
/
+35
*
Fixed some problems with type deportation:
Sean Callanan
2013-02-28
1
-2
/
+24
*
Fix clang build issues.
Greg Clayton
2012-12-03
1
-0
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
This is the first phase of supporting the DW_AT_object_pointer tag. I expand...
Jim Ingham
2012-10-27
1
-5
/
+15
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-0
/
+1
*
Brought LLDB top-of-tree into sync with LLVM/Clang
Sean Callanan
2012-09-24
1
-1
/
+2
*
Fixed a problem where persistent variables did
Sean Callanan
2012-09-20
1
-1
/
+21
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-1
/
+1
*
Fixed a crash in logging when the name of an
Sean Callanan
2012-05-25
1
-1
/
+6
*
When an AST import fails, provide the metadata
Sean Callanan
2012-04-17
1
-2
/
+7
*
Added a mechanism for keeping track of where in
Sean Callanan
2012-04-13
1
-4
/
+18
*
<rdar://problem/11082392>
Greg Clayton
2012-03-30
1
-1
/
+2
*
Removed another debug message. Sigh...
Sean Callanan
2012-02-09
1
-4
/
+0
*
I have brought LLDB up-to-date with top of tree
Sean Callanan
2012-02-04
1
-8
/
+61
*
Fixed a problem where Objective-C classes that were
Sean Callanan
2012-01-19
1
-0
/
+38
*
Fixed a problem where maintaining the ObjCInterfaceMap
Sean Callanan
2012-01-19
1
-35
/
+1
*
I made two major improvements to the way the
Sean Callanan
2012-01-13
1
-10
/
+37
*
Fixed a bug in the ASTImporter that affects
Sean Callanan
2011-12-20
1
-0
/
+5
[next]