llvm-project/clang/lib
Daniel Jasper f9fc215f82 clang-format: Treat a trailing comment like a trailing comma in braced lists.
Before:
  static StructInitInfo module = {MODULE_BUILTIN, /* type */
                                  "streams" /* name */
  };

After:
  static StructInitInfo module = {
      MODULE_BUILTIN, /* type */
      "streams"       /* name */
  };

This fixes llvm.org/PR19378.

llvm-svn: 205851
2014-04-09 13:18:49 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST Add support for MSVC's __FUNCSIG__ 2014-04-08 18:13:24 +00:00
ASTMatchers Revert "Add support for named values in the parser." 2014-04-03 12:50:47 +00:00
Analysis Thread Safety Analysis. Misc fixes to SExpr code, responding to code review 2014-04-08 22:21:22 +00:00
Basic Driver: add target definition for Windows on ARM 2014-04-04 20:31:19 +00:00
CodeGen Add support for MSVC's __FUNCSIG__ 2014-04-08 18:13:24 +00:00
Driver Fix a typo introduced in r205716 2014-04-07 16:19:27 +00:00
Edit Avoid a local Twine variable. 2014-03-29 16:54:24 +00:00
Format clang-format: Treat a trailing comment like a trailing comma in braced lists. 2014-04-09 13:18:49 +00:00
Frontend If a header is explicitly included in module A, and excluded from an umbrella 2014-04-08 13:13:04 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers intrin.h: Fix up bugs in the cr3 and msr intrinsics 2014-04-08 17:49:16 +00:00
Index libclang/libIndex: USR generation: mangle source location into USRs for macros, 2014-03-28 22:21:26 +00:00
Lex If a header is explicitly included in module A, and excluded from an umbrella 2014-04-08 13:13:04 +00:00
Parse [MS-ABI] Add support for #pragma section and related pragmas 2014-04-08 22:30:47 +00:00
Rewrite Objective-C modern translator. Fix declaration of 2014-04-01 19:32:35 +00:00
Sema [MS-ABI] Add support for #pragma section and related pragmas 2014-04-08 22:30:47 +00:00
Serialization Have validate-system-headers override validate-once-per-build-session 2014-04-08 15:36:28 +00:00
StaticAnalyzer Add missing include. 2014-04-09 03:31:44 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00