- 30 Nis, 2019 2 kayıt (commit)
-
-
Noel Grandin yazdı
Revert part of commit dd8d5e57 Date: Mon Apr 29 11:18:21 2019 +0200 improve loplugin:stringconstant sberg's original gerrit comment: but there can also be other problematic overloads for parameters like `void const *` or `std::string_view`. I'm not sure this change is worth the potential false positives. and continuing IRC discussion: <noelgrandin> I'll revert the compilerplugins/ part <sberg> noelgrandin, my main concern is that /if/ somebody eventually runs into such an overload situation, it's really hard to get the warnings/errors fixed for those people, short of going into the plugin itself Change-Id: I4916ce8943c4319d7ef9084e22d6a0eeb430b15c
-
Noel Grandin yazdı
to find more places we can elide the OUString() constructor at call sites Change-Id: Ie09f3c61f2c4b4959c97dc98ebcbaf7c51d5d713 Reviewed-on: https://gerrit.libreoffice.org/71514 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 29 Nis, 2019 1 kayıt (commit)
-
-
Andrea Gelmini yazdı
Change-Id: I6e04287504cc8d4c0e3d09632ee1c7355157e5ee Reviewed-on: https://gerrit.libreoffice.org/71500 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
- 29 Kas, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
and tweak the methods in check.hxx to make them more flexible when called with dc.Class(xxx ? "foo" : "bar") Change-Id: I881fe628f22121ced4d8849715d6b1c92b092da1 Reviewed-on: https://gerrit.libreoffice.org/64207 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 27 Kas, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
the old EvaluateAsInt method has been dropped as from current clang Change-Id: Ie30d1547ad8de777badff4b380d2fc9fb261e8fe Reviewed-on: https://gerrit.libreoffice.org/64107 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 14 Agu, 2018 1 kayıt (commit)
-
-
Noel Grandin yazdı
by checking if the current namespace decl is in our code, so we have to scan less stuff, which results in a 10% perf improvement for me Change-Id: Idf0e30d57b6d0dcd13daa9ed679c28b9d233d387 Reviewed-on: https://gerrit.libreoffice.org/58942 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 10 Agu, 2018 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...which first added alternative names to and then deprecated getLocBegin/End Change-Id: Iaefb8ce259057abfa6cd20f0b63c0ef2949a96b2 Reviewed-on: https://gerrit.libreoffice.org/58820 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 06 Tem, 2018 1 kayıt (commit)
-
-
Michael Stahl yazdı
There are some problems here, this should fix one of them: the getFilename function returns "<stdin>" for spelling locations, because the input to clang is sort of preprocessed via -frewrite-includes if icecream is used and the file is built on a remote host (whereas it's apparently not preprocessed if the file is compiled locally by icecream). Using getPresumedLoc() uses the #line directives in the preprocessed input, which avoids the problem but is more expensive, so try to use it only when necessary. The getFileEntry(getMainFileID())->getName() pattern will also result in "<stdin>", but fortunately icecream passes -main-file-name, which oddly enough isn't used by the SourceManager's spelling locations, but is available separately via CodeGenOptions. This builds everything successfully with clang version 6.0.0: ICECC_PREFERRED_HOST=myremote make check gb_SUPPRESS_TESTS=t Change-Id: Ic121511683e5302d7b9d85186c8b9c4a5443fa1b Reviewed-on: https://gerrit.libreoffice.org/54993 Tested-by: Jenkins Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
- 29 Ock, 2018 1 kayıt (commit)
-
-
Andrea Gelmini yazdı
Change-Id: Iedd82d035454c940d76a94c7e910c81827c1389c Reviewed-on: https://gerrit.libreoffice.org/48828Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
- 07 Kas, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I26734c13515394162d88351a1cbe2b20abdac865
-
- 28 Eyl, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: If80c53978106789824e6154db396baeecc1969dd Reviewed-on: https://gerrit.libreoffice.org/42876Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 27 Eyl, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
(just in case) Change-Id: Id8ce7436bacba874d9bc04915e42622e3cfca67a
-
- 22 Eyl, 2017 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
(just in case) Change-Id: I9eaf6e920fc7fc3ebc8c705df1cdf34b325db74a Reviewed-on: https://gerrit.libreoffice.org/42614Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
(just in case) Change-Id: I7ba2967c1cef81a3f6604077d876c8b993f7f16a Reviewed-on: https://gerrit.libreoffice.org/42609Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 18 May, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I91bc89a9076c6642e06b238f65f2d31a1d20c6b5
-
- 11 Şub, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I77db8565efe2e0d366afc8470308d7801a2a7337
-
- 10 Şub, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I866a421a2b3e8830aaa7096adaef945a2264195e
-
- 02 Şub, 2017 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I2993d5809204098e29a7560d666fa1aafb024a89
-
Noel Grandin yazdı
after commit dce867e8 "loplugin:stringconstant handle calls to constructors with one arg" Change-Id: Ib572d904a95aa96aab3c799f9b7cfb505fcee5e6
-
- 01 Şub, 2017 3 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ie261d5412c510c045b4d93a6bf1a3d4cf4371897
-
Noel Grandin yazdı
since the latter is rather slow Change-Id: Ib73cdb923585580777c2265b561c1808e93b2baa Reviewed-on: https://gerrit.libreoffice.org/33585Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Ide9148a908bef46ba14640dfa6f556beaf6e3f60 Reviewed-on: https://gerrit.libreoffice.org/33772Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 31 Ock, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
so we can remove unnecessary calls to the OUString(literal) constructor when calling constructors like this: Foo(OUString("xxx"), 1) Change-Id: I1de60ef561437c86b27dc9cb095a5deb2e103b36 Reviewed-on: https://gerrit.libreoffice.org/33698Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 28 Ock, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
..calls when creating exceptions Change-Id: I3bc58a5aa4dc6f0508ecb88b3a843b96b8c7ebfe Reviewed-on: https://gerrit.libreoffice.org/33617Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
- 27 Ock, 2017 1 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I49f736c049735e89ce9f71740f5c308120378a9a
-
- 25 Ock, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I0b39526c0f0854ddbb29e77ece303cf2bdd842c4
-
- 11 Ock, 2017 3 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I3f6e9ec0343074b506cb07b1ad5c9b3e1ef20b5e
-
Stephan Bergmann yazdı
Change-Id: I283da52c0ee2b63c19e31e9a61ab24997c037a6a
-
Stephan Bergmann yazdı
Change-Id: I73f694e6dedb84b3fb3b63ffb9dcda2481bc403c
-
- 10 Ock, 2017 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I16648b018ed0f69a085322cfb88481ee2a0c27ca
-
- 18 Ara, 2016 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I93a23799ad9a76ed9f4f86d69adb610d0962da20
-
Stephan Bergmann yazdı
Change-Id: I1859a92c996b907b8d511cddba25c00c9a52f398
-
- 14 Ara, 2016 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...vs. recently introduced llvm::StringLiteral (llvm/ADT/StringRef.h) Change-Id: I4d74546b0d1401a74b0c15368bbc93794ecd0b1d
-
- 25 Kas, 2016 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I52a97b8ec273509131c2200e47527221cb62d7ee
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I5c9bfbb97f0eabe1ea691faf522d22070243d234
-
- 29 Agu, 2016 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ibc5128df8bcf8cb5f2f09551c0de6dfdb46bdee0 Reviewed-on: https://gerrit.libreoffice.org/28447Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 29 Haz, 2016 3 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I884acbc85108f9cbd5e244c73a1f4c58a8c89613
-
Stephan Bergmann yazdı
Change-Id: I81e97c5f720535b33dd3ce72d01151765e4e93a0
-
Stephan Bergmann yazdı
Change-Id: I185852a738bac10dc6d331afccfcbc7ae1225cb1
-
- 28 Haz, 2016 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I7cb43f915565dadd611b90ee30373e472f97efb5 Reviewed-on: https://gerrit.libreoffice.org/26748Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-