Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4fe23a79
Kaydet (Commit)
4fe23a79
authored
Şub 29, 2016
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
compilerplugins: fix clang-3.7 build
Change-Id: I2d845d3e008cec085ce2b355c9a058363bd021cb
üst
5d54dd64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
compat.hxx
compilerplugins/clang/compat.hxx
+3
-3
No files found.
compilerplugins/clang/compat.hxx
Dosyayı görüntüle @
4fe23a79
...
@@ -82,7 +82,7 @@ inline bool forallBases(
...
@@ -82,7 +82,7 @@ inline bool forallBases(
void
*
callbackParam
,
void
*
callbackParam
,
bool
AllowShortCircuit
)
bool
AllowShortCircuit
)
{
{
#if CLANG_VERSION >= 30
7
00
#if CLANG_VERSION >= 30
8
00
(
void
)
callbackParam
;
(
void
)
callbackParam
;
return
decl
.
forallBases
(
BaseMatches
,
AllowShortCircuit
);
return
decl
.
forallBases
(
BaseMatches
,
AllowShortCircuit
);
#else
#else
...
@@ -157,7 +157,7 @@ inline clang::QualType getParamType(
...
@@ -157,7 +157,7 @@ inline clang::QualType getParamType(
inline
clang
::
Stmt
::
const_child_iterator
begin
(
inline
clang
::
Stmt
::
const_child_iterator
begin
(
clang
::
Stmt
::
const_child_range
const
&
range
)
clang
::
Stmt
::
const_child_range
const
&
range
)
{
{
#if CLANG_VERSION >= 30
7
00
#if CLANG_VERSION >= 30
8
00
return
range
.
begin
();
return
range
.
begin
();
#else
#else
return
range
.
first
;
return
range
.
first
;
...
@@ -167,7 +167,7 @@ inline clang::Stmt::const_child_iterator begin(
...
@@ -167,7 +167,7 @@ inline clang::Stmt::const_child_iterator begin(
inline
clang
::
Stmt
::
const_child_iterator
end
(
inline
clang
::
Stmt
::
const_child_iterator
end
(
clang
::
Stmt
::
const_child_range
const
&
range
)
clang
::
Stmt
::
const_child_range
const
&
range
)
{
{
#if CLANG_VERSION >= 30
7
00
#if CLANG_VERSION >= 30
8
00
return
range
.
end
();
return
range
.
end
();
#else
#else
return
range
.
second
;
return
range
.
second
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment