cef/tools
Eric Astor 55e158fe81 Avoid generating an accidental UDL suffix
In the error case, we previously output a pragma with a string immediately
followed by __FILE__ - but with no space between the string terminator and
__FILE__, a compliant C++ compiler can interpret this as a user-defined literal
suffix and end up failing to embed the intended information. We should add
spaces here to ensure our generated code is standards-compliant.
2023-04-12 19:54:31 +00:00
..
automate
cefbuilds
distrib
yapf
cef_api_hash.py
cef_parser.py Avoid generating an accidental UDL suffix 2023-04-12 19:54:31 +00:00
cef_version.py
clang_util.py
combine_libs.py
compile_ib_files.py
crash_server.py
date_util.py
exec_util.py
file_util.py
fix_style.bat
fix_style.py
fix_style.sh
gclient_hook.py
gclient_util.py
git_util.py
gn_args.py
gypi_to_gn.py
issue_1999.py
make_api_hash_header.py
make_capi_header.py
make_cmake.py
make_config_header.py
make_cppdocs.bat
make_cppdocs.sh
make_cpptoc_header.py
make_cpptoc_impl.py Avoid generating an accidental UDL suffix 2023-04-12 19:54:31 +00:00
make_ctocpp_header.py
make_ctocpp_impl.py Avoid generating an accidental UDL suffix 2023-04-12 19:54:31 +00:00
make_distrib.bat
make_distrib.py
make_distrib.sh
make_gypi_file.py
make_libcef_dll_dylib_impl.py
make_pack_header.py
make_version_header.bat
make_version_header.py
make_version_header.sh
make_wrapper_types_header.py
msvs_env.bat
patch.bat
patch.sh
patch_updater.bat
patch_updater.py
patch_updater.sh
patcher.README.txt
patcher.py
translator.README.txt Avoid generating an accidental UDL suffix 2023-04-12 19:54:31 +00:00
translator.bat
translator.py
translator.sh
yapf_util.py