1. bb994c6 [Format] Add machine-readable SPDX license ID to clang-format.el by sammccall · 4 years, 10 months ago main master
  2. f40d1f4 [clang-format] Proposal for clang-format to give compiler style warnings by paulhoad · 4 years, 10 months ago
  3. f61b1e0 Revert r374663 "[clang-format] Proposal for clang-format to give compiler style warnings" by nico · 4 years, 10 months ago
  4. 73d1fd6 [clang-format] Proposal for clang-format to give compiler style warnings by paulhoad · 4 years, 10 months ago
  5. b125d50 [clang-format] [NFC] Ensure clang-format is itself clang-formatted. by paulhoad · 4 years, 10 months ago
  6. 8b4035c [clang-format] [PR36858] Add missing .hh and .cs extensions from python support utilities by paulhoad · 4 years, 10 months ago
  7. b0308d5 [clang] Adopt new FileManager error-returning APIs by harlanhaskins · 5 years ago
  8. 9759994 Improve clang-format-diff help output by nico · 5 years ago
  9. ef15b77 cmake: Add CLANG_LINK_CLANG_DYLIB option by tstellar · 5 years ago
  10. cd5aff7 [git-clang-format] recognize hxx as a C++ file by vmiklos · 5 years ago
  11. 990e777 git-clang-format: Remove trailing whitespace in docstring. NFC. by sbc · 5 years ago
  12. 2b978b6 [ClangFormat] Editor integrations inherit default style from clang-format binary by sammccall · 5 years ago
  13. 77a4b6d [clang-format] Fix the crash when formatting unsupported encodings by owenpan · 5 years ago
  14. 3e050fe [clang-format] Add basic support for formatting C# files by paulhoad · 5 years ago
  15. a3caf45 [tools] Fix python DeprecationWarning: invalid escape sequence by serge_sans_paille · 5 years ago
  16. 079ee0b Update the file headers across all of the LLVM projects in the monorepo by chandlerc · 6 years ago
  17. 2757fe9 Portable Python script across Python version by serge_sans_paille · 6 years ago
  18. 0561334 Portable Python script across Python version by serge_sans_paille · 6 years ago
  19. 7844450 Portable Python script across Python version by serge_sans_paille · 6 years ago
  20. 96636aa Lift VFS from clang to llvm (NFC) by jdevlieghere · 6 years ago
  21. e863ca5 clang-format-diff: Make it work with python3 too by krasimir · 6 years ago
  22. 66e1057 [clang-format] Add a default format style that can be used by users of `getStyle` by ioeric · 6 years ago
  23. 7822084 Remove \brief commands from doxygen comments. by adrian · 6 years ago
  24. cdaacac Use InitLLVM in clang as well. by ruiu · 6 years ago
  25. fc46f65 Fix typos in clang by alexfh · 6 years ago
  26. 9b1d30f [clang-format] Wildcard expansion on Windows. by alexfh · 6 years ago
  27. 3597d09 [clang-format] Fix bug where -dump-config failed on ObjC header by benhamilton · 7 years ago
  28. b9e512f [git-clang-format] Process CUDA files by hahnfeld · 7 years ago
  29. 5acf023 [CMake] Use PRIVATE in target_link_libraries for fuzzers. by morehouse · 7 years ago
  30. d8a5423 [CMake] Use PRIVATE in target_link_libraries for executables by smeenai · 7 years ago
  31. 1b620ca Fix assume-filename handling in clang-format.el by phst · 7 years ago
  32. 35c8ff0 Fix clang-format CLion integration bug. by ioeric · 7 years ago
  33. d9edf9e [cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE. by morehouse · 7 years ago
  34. 6e04ec6 [clang-format] Allow building fuzzer with OSS-Fuzz flags. by morehouse · 7 years ago
  35. f94a89d Update for llvm change. by rafael · 7 years ago
  36. b962637 [clang-format] Fix lines=all case in clang-format.py by krasimir · 7 years ago
  37. 008aed5 Fix ClangFormatFuzzer. by george.karpenkov · 7 years ago
  38. a28a1ec Update Clang fuzzers to use libFuzzer bundled with the toolchain. by george.karpenkov · 7 years ago
  39. 4f86120 [clang-format] Fix lines regression in clang-format.py by krasimir · 7 years ago
  40. a23fc48 clang-format: add an option -verbose to list the files being processed by sylvestre · 7 years ago
  41. 7b50452 clang-format: Add capability to format the diff on save in vim. by djasper · 7 years ago
  42. e66edf0 [clang-format] Allow git-clang-format to handle empty extensions. by ericwf · 7 years ago
  43. 00bed78 Print registered targets in clang's version information by dim · 7 years ago
  44. 0c1a8a4 Make git-clang-format python 3 compatible by ericwf · 7 years ago
  45. 0653eee [clang-format] Replace IncompleteFormat by a struct with Line by krasimir · 7 years ago
  46. cc70e3a Fix Python 2 vs 3 incompatability with dict.items() vs iteritems() by ericwf · 7 years ago
  47. 0c2352a Begin making git-clang-format python3 compatible. by ericwf · 7 years ago
  48. c09c8de clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, reloaded by nico · 7 years ago
  49. e87098e Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Windows, PR26125", and r296171. by chapuni · 7 years ago
  50. 7e02d2d clang-format: Don't leave behind temp files in -i mode on Windows, PR26125 by nico · 7 years ago
  51. f9dd41b clang-format: [JS] do not format MPEG transport streams. by mprobst · 8 years ago
  52. ead42ff Use UTF-8 for all communication with clang-format by phst · 8 years ago
  53. f63bff6 Make sure that clang-format input is in the right encoding by phst · 8 years ago
  54. a7d6236 clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle by amaiorano · 8 years ago
  55. 4be7a6c clang-format: Separate out a language kind for ObjC. by djasper · 8 years ago
  56. f8c29ee [clang-format] Another attempt at python 3 compatibility by vedantk · 8 years ago
  57. ad8850a Add the --no-color option to the git call in the doc when using clang-format-diff by sylvestre · 8 years ago
  58. 4d5fc13 clang-format: Use git-ls-tree to get file mode in diff mode by srhines · 8 years ago
  59. f339b22 Attempt to make clang-format.py python 3 - compatible. by alexfh · 8 years ago
  60. 5a36578 Fix warnings from python difflib. by alexfh · 8 years ago
  61. 6a413e9 Fix clang-format vim integration issue with non-ascii characters by alexfh · 8 years ago
  62. 96234cd Minor cleanups in clang-format.el. by klimek · 8 years ago
  63. 0ed791d clang-format: Add an option to git-clang-format to diff between to commits by srhines · 8 years ago
  64. 36fbb92 clang-format: Add Java detection to git-clang-format. by srhines · 8 years ago
  65. d317099 clang-format: Make emacs integration work with narrowed buffers. by djasper · 8 years ago
  66. 73289d7 [clang-format-vim] Support vim linked against py3 by ldrumm · 8 years ago
  67. 5159065 Make clang-format remove duplicate headers when sorting #includes. by ioeric · 8 years ago
  68. 531dffd Implement tooling::Replacements as a class. by ioeric · 8 years ago
  69. e8b7807 [NFC] Header cleanup by mehdi_amini · 8 years ago
  70. 2b036d3 Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. by ioeric · 8 years ago
  71. 54e6c05 Update to match LLVM r272232. by rsmith · 8 years ago
  72. 992dfac [CMake] Add install-clang-format target by migrating to add_clang_tool by cbieneman · 8 years ago
  73. a9827f5 Remove autoconf support by cbieneman · 9 years ago
  74. a72164d clang-format-diff: Replace hard-code default for clang-format binary with flag. by djasper · 9 years ago
  75. 9e191b4 clang-format: Make moving of the Cursor work properly when sorting #includes. by djasper · 9 years ago
  76. 71631c2 clang-format: Enable #include sorting by default. by djasper · 9 years ago
  77. 636f855 Update list of languages advertised in OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf code. by nico · 9 years ago
  78. c8a1a08 clang-format: Basic escaping when outputting XML. by djasper · 9 years ago
  79. ea5da0e clang-format: Add include sorting capabilities to sublime, emacs and by djasper · 9 years ago
  80. 39bdfea [VFS] Transition clang-format to use an in-memory FS. by d0k · 9 years ago
  81. acb16f9 [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. (following llvm r249214) by kcc · 9 years ago
  82. 1768823 clang-format: Add clangRewrite dependency to fix cmake build. by djasper · 9 years ago
  83. 44bf2ae clang-format: Use Rewriter again to write the output files. by djasper · 9 years ago
  84. 262cb33 clang-format: Extend #include sorting functionality by djasper · 9 years ago
  85. 578d203 clang-format: Add initial #include sorting capabilities. by djasper · 9 years ago
  86. 9de4e3f clang-format: Extend vim integration so that a line range can be passed in. by djasper · 9 years ago
  87. 057b307 clang-format: Add TypeScript detection to git-clang-format. by djasper · 9 years ago
  88. 02debe8 Fix terrible python goof in clang-format.py which broke my vim integration. by chandlerc · 9 years ago
  89. 10fdb78 Make vim also output a helpful message in some error cases. by klimek · 9 years ago
  90. c1e0be0 revert r237081 -- bad idea (-lcrypt may not be present) by kcc · 9 years ago
  91. aefb4d3 add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it) by kcc · 9 years ago
  92. 0c6c947 Reapply r236854 and fixed r236867. by djasper · 9 years ago
  93. 7e070d5 Revert "Make emacs show when clang-format encountered a syntax error." by grosser · 9 years ago
  94. 3419657 Revert "clang-format: Only output IncompleteFormat if -cursor is given." by rengolin · 9 years ago
  95. 2a270d9 clang-format: Only output IncompleteFormat if -cursor is given. by djasper · 9 years ago
  96. 9bdce5a Make emacs show when clang-format encountered a syntax error. by klimek · 9 years ago
  97. b590819 fix clang-fuzzer and clang-format-fuzzer by kcc · 9 years ago
  98. 529feb1 clang-format: Don't allow -i when reading from stdin. by djasper · 9 years ago
  99. 701b33d clang-format: Add default fallback style. by djasper · 9 years ago
  100. 0f3ae42 clang-format: add an option for fallback style in vimrc by djasper · 9 years ago