1. 98137aa [scan-build] Log compiler invocation to stderr, not stdout. by Jordan Rose · 11 years ago
  2. d771b44 With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. by Jordan Rose · 11 years ago
  3. c1baef6 Prevent error message when formatting an empty file. by Daniel Jasper · 11 years ago
  4. aad1422 Fix ranges computed by git clang-format. by Daniel Jasper · 11 years ago
  5. fcd0aa1 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  6. 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
  7. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  8. dbb4a35 Don't use PathV1.h in CIndexCodeCompletion.cpp. by Rafael Espindola · 11 years ago
  9. cd0debb Remove dead include. by Rafael Espindola · 11 years ago
  10. 2669e96 Don't use PathV1.h in cc1as_main.cpp. by Rafael Espindola · 11 years ago
  11. 91d1b52 Remove unused header. by Rafael Espindola · 11 years ago
  12. ac1db6b Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 11 years ago
  13. f66ef17 Reorder builds based by ordering. by Eric Christopher · 11 years ago
  14. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  15. 1a554f7 Add some invalid-decl checks to clang_Type_getOffsetOf. by Matt Beaumont-Gay · 11 years ago
  16. c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
  17. 97e5bc2 Comment parsing: followup to r184610: allow multiple \returns by Dmitri Gribenko · 11 years ago
  18. d52b20c [document parsing]: Allow multiple adjacent \return and the like by Fariborz Jahanian · 11 years ago
  19. 4b7bae3 Update to pass in pointers intead of references. by Bill Wendling · 11 years ago
  20. 5c1a9f3 Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie by Dmitri Gribenko · 11 years ago
  21. 68effa0 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 11 years ago
  22. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  23. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  24. aa12d8f Don't depend on the transitive inclusion of PathV1.h. by Rafael Espindola · 11 years ago
  25. 6f2e23b Use the sys::RemoveFileOnSignal that takes a StringRef. by Rafael Espindola · 11 years ago
  26. 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
  27. 2289933 Update for llvm change. by Rafael Espindola · 11 years ago
  28. 009d7d5 libclang: Remove clang::RemapFiles, it's dead code. by Benjamin Kramer · 11 years ago
  29. 082ad2b libclang: Port CIndexer::getClangResourcesPath to PathV2. No functionality change. by Benjamin Kramer · 11 years ago
  30. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  31. a603569 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
  32. 3439237 Include PathV1.h in files that use it. by Rafael Espindola · 11 years ago
  33. ac2bfd8 Make it possible to assign clang-format-buffer to a keybinding. by Manuel Klimek · 11 years ago
  34. 57e6847 [clang-format] Don't flash an ugly cmd prompt in Vim on Windows by Reid Kleckner · 11 years ago
  35. c09f2a8 [libclang] CMake: add an option to control building libclang as a static library (off by default) by Argyrios Kyrtzidis · 11 years ago
  36. bf75e2b clang-check: add missing space in Makefile by Hans Wennborg · 11 years ago
  37. a888813 clang-check: Link the static analyzer in the Makefile build too. by Benjamin Kramer · 11 years ago
  38. 373b807 Add support for static analysis to clang-check by Pavel Labath · 11 years ago
  39. 88c2004 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 11 years ago
  40. 25cd4a2 [libclang] When annotating tokens, don't override a property annotation with a getter/setter method annotation. by Argyrios Kyrtzidis · 11 years ago
  41. 3ee2ad8 [analyzer] Add --override-compiler option to scan-build. by Anna Zaks · 11 years ago
  42. 01970ef Fix default value of clang-format-diff's -p option. by Daniel Jasper · 11 years ago
  43. 1bc085a [libclang] When indexing a @synthesize, don't consider that it defines a getter/setter if one is already defined by the user. by Argyrios Kyrtzidis · 11 years ago
  44. ff62d64 Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that by Roman Divacky · 11 years ago
  45. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  46. 4c9f58f [libclang] Add logging for clang_createTranslationUnit. by Argyrios Kyrtzidis · 11 years ago
  47. 4507a2c clang-format integration for git. by Daniel Jasper · 11 years ago
  48. c810bff scan-build: use the xcodebuild specified by the user. by Jordan Rose · 11 years ago
  49. 02fb580 Fix off-by-one error in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  50. 33886c7 Fix behavior of clang-format's -cursor flag. by Daniel Jasper · 11 years ago
  51. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  52. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  53. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  54. 299cb28 Add basic clang-format integration for sublime text. by Daniel Jasper · 11 years ago
  55. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  56. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  57. 748d38f Update clang-format emacs integration. by Daniel Jasper · 11 years ago
  58. 1fcf31e Update for LLVM interface change in r181680. by Rafael Espindola · 11 years ago
  59. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  60. 46529e5 Reformat clang-format help strings, filter out irrelevant options. by Alexander Kornienko · 11 years ago
  61. dbaa5b0 Updated clang-format help messages for -offset and -length by Alexander Kornienko · 11 years ago
  62. 0ca318b Minor clarifications in help messages and a comment. by Alexander Kornienko · 11 years ago
  63. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  64. 333e44c [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities. by Argyrios Kyrtzidis · 11 years ago
  65. 8c39a1d Further fix to clang-format emacs integration. by Daniel Jasper · 11 years ago
  66. 8ee617e Fix clang-format emacs integration in last line. by Daniel Jasper · 11 years ago
  67. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  68. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  69. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  70. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  71. 1880039 Remove redundant flag. by Bill Wendling · 11 years ago
  72. 497a4eb We don't want FP elimination when doing an Apple-style build. by Bill Wendling · 11 years ago
  73. 82e3b47 Basic clang-format integration for BBEdit. by Daniel Jasper · 11 years ago
  74. 27200ad [analyzer] Finally make c++-analyzer 'executable' again. by Anton Yartsev · 11 years ago
  75. 96d63a2 [analyzer] Recreated as a file. by Anton Yartsev · 11 years ago
  76. 6a22d39 [analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink. by Anton Yartsev · 11 years ago
  77. ceb791c [analyzer] scan-build for Windows by Anton Yartsev · 11 years ago
  78. 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 11 years ago
  79. 1d75a3b [analyzer] scan-view: don't ever serve absolute paths. by Jordan Rose · 11 years ago
  80. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  81. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  82. f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  83. 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 11 years ago
  84. 96bbe19 Fix typo in comparison in clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  85. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 11 years ago
  86. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 11 years ago
  87. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 11 years ago
  88. 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 11 years ago
  89. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  90. 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 11 years ago
  91. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  92. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  93. 7717914 [libclang] Report parameter array types as written in source, not decayed to pointer types. by Argyrios Kyrtzidis · 11 years ago
  94. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  95. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  96. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  97. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  98. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  99. 7a9ed44 Fix clang-format-diff.py script. by Daniel Jasper · 11 years ago
  100. c6d82ca Provide better emacs integration. by Daniel Jasper · 11 years ago