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
*
[lldb] Make CompleteTagDeclsScope completion order deterministic
Raphael Isemann
2020-01-10
1
-5
/
+3
*
[lldb] Remove FieldDecl stealing hack by rerouting indirect imports to the or...
Raphael Isemann
2020-01-10
1
-0
/
+33
*
[lldb][NFC] Remove most GetASTContext calls in AST metadata code
Raphael Isemann
2019-12-29
1
-3
/
+6
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-11
/
+7
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
1
-3
/
+3
*
[lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code style
Raphael Isemann
2019-12-19
1
-18
/
+10
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb][NFC] Remove implementation of GetOriginalDecl and just call GetDeclOri...
Raphael Isemann
2019-12-17
1
-12
/
+1
*
[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
Raphael Isemann
2019-12-16
1
-55
/
+38
*
[lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...
Raphael Isemann
2019-12-16
1
-1
/
+1
*
[lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
Raphael Isemann
2019-12-16
1
-6
/
+6
*
[lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...
Raphael Isemann
2019-12-16
1
-5
/
+3
*
[lldb] Remove ClangASTMetrics
Raphael Isemann
2019-12-12
1
-38
/
+0
*
Move decl completion out of the ASTImporterDelegate and document it [NFC]
Raphael Isemann
2019-09-20
1
-100
/
+102
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-89
/
+93
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-6
/
+6
*
Add AST logging
Gabor Marton
2019-05-22
1
-0
/
+22
*
[ASTImporter] Use llvm::Expected and Error in the importer API
Gabor Marton
2019-05-15
1
-34
/
+65
*
Rename Minion to ASTImporterDelegate
Raphael Isemann
2019-05-02
1
-45
/
+52
*
Instantiate 'std' templates explicitly in the expression evaluator
Raphael Isemann
2019-04-30
1
-0
/
+31
*
Remove the unused return value in ASTImporter::Imported [NFC]
Raphael Isemann
2019-03-20
1
-3
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+3
*
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
*
[ASTImporter] Set MustBuildLookupTable on PrimaryContext
Gabor Marton
2018-11-26
1
-1
/
+1
*
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
[next]