Commit History

Author SHA1 Message Date
  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 6 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
  David L. Jones 7653a4f768 [Format] Do not use a global static value for EOF within ScopedMacroState. 7 years ago
  Ben Hamilton 3954072652 [clang-format/ObjC] Correctly parse Objective-C methods with 'class' in name 7 years ago
  Nicola Zaghen ff0626ea3c [clang] Update uses of DEBUG macro to LLVM_DEBUG. 7 years ago
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 years ago
  Manuel Klimek 3a450c6074 Format closing braces when reformatting the line containing the opening brace. 7 years ago
  Manuel Klimek 7c0049b35f Fix bugs around handling C++11 attributes. 7 years ago