diff options
author | Tobias Grosser <tobias@grosser.es> | 2014-10-22 23:00:03 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2014-10-22 23:00:03 +0000 |
commit | f084edd0b43fcb26a5a2e49c77a580497f780056 (patch) | |
tree | f8016d9a268bf4bdb51cebdcca0c3e37f84bca3b /clang/lib/Basic/Module.cpp | |
parent | ac7dc6e70157313c455fd49f317e868833fbfdc7 (diff) | |
download | llvm-f084edd0b43fcb26a5a2e49c77a580497f780056.zip llvm-f084edd0b43fcb26a5a2e49c77a580497f780056.tar.gz llvm-f084edd0b43fcb26a5a2e49c77a580497f780056.tar.bz2 |
Use braces in multi-statement DEBUG() code [NFC]
By adding braces into the DEBUG statement we can make clang-format format code
such as:
DEBUG(stmt1(); stmt2())
as multi-line code:
DEBUG({
stmt1();
stmt2();
});
This makes control-flow in debug statements easier to read.
llvm-svn: 220441
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions