Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
Vivy
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Elliu
Vivy
Validations
a96219ef
Vérifiée
Valider
a96219ef
rédigé
Il y a 3 ans
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
WIP: Implementation of IrType should be Ok
parent
c3b1855d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion
!25
Draft: New Vivy module spec
Modifications
2
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
src/Lib/Script/Ast/IrType.cc
+6
-0
6 ajouts, 0 suppression
src/Lib/Script/Ast/IrType.cc
src/Lib/Script/Ast/IrType.hh
+2
-0
2 ajouts, 0 suppression
src/Lib/Script/Ast/IrType.hh
avec
8 ajouts
et
0 suppression
src/Lib/Script/Ast/IrType.cc
+
6
−
0
Voir le fichier @
a96219ef
...
@@ -120,11 +120,17 @@ IrTAss::parse(std::vector<Token> *)
...
@@ -120,11 +120,17 @@ IrTAss::parse(std::vector<Token> *)
namespace
Vivy
::
Script
namespace
Vivy
::
Script
{
{
IrTOption
::
IrTOption
(
IrOption
*
opt
)
noexcept
:
selfInnerOption
(
opt
)
{
}
IrType
::
Type
IrType
::
Type
IrTOption
::
type
()
const
noexcept
IrTOption
::
type
()
const
noexcept
{
{
return
Type
::
Option
;
return
Type
::
Option
;
}
}
const
IrOption
*
const
IrOption
*
IrTOption
::
innerType
()
const
noexcept
IrTOption
::
innerType
()
const
noexcept
{
{
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
src/Lib/Script/Ast/IrType.hh
+
2
−
0
Voir le fichier @
a96219ef
...
@@ -52,6 +52,8 @@ class IrTOption final : public IrType {
...
@@ -52,6 +52,8 @@ class IrTOption final : public IrType {
IrOption
*
selfInnerOption
=
nullptr
;
IrOption
*
selfInnerOption
=
nullptr
;
IrTOption
(
IrOption
*
)
noexcept
;
public:
public:
Type
type
()
const
noexcept
override
;
Type
type
()
const
noexcept
override
;
const
IrOption
*
innerType
()
const
noexcept
;
const
IrOption
*
innerType
()
const
noexcept
;
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter