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
*
[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
*
[ASTImporter] Fix redecl failures of Class and ClassTemplate
Gabor Marton
2019-03-05
1
-32
/
+2
*
[ASTImporter] Handle built-in when importing SourceLocation and FileID
Shafik Yaghmour
2019-03-04
1
-21
/
+26
*
[ASTImporter] Improve import of FileID.
Balazs Keri
2019-02-27
1
-7
/
+16
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-26
1
-0
/
+28
*
Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."
Reid Kleckner
2019-02-26
1
-28
/
+0
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-25
1
-0
/
+28
*
[ASTImporter] Find previous friend function template
Gabor Marton
2019-02-18
1
-1
/
+1
*
[ASTImporter] Import every Decl in lambda record
Gabor Marton
2019-02-15
1
-7
/
+3
*
[ASTImporter] Check visibility/linkage of functions and variables
Gabor Marton
2019-02-14
1
-70
/
+91
*
Remove unused variable to silence compiler warning
Mikael Holmen
2019-01-29
1
-1
/
+1
*
[ASTImporter] Fix handling of overriden methods during ASTImport
Shafik Yaghmour
2019-01-28
1
-7
/
+37
*
[ASTImporter] Fix importing OperatorDelete from CXXConstructorDecl
Raphael Isemann
2019-01-22
1
-1
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Store some data of CXXNewExpr as trailing objects
Bruno Ricci
2019-01-07
1
-1
/
+1
*
[AST] Store the arguments of CXXConstructExpr in a trailing array
Bruno Ricci
2018-12-22
1
-1
/
+1
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-7
/
+6
*
[ASTImporter] Add importer specific lookup
Gabor Marton
2018-12-17
1
-85
/
+91
*
[ASTImporter] Fix redecl chain of classes and class templates
Gabor Marton
2018-12-17
1
-172
/
+161
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-2
/
+3
*
[ASTImporter] Remove import of definition from GetAlreadyImportedOrNull
Gabor Marton
2018-12-12
1
-10
/
+8
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-1
/
+1
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-1
/
+1
*
Revert "[ASTImporter] Changed use of Import to Import_New in ASTImporter."
Davide Italiano
2018-11-28
1
-373
/
+311
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-1
/
+1
*
[ASTImporter] Changed use of Import to Import_New in ASTImporter.
Balazs Keri
2018-11-28
1
-311
/
+373
*
[ASTImporter] Added Import functions for transition to new API.
Balazs Keri
2018-11-27
1
-0
/
+94
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-1
/
+1
[next]