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
/
Plugins
/
SymbolFile
/
NativePDB
/
PdbAstBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-1
/
+1
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
1
-1
/
+1
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-8
/
+6
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-3
/
+2
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
1
-1
/
+1
*
Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
Shafik Yaghmour
2019-08-02
1
-1
/
+1
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-9
/
+2
*
[NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDecl
Nathan Lanza
2019-07-21
1
-7
/
+9
*
[NativePDB] Add a FromCompilerDecl for going from lldb -> clang
Nathan Lanza
2019-07-17
1
-0
/
+4
*
[NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtx
Nathan Lanza
2019-07-17
1
-9
/
+10
*
[NativePDB] Add anonymous namespaces support
Aleksandr Urakov
2019-04-22
1
-5
/
+10
*
[NativePDB] Add basic support of methods recostruction in AST
Aleksandr Urakov
2019-01-29
1
-6
/
+14
*
[NativePDB] Add support for parsing typedef records.
Zachary Turner
2019-01-10
1
-41
/
+145
*
[PdbAstBuilder] Remove unused functions
Jonas Devlieghere
2019-01-08
1
-17
/
+0
*
Try to fix Green Dragon bot.
Zachary Turner
2019-01-02
1
-2
/
+2
*
[NativePDB] Implement ParseDeclsForContext.
Zachary Turner
2019-01-02
1
-35
/
+414
*
[NativePDB] Create VarDecls for global variables.
Zachary Turner
2018-12-20
1
-7
/
+21
*
[NativePDB] Correctly reconstruct DeclContext for nested enums.
Zachary Turner
2018-12-18
1
-1
/
+4
*
[NativePDB] Decouple AST reconstruction from lldb Symbol creation.
Zachary Turner
2018-12-17
1
-0
/
+865