hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper 1a148b4922 clang-format: Spacing inside enum braces.
Before (in Google style):
  enum ShortEnum {A, B, C};

After:
  enum ShortEnum { A, B, C };

llvm-svn: 198559
2014-01-05 13:23:23 +00:00
..
CMakeLists.txt [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 12:40:37 +00:00
FormatTest.cpp clang-format: Spacing inside enum braces. 2014-01-05 13:23:23 +00:00
FormatTestJS.cpp Allow predefined styles to define different options for different languages. 2013-12-10 11:28:13 +00:00
FormatTestUtils.h Create a separate file for JS-specific unit tests. 2013-12-03 10:50:16 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00