dart-sdk/runtime
Martin Kustermann 554c3c9683 VM: Enforce correctly formatted C++ code
Currently the presubmit script for 'git cl upload' will just warn the developer
that code is incorrectly formatted and asks whether to proceed. This makes
developers sometimes just ignore the warning and upload incorrectly formatted
C++ code.

This causes incorrectly formatted code to be committed to the repository and
will cause a presubmit warning/question for all developers afterwards.

This CL will therefore turn the warning into an error to ensure our c++ code is
always correctly formatted.

R=zra@google.com

Review URL: https://codereview.chromium.org/2525633002 .
2016-11-30 23:52:52 +01:00
..
bin VM: Fix memory leak during shutdown 2016-11-30 23:52:04 +01:00
include Dump stack trace on segfault in the VM. 2016-11-23 10:29:07 -08:00
lib Make EfficientLength extend Iterable. 2016-11-28 08:04:04 +01:00
observatory Update status for failing tests 2016-11-29 14:26:27 +01:00
platform VM: Fix memory leak during shutdown 2016-11-30 23:52:04 +01:00
tests/vm Fuchsia: Enable newly working socket tests; use MX_CLOCK_UTC. 2016-11-28 15:50:54 -08:00
third_party Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
tools Fix the Fuchsia build 2016-10-27 09:59:58 -07:00
vm Fixed the conditions of an assert causing the debug VM to crash when trying to load a library from an invalid path. Created copy of a previous deferred_import_t02.dart test from co19 as a regression test until deferred_import_t02.dart is reverted to the previous test. 2016-11-29 14:07:19 -08:00
.gitignore
BUILD.gn GN: Removes libdart_nosnapshot_precompiled_runtime 2016-11-16 08:57:17 -08:00
codereview.settings Remove trailing slash in codereview.settings to fix review url double slash 2015-10-01 07:27:13 -07:00
CPPLINT.cfg clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart-runtime.gyp Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00