llvm-project/clang/lib
Daniel Jasper 61a40782df 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 */
  ...
}

llvm-svn: 183420
2013-06-06 16:08:57 +00:00
..
ARCMigrate Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
AST When a static storage duration temporary appears in a constant expression, it 2013-06-06 08:19:16 +00:00
ASTMatchers Parser/Registry argument enhancements. 2013-06-04 15:46:22 +00:00
Analysis Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully covered 2013-06-04 17:38:44 +00:00
Basic Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337> 2013-06-03 23:57:13 +00:00
CodeGen PR14763: Debug info for non-trivial record parameters 2013-06-05 18:30:31 +00:00
Driver If we're splitting the dwarf for fission and don't want to use the 2013-06-05 23:58:15 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Fix incorrect line breaking before trailing block comments. 2013-06-06 16:08:57 +00:00
Frontend Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Add arm_neon.h to the builtin intrinsics module map. 2013-05-20 14:07:18 +00:00
Lex [Preprocessor] Prevent expansion of y in x ## y when x is empty 2013-05-25 01:35:18 +00:00
Parse Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
Rewrite Added Lexer::getBufferEnd(). 2013-06-04 16:58:03 +00:00
Sema Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the 2013-06-06 13:48:00 +00:00
Serialization Model temporary lifetime-extension explicitly in the AST. Use this model to 2013-06-05 00:46:14 +00:00
StaticAnalyzer [analyzer] Improve debug output for PathDiagnosticPieces. 2013-06-06 01:57:19 +00:00
Tooling ClangTool: strip -o from the command line 2013-06-06 11:52:19 +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