llvm-project/clang/unittests/Format
Daniel Jasper ff974ab88a clang-format: Fix incorrect space removal.
Before:
  Deleted &operator=(const Deleted &)&= default;
  Deleted &operator=(const Deleted &)&&= delete;

After:
  Deleted &operator=(const Deleted &)& = default;
  Deleted &operator=(const Deleted &)&& = delete;

llvm-svn: 200073
2014-01-25 09:16:02 +00:00
..
CMakeLists.txt clang-format: Better support and testing for protocol buffers. 2014-01-19 09:04:08 +00:00
FormatTest.cpp clang-format: Fix incorrect space removal. 2014-01-25 09:16:02 +00:00
FormatTestJS.cpp clang-format: Fixed formatting of JavaScript container literals 2014-01-15 15:09:08 +00:00
FormatTestProto.cpp clang-format: Treat "." in protos like namespace separators. 2014-01-22 08:04:52 +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