• Noel Grandin's avatar
    Find places where OUString and OString are passed by value. · 86a32589
    Noel Grandin yazdı
    It's not very efficient, because we generally end up copying it twice -
    once into the parameter and again into the destination OUString.
    
    So I create a clang plugin that finds such places and generates a
    warning so that we can convert them to pass-by-reference.
    
    Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361
    86a32589
Adı
Son kayıt (commit)
Son güncelleme
..
demo Loading commit data...
doc Loading commit data...
inc/pyuno Loading commit data...
qa/pytests Loading commit data...
source Loading commit data...
zipcore Loading commit data...
CustomTarget_python_shell.mk Loading commit data...
CustomTarget_zipcore.mk Loading commit data...
Executable_python.mk Loading commit data...
Library_pythonloader.mk Loading commit data...
Library_pyuno.mk Loading commit data...
Library_pyuno_wrapper.mk Loading commit data...
Makefile Loading commit data...
Module_pyuno.mk Loading commit data...
Package_python_scripts.mk Loading commit data...
Package_python_shell.mk Loading commit data...
Package_zipcore.mk Loading commit data...
PythonTest_pytests.mk Loading commit data...
PythonTest_pyuno_pytests_insertremovecells.mk Loading commit data...
README Loading commit data...
Rdb_pyuno.mk Loading commit data...