llvm-project/clang/lib/Format
Daniel Jasper d6a947f75f Correct spacing around new and delete.
This fixes llvm.org/PR14913.

Before:  A *a = new(placement) A;
After:   A *a = new (placement) A;
llvm-svn: 172212
2013-01-11 16:09:04 +00:00
..
CMakeLists.txt
Format.cpp Correct spacing around new and delete. 2013-01-11 16:09:04 +00:00
Makefile
UnwrappedLineParser.cpp clang-format: a bit nicer error message. 2013-01-11 16:03:45 +00:00
UnwrappedLineParser.h Basic support for diagnostics. 2013-01-10 15:05:09 +00:00