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
/
PDB
/
PDBASTParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove some calls to GetASTContext
Raphael Isemann
2019-12-26
1
-14
/
+7
*
[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
-25
/
+23
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-3
/
+3
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
1
-1
/
+1
*
Replace bitfield in lldb::Type with byte-sized members. (NFC)
Adrian Prantl
2019-11-18
1
-12
/
+12
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-7
/
+14
*
Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
Shafik Yaghmour
2019-08-02
1
-1
/
+1
*
Make a blind attempt at fixing PDBASTParser nullability issues
Adrian Prantl
2019-01-29
1
-2
/
+6
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-29
1
-6
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
[ast] CreateParameterDeclaration should use an appropriate DeclContext.
Zachary Turner
2018-12-12
1
-1
/
+2
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
1
-7
/
+33
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
1
-33
/
+7
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
1
-7
/
+33
*
Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...
Shafik Yaghmour
2018-11-08
1
-2
/
+1
*
[PDB] Introduce `MSVCUndecoratedNameParser`
Aleksandr Urakov
2018-11-06
1
-92
/
+134
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[NFC] Refactor SetBaseClasses and DeleteBaseClasses.
Zachary Turner
2018-10-25
1
-14
/
+11
*
[PDB] Handle `char` as a builtin type
Aleksandr Urakov
2018-09-28
1
-0
/
+2
*
[PDB] Restore the calling convention from PDB
Aleksandr Urakov
2018-09-26
1
-1
/
+22
*
[PDB] Use the raw PDB symbol interface more accurately
Aleksandr Urakov
2018-09-14
1
-13
/
+39
*
Fix two issues in PDBASTParser
Pavel Labath
2018-09-12
1
-17
/
+16
*
[PDB] Fix problems after rL341782
Aleksandr Urakov
2018-09-11
1
-1
/
+1
*
[PDB] Restore AST from PDB symbols
Aleksandr Urakov
2018-09-10
1
-114
/
+475
*
Fix compiler warnings after rL339649.
Aleksandr Urakov
2018-08-17
1
-6
/
+3
*
[PDB] Parse UDT symbols and pointers to members (combined patch)
Aleksandr Urakov
2018-08-14
1
-10
/
+383
*
[SymbolFilePDB] PDB_BuiltinType::Char16 and Char32 are unsigned in MSVC.
Aaron Smith
2018-05-23
1
-2
/
+2
*
[SymbolFilePDB] Add a test for wchar_t type in PDB.
Aaron Smith
2018-05-23
1
-0
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-5
/
+5
*
[SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...
Aaron Smith
2018-03-22
1
-0
/
+3
*
[SymbolFilePDB] Run clang-format; NFC
Aaron Smith
2018-03-22
1
-25
/
+29
*
[SymbolFilePDB] Simplify code with newer methods
Aaron Smith
2018-03-20
1
-2
/
+2
*
[SymbolFilePDB] Remove a few null pointer checks by passing ref
Aaron Smith
2018-03-19
1
-18
/
+11
*
[SymbolFilePDB] Add missing Char16 and Char32 types in a few places
Aaron Smith
2018-03-07
1
-0
/
+10
*
[SymbolFilePDB] Add support for CVR pointer type qualifier
Aaron Smith
2018-03-07
1
-20
/
+44
*
[SymbolFilePDB] Get line number for PDBSymbolTypeEnum
Aaron Smith
2018-03-07
1
-8
/
+12
*
Supply missing break in case statement.
Adrian McCarthy
2018-02-14
1
-3
/
+1
*
[SymbolFilePDB] Add support for function symbols
Aaron Smith
2018-02-09
1
-8
/
+71
*
[lldb] Silence signed <-> unsigned integer comparison warning
Kirill Bobyrev
2018-01-29
1
-1
/
+1
*
[SymbolFilePDB] Fix null array access when parsing the type of a function wit...
Aaron Smith
2018-01-23
1
-15
/
+194
*
Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...
Pavel Labath
2018-01-22
1
-194
/
+15
*
[SymbolFilePDB] Fix null array access when parsing the type of a function wit...
Aaron Smith
2018-01-19
1
-15
/
+194
*
[lldb] Add support to cache a PDB's global scope and fix a bug in getting the...
Aaron Smith
2018-01-13
1
-2
/
+0
*
[lldb] Stop searching for a symbol in a pdb by regex
Aaron Smith
2017-12-22
1
-0
/
+4
*
Support scoped enums in the DWARF AST parser
Tamas Berghammer
2017-11-07
1
-1
/
+1
[next]