llvm-project/clang/lib/Format
Aaron Ballman dd69ef38db C++1y is now C++14!
Changes diagnostic options, language standard options, diagnostic identifiers, diagnostic wording to use c++14 instead of c++1y. It also modifies related test cases to use the updated diagnostic wording.

llvm-svn: 215982
2014-08-19 15:55:55 +00:00
..
BreakableToken.cpp clang-format: Fix bug introduced by r208392. 2014-05-09 13:11:16 +00:00
BreakableToken.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
ContinuationIndenter.cpp clang-format: Fix indentation in multi-line placement new. 2014-08-06 13:14:58 +00:00
ContinuationIndenter.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Encoding.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Format.cpp C++1y is now C++14! 2014-08-19 15:55:55 +00:00
FormatToken.cpp clang-format: Format long lists in columns if without bin-packing. 2014-08-13 08:46:21 +00:00
FormatToken.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Makefile
TokenAnnotator.cpp clang-format: Prefer breaking after return type over template param 2014-08-15 05:00:39 +00:00
TokenAnnotator.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
UnwrappedLineParser.cpp Fixes bug 20587 - Add K&R break before braces style 2014-08-11 12:18:01 +00:00
UnwrappedLineParser.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
WhitespaceManager.cpp clang-format: Fix bug introduced by r208392. 2014-05-09 13:11:16 +00:00
WhitespaceManager.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00