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
/
ASTImporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-2
/
+2
*
[ASTImporter] Reorder fields after structure import is finished
Gabor Marton
2019-07-25
1
-1
/
+53
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-24
1
-0
/
+4
*
Revert r366449: [CrossTU] Add a function to retrieve original source location.
Ilya Biryukov
2019-07-18
1
-24
/
+3
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-18
1
-3
/
+24
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
1
-7
/
+28
*
Fix uninitialized variable analyzer warning. NFCI.
Simon Pilgrim
2019-07-15
1
-1
/
+1
*
[ASTImporter] Added visibility context check for EnumDecl.
Balazs Keri
2019-07-09
1
-0
/
+2
*
[ASTImporter] Fix import of lambda in function param
Gabor Marton
2019-07-08
1
-11
/
+12
*
[ASTImporter] Mark erroneous nodes in shared st
Gabor Marton
2019-07-01
1
-14
/
+44
*
[ASTImporter] Silence unused variable warning in Release builds. NFC.
Benjamin Kramer
2019-07-01
1
-0
/
+1
*
[ASTImporter] Mark erroneous nodes in from ctx
Gabor Marton
2019-07-01
1
-8
/
+22
*
[ASTImporter] Propagate error from ImportDeclContext
Gabor Marton
2019-07-01
1
-6
/
+27
*
[ASTImporter] Store import errors for Decls
Gabor Marton
2019-06-25
1
-18
/
+80
*
[clang] Add storage for APValue in ConstantExpr
Gauthier Harnisch
2019-06-15
1
-0
/
+7
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-7
/
+8
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-4
/
+5
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-1
/
+1
*
[ASTImporter] Fix unhandled cases in ASTImporterLookupTable
Gabor Marton
2019-06-11
1
-1
/
+2
*
Re-check in clang support gun asm goto after fixing tests.
Jennifer Yu
2019-06-03
1
-2
/
+8
*
Revert "clang support gnu asm goto."
Erich Keane
2019-05-30
1
-8
/
+2
*
clang support gnu asm goto.
Jennifer Yu
2019-05-30
1
-2
/
+8
*
[ASTImporter] Added visibility context check for CXXRecordDecl.
Balazs Keri
2019-05-27
1
-0
/
+3
*
[ASTImporter] Call to HandleNameConflict in VisitRecordDecl mistakeningly usi...
Shafik Yaghmour
2019-05-24
1
-1
/
+1
*
ASTNodeImporter - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-05-18
1
-2
/
+2
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-2
/
+10
*
[ASTImporter] Use llvm::Expected and Error in the importer API
Gabor Marton
2019-05-15
1
-206
/
+77
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-5
/
+23
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-0
/
+8
*
[ASTImporter] Fix inequivalence of unresolved exception spec
Gabor Marton
2019-05-08
1
-0
/
+5
*
[ASTImporter] Import TemplateParameterLists in function templates.
Balazs Keri
2019-05-07
1
-0
/
+21
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-23
/
+5
*
[c++20] Implement P1009R2: allow omitting the array bound in an array
Richard Smith
2019-05-06
1
-1
/
+10
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-5
/
+23
*
[ASTImporter] Add an ImportImpl method to allow customizing Import behavior.
Raphael Isemann
2019-04-29
1
-4
/
+16
*
[ASTImporter] Copy Argument Passing Restrictions setting when importing a CXX...
Shafik Yaghmour
2019-04-26
1
-0
/
+3
*
Fixed comment as pointed out by post-commit review of D59845
Raphael Isemann
2019-04-09
1
-1
/
+1
*
[ASTImporter] Call to HandleNameConflict in VisitEnumDecl mistakeningly using...
Shafik Yaghmour
2019-04-08
1
-1
/
+1
*
Changed every use of ASTImporter::Import to Import_New
Balazs Keri
2019-04-08
1
-7
/
+14
*
[ASTImporter] Convert ODR diagnostics inside ASTImporter implementation
Gabor Marton
2019-04-01
1
-14
/
+14
*
[ASTImporter] Fix IsStructuralMatch specialization for EnumDecl to prevent re...
Shafik Yaghmour
2019-03-27
1
-0
/
+6
*
[ASTImporter] Changed use of Import to Import_New in ASTNodeImporter.
Balazs Keri
2019-03-25
1
-50
/
+22
*
[ASTImporter] Remove obsolete function ImportTemplateParameterList.
Balazs Keri
2019-03-20
1
-49
/
+7
*
[ASTImporter] Fix redecl failures of FunctionTemplateSpec
Gabor Marton
2019-03-19
1
-7
/
+14
*
[ASTImporter] Fix redecl failures of ClassTemplateSpec
Gabor Marton
2019-03-19
1
-136
/
+118
*
Refactor cast<>'s in if conditionals, which can only assert on failure.
Don Hinton
2019-03-19
1
-28
/
+25
*
[ASTImporter] Fix import of NestedNameSpecifierLoc.
Balazs Keri
2019-03-14
1
-1
/
+4
*
[ASTImporter] Changed use of Import to Import_New in ASTImporter.
Balazs Keri
2019-03-07
1
-313
/
+375
*
[ASTImporter] Import member expr with explicit template args
Gabor Marton
2019-03-07
1
-3
/
+7
*
[ASTImporter] Handle redecl chain of FunctionTemplateDecls
Gabor Marton
2019-03-07
1
-16
/
+40
[next]