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
/
ClangASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRef
Raphael Isemann
2020-01-14
1
-7
/
+6
*
[lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinition
Raphael Isemann
2020-01-14
1
-57
/
+52
*
Data formatters: Look through array element typedefs
Jaroslav Sevcik
2020-01-10
1
-3
/
+2
*
[lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpec
Raphael Isemann
2020-01-08
1
-27
/
+16
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
1
-3
/
+3
*
[lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...
Raphael Isemann
2020-01-02
1
-0
/
+5
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-273
/
+196
*
[lldb][NFC] Simplify ClangASTContext::GetTypeForDecl
Raphael Isemann
2019-12-30
1
-17
/
+5
*
[lldb][NFC] Make integer types functions in ClangASTContext not static
Raphael Isemann
2019-12-29
1
-45
/
+32
*
[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType
Raphael Isemann
2019-12-29
1
-10
/
+10
*
[lldb][NFC] Remove most GetASTContext calls in AST metadata code
Raphael Isemann
2019-12-29
1
-22
/
+12
*
[lldb] Remove some calls to GetASTContext
Raphael Isemann
2019-12-26
1
-7
/
+4
*
[lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...
Raphael Isemann
2019-12-25
1
-44
/
+38
*
[lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...
Raphael Isemann
2019-12-24
1
-8
/
+13
*
[lldb][NFC] Remove ClangExternalASTSourceCommon
Raphael Isemann
2019-12-24
1
-13
/
+11
*
[lldb][NFC] Remove unused callback functionality from ClangASTContext
Raphael Isemann
2019-12-23
1
-5
/
+0
*
[lldb][NFC] Simplify ClangExternalASTSourceCallbacks
Raphael Isemann
2019-12-23
1
-16
/
+10
*
[lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl method
Raphael Isemann
2019-12-23
1
-16
/
+0
*
[lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...
Raphael Isemann
2019-12-23
1
-0
/
+2
*
[lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDecl
Raphael Isemann
2019-12-23
1
-7
/
+1
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
1
-7
/
+9
*
[lldb] Remove unused CompilerDeclContext::IsStructUnionOrClass
Raphael Isemann
2019-12-22
1
-7
/
+0
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-509
/
+493
*
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Raphael Isemann
2019-12-21
1
-94
/
+53
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-6
/
+9
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
1
-2
/
+2
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
1
-6
/
+0
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
1
-1
/
+13
*
[lldb] Centralize desugaring of decltype-like types in ClangASTContext
Pavel Labath
2019-12-16
1
-74
/
+12
*
[lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...
Raphael Isemann
2019-12-15
1
-22
/
+12
*
[lldb][NFC] Make metadata tracking type safe
Raphael Isemann
2019-12-13
1
-9
/
+38
*
[lldb] "See through" atomic types in ClangASTContext
Pavel Labath
2019-12-12
1
-52
/
+48
*
[lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...
Raphael Isemann
2019-12-12
1
-7
/
+8
*
[lldb] Don't search the metadata map three times when retrieving metadata
Raphael Isemann
2019-12-11
1
-1
/
+1
*
[lldb] Centralize type "desugaring" logic in ClangASTContext
Pavel Labath
2019-12-10
1
-801
/
+74
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
1
-1
/
+17
*
Symbol: use elaborated types for `DataExtractor`
Saleem Abdulrasool
2019-12-07
1
-3
/
+3
*
[ClangASTContext] Remove a very old hack.
Davide Italiano
2019-12-03
1
-25
/
+0
*
[lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)
Raphael Isemann
2019-11-29
1
-5
/
+0
*
[lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overload
Raphael Isemann
2019-11-29
1
-35
/
+20
*
[lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSource
Raphael Isemann
2019-11-29
1
-1
/
+1
*
[lldb][NFC] Early exit in ClangASTContext::CreateInstance
Raphael Isemann
2019-11-29
1
-41
/
+41
*
[lldb][NFC] Remove CompilerDeclContext::IsClang
Raphael Isemann
2019-11-28
1
-5
/
+9
*
[lldb][NFC] Move TypeSystem RTTI to static variable to remove swift reference
Raphael Isemann
2019-11-27
1
-6
/
+5
*
Reformat code for readability.
Adrian Prantl
2019-11-22
1
-2
/
+2
*
Register Objective-C property accessors with their property decls.
Adrian Prantl
2019-11-22
1
-29
/
+45
*
Early-exitify ClangASTContext::AddObjCClassProperty() (NFC)
Adrian Prantl
2019-11-21
1
-178
/
+162
*
[lldb][NFC] Remove unused ClangASTContext::GetUnknownAnyType
Raphael Isemann
2019-11-20
1
-7
/
+0
*
[lldb][NFC] Simplify ClangASTContext::GetBasicTypes
Raphael Isemann
2019-11-20
1
-14
/
+5
*
[lldb][NFC] Remove ClangASTContext::GetAsDeclContext
Raphael Isemann
2019-11-20
1
-10
/
+0
[next]