Before:
try
(SomeResource rs = someFunction()) {
Something();
}
After:
try (SomeResource rs = someFunction()) {
Something();
}
llvm-svn: 225973
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| FormatTest.cpp | ||
| FormatTestJS.cpp | ||
| FormatTestJava.cpp | ||
| FormatTestProto.cpp | ||
| FormatTestUtils.h | ||
| Makefile | ||