clang-1/unittests
Daniel Jasper 65d2c38294 Fix incorrect line breaking before trailing block comments.
Before, clang-format would happily move a trailing block comment to a
new line, which normally changes the perceived binding of that comment.

E.g., it would move:
void f() { /* comment */
  ...
}
to:
void f() {
  /* comment */
  ...
}

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183420 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-06 16:08:57 +00:00
..
AST ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". 2013-06-05 06:54:06 +00:00
ASTMatchers Parser/Registry argument enhancements. 2013-06-04 15:46:22 +00:00
Basic [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about 2013-05-03 22:31:32 +00:00
Format Fix incorrect line breaking before trailing block comments. 2013-06-06 16:08:57 +00:00
Frontend Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
Lex [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. 2013-05-16 21:37:39 +00:00
Tooling Enables chaining of argument adjusters in clang tools. 2013-06-04 14:44:44 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00