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
/
clang
/
lib
/
AST
/
ExternalASTMerger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize llvm::Error handling in ExternalASTMerger
Raphael Isemann
2019-11-14
1
-3
/
+1
*
[lldb][modern-type-lookup] No longer import temporary declarations into the p...
Raphael Isemann
2019-10-04
1
-7
/
+96
*
[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource
Raphael Isemann
2019-10-01
1
-13
/
+14
*
[lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...
Raphael Isemann
2019-09-30
1
-4
/
+8
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[ASTImporter] Use llvm::Expected and Error in the importer API
Gabor Marton
2019-05-15
1
-7
/
+7
*
Changed every use of ASTImporter::Import to Import_New
Balazs Keri
2019-04-08
1
-16
/
+37
*
Remove the unused return value in ASTImporter::Imported [NFC]
Raphael Isemann
2019-03-20
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Set MustBuildLookupTable on PrimaryContext in ExternalASTMerger
Raphael Isemann
2018-11-29
1
-2
/
+2
*
[ASTImporter] Added error handling for AST import.
Balazs Keri
2018-10-19
1
-2
/
+4
*
[ASTImporter] Refactor Decl creation
Gabor Marton
2018-07-12
1
-4
/
+4
*
[ASTImporter] avoid warnings: unused var, switch covered
Sam McCall
2018-01-26
1
-0
/
+1
*
[ASTImporter] Support LambdaExprs and improve template support
Aleksei Sidorin
2018-01-26
1
-3
/
+33
*
Fix -Wcast-qual warning after r314336.
Nico Weber
2017-09-28
1
-1
/
+1
*
Add support for remembering origins to ExternalASTMerger
Sean Callanan
2017-09-27
1
-93
/
+309
*
[ExternalASTMerger] Import Objective-C classes
Sean Callanan
2017-07-25
1
-1
/
+5
*
clang-import-test had some dead code. I did the following to eliminate it:
Sean Callanan
2017-07-10
1
-5
/
+0
*
Call setMustBuildLookupTable on TagDecls in ExternalASTMerger
Lang Hames
2017-06-17
1
-0
/
+1
*
[ASTImporter] Improve handling of incomplete types
Sean Callanan
2017-05-13
1
-0
/
+6
*
Use default ref capture to simplify local lambdas, use a template to avoid st...
David Blaikie
2017-04-17
1
-22
/
+17
*
ExternalASTMerger.cpp: Silence another warning. [-Wunused-lambda-capture]
NAKAMURA Takumi
2017-04-13
1
-0
/
+1
*
Silence unused variable warning in release builds.
Benjamin Kramer
2017-04-11
1
-0
/
+1
*
[ExternalASTMerger] Removed a move constructor to address MSVC build failure
Sean Callanan
2017-04-11
1
-1
/
+1
*
[ExternalASTMerger] Fix the MSVC build
Sean Callanan
2017-04-11
1
-3
/
+3
*
[clang-import-test] Lookup inside contexts
Sean Callanan
2017-04-11
1
-0
/
+183