Commit History

Author SHA1 Message Date
  Paul Hoad 04d93a17d3 [clang-format] Add ability to wrap braces after multi-line control statements 5 years ago
  Nico Weber e7ad043754 clang-format: Add support for formatting (some) lambdas with explicit template parameters. 6 years ago
  Paul Hoad 3bd37f41b9 [clang-format] Add new style option IndentGotoLabels 6 years ago
  Jonas Devlieghere 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 years ago
  Nico Weber b9b4a211d3 clang-format clang/lib/Format 6 years ago
  Nico Weber 45eea8e6d9 clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro. 6 years ago
  Nico Weber a25d062264 clang-format: Fix namespace end comments for namespaces with attributes and macros. 6 years ago
  Ben Hamilton 83a361438a Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_ENUM and CF_ENUM. 6 years ago
  Francois Ferrand c65fb39b92 clang-format: better handle namespace macros 6 years ago
  Owen Pan f1f9d1bbc2 [clang-format] Fix bug that misses some function-like macro usages 6 years ago
  Owen Pan a8be2fd148 [clang-format] Fix incorrect formatting of keyword macro definition 6 years ago
  Owen Pan 764bd63e5b [clang-format] Add AfterCaseLabel to BraceWrapping 6 years ago
  Ronald Wampler 7e997c278b [clang-format] Add style option AllowShortLambdasOnASingleLine 6 years ago
  Paul Hoad f503b69854 [clang-format] correctly format protobuf fields named "enum". 6 years ago
  Paul Hoad e2755ead71 [clang-format] Add basic support for formatting C# files 6 years ago
  Paul Hoad 9c0f34221d [clang-format] BeforeHash added to IndentPPDirectives 6 years ago
  Krasimir Georgiev cf1bcf5fdc clang-format: distinguish ObjC call subexpressions after r355434 6 years ago
  Paul Hoad fea404bfc1 [clang-format] broken after lambda with return type template with boolean literal 6 years ago
  Jan Korous eccc42be57 [clang-format] Fix lambdas returning template specialization that contains operator in parameter 6 years ago
  Paul Hoad 70f886033a [clang-format] [NFC] clang-format the Format library 6 years ago
  Ben Hamilton 7d86cb1e24 [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow 6 years ago
  Ben Hamilton 3935744422 [clang-format] Fix line parsing for noexcept lambdas 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Hans Wennborg ed20274f71 Java annotation declaration being handled correctly 6 years ago
  Ben Hamilton 9580a67e2e [clang-format] Fix BraceWrapping AfterFunction for ObjC methods 6 years ago
  Francois Ferrand c59e1fef13 clang-format: better handle statement macros 6 years ago
  Owen Pan 784cbe17ca [ClangFormat] 'try' of function-try-block doesn't obey BraceWrapping 7 years ago
  Sam McCall 024b9a4311 clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier 7 years ago
  Jonas Toth e3951d8886 [clang-format] fix PR38557 - comments between "default" and ':' causes the case label to be treated as an identifier 7 years ago
  Krasimir Georgiev 4b2e36517a [clang-format] Fix end-of-file comments text proto formatting 7 years ago