1. a7856d0 clang-format: Fix alignment of ObjC string literals. by Daniel Jasper · 11 years ago
  2. 6e84e92 Don't emit an internal destructor that is identical to an external one. by Rafael Espindola · 11 years ago
  3. 1b9c024 Use rauw for all discardable aliases, not just linkonce_odr. by Rafael Espindola · 11 years ago
  4. 0ce1c9a clang-format: Improve clang-format's detection about comment binding. by Daniel Jasper · 11 years ago
  5. c569917 Remove an incorrect optimization inside Clang's IRGen. Its check to determine by Nick Lewycky · 11 years ago
  6. 0171c6b If a linkonce_odr dtor/ctor is identical to another one, just rauw. by Rafael Espindola · 11 years ago
  7. 0464e09 Fix %select numbering confusion between diagnostic and Diag call. by Richard Smith · 11 years ago
  8. 152eee9 Make -fdump-vtable-layouts print to stdout, not stderr by Reid Kleckner · 11 years ago
  9. 8b156e2 clang-format: Improve formatting of operators forced to new lines. by Daniel Jasper · 11 years ago
  10. f949591 Thread-safety analysis: check guarded_by and pt_guarded_by on array access. by DeLesley Hutchins · 11 years ago
  11. 61dfea9 Untabify. by Richard Smith · 11 years ago
  12. ce6426f Issue a diagnostic if we see a templated friend declaration that we do not by Richard Smith · 11 years ago
  13. c2e0329 clang-format: Don't auto-break short macros in WebKit style. by Daniel Jasper · 11 years ago
  14. deb61c5 clang-format: Improve linebreaking and indentation for ObjC calls. by Daniel Jasper · 11 years ago
  15. 6b1a4c8 Revert 'Tweak ContainerNonEmptyMap with "int" instead of "bool"'. by Jordan Rose · 11 years ago
  16. 6acb04f Thread the info about vbptr sharing through ASTRecordLayout by Timur Iskhodzhanov · 11 years ago
  17. 2baea28 StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp: Tweak ContainerNonEmptyMap with "int" instead of "bool", to appease building since r194235. by NAKAMURA Takumi · 11 years ago
  18. 2f8b0cc s/DebugPrint/dump/g by Douglas Gregor · 11 years ago
  19. 072ac6c clang-format: Properly indent ObjC calls wrapped before first selector by Daniel Jasper · 11 years ago
  20. 3940e3b Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained reference. by Douglas Gregor · 11 years ago
  21. 80aecf5 ObjectiveC migrator. Added a dropped check in my last patch. by Fariborz Jahanian · 11 years ago
  22. a1977bf Fix a bogus assert I introduced in r194224 by Douglas Gregor · 11 years ago
  23. 9a7a568 [analyzer] Add IdenticalExprChecker, to find copy-pasted code. by Jordan Rose · 11 years ago
  24. 219103d [analyzer] Track whether an ObjC for-in loop had zero iterations. by Jordan Rose · 11 years ago
  25. 64cc0c3 [analyzer] Specialize "loop executed 0 times" for for-in and for-range loops. by Jordan Rose · 11 years ago
  26. 78e39b0 ObjectiveC migrator. Fixes an obscure bug where by Fariborz Jahanian · 11 years ago
  27. 562d45c ubsan: Only emit constants for filenames and type descriptors once. by Will Dietz · 11 years ago
  28. 1a896a5 clang-format: Make breaking before ternary operators configurable. by Daniel Jasper · 11 years ago
  29. 8442b6f Eliminate an unnecessary .c_str() by Douglas Gregor · 11 years ago
  30. fa8e7d3 Adds the ability to inject a DiagnosticConsumer into ClangTools. by Manuel Klimek · 11 years ago
  31. a5ba7b4 Modules: Teach the preprocessor to recognize 'import' only after an '@'. by Douglas Gregor · 11 years ago
  32. 1ce5509 Re-instate contextual conversion to Objective-C pointers in message sends. by Douglas Gregor · 11 years ago
  33. 51fcdf8 Introduce MatchFinder::matchAST. by Peter Collingbourne · 11 years ago
  34. d2bd589 Re-introduce MatchFinder::addDynamicMatcher. by Peter Collingbourne · 11 years ago
  35. baa9af1 PR17800: When performing pack expansion, we must always rebuild the AST nodes by Richard Smith · 11 years ago
  36. f9504aa clang-format: Improve binary operator detection in macros. by Daniel Jasper · 11 years ago
  37. 966e6d3 clang-format: Improve ObjC variadic and binary expression parameters. by Daniel Jasper · 11 years ago
  38. 9aebdc9 PR17615: A delegating constructor initializer is a full-expression. Don't by Richard Smith · 11 years ago
  39. dbfb5f3 clang-format: Improve formatting of constructor initializers. by Daniel Jasper · 11 years ago
  40. 59875ac clang-format: Remove old hack that mainly made incorrect tests pass. by Daniel Jasper · 11 years ago
  41. 740265d Remove an unnecessary condition that I added hastily: Unsigned numbers are obviously >= 0 ;) by Faisal Vali · 11 years ago
  42. 16a8b0e clang-format: Fix corner case for brace alignment. by Daniel Jasper · 11 years ago
  43. 40aa366 Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct field with a more appropriate name by Timur Iskhodzhanov · 11 years ago
  44. 3efb8e8 Add parens for || in && in assert. No functionality change. by Benjamin Kramer · 11 years ago
  45. 24d91e6 Ubuntu has published its Saucy release. 'Trusty Tahr' dev has just started. Add its support in Clang by Sylvestre Ledru · 11 years ago
  46. 54de9bb Fixed bug in return type of __builtin_va_start(). by Enea Zaffanella · 11 years ago
  47. 94358a8 Unbreak the Clang -Werror build by removing some unused variables by David Blaikie · 11 years ago
  48. c00e419 This patch implements capturing of variables within generic lambdas. by Faisal Vali · 11 years ago
  49. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  50. 4281d73 clang-format: Separate line-merging logic into its own class. by Daniel Jasper · 11 years ago
  51. 8051db1 Introduce ClangTool::buildASTs, and buildASTFromCode. by Peter Collingbourne · 11 years ago
  52. 2980289 Fix diagnostic goof in r194161. by Richard Smith · 11 years ago
  53. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  54. e6d509f Fix the -cxx-abi microsoft -mconstructor-aliases combination. by Rafael Espindola · 11 years ago
  55. 9a2f84b Thread safety analysis: minor bugfix to smart pointer handling, and expanded by DeLesley Hutchins · 11 years ago
  56. 0de7ba6 Silencing some MSVC warnings about not all control paths returning a value when they actually do. by Aaron Ballman · 11 years ago
  57. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  58. bf3bc5d Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 11 years ago
  59. 9f2b0f8 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 11 years ago
  60. 9a9ca98 More constant evaluation cleanup, and fix an issue where we'd override an by Richard Smith · 11 years ago
  61. 92563d0 Microsoft adds weird padding before virtual bases if the last field was a bitfield by Warren Hunt · 11 years ago
  62. 00841f5 Introduce DynTypedNode::print, dump and getSourceRange. by Peter Collingbourne · 11 years ago
  63. 43399fb Thread safety analysis: check pt_guarded_by attribute when calling -> and * by DeLesley Hutchins · 11 years ago
  64. cd569f2 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 11 years ago
  65. 0004329 Simplify: we don't care why constant evaluation might have failed when we're by Richard Smith · 11 years ago
  66. f490f0e Refactor constant expression handling and make a couple of tweaks to make it a by Richard Smith · 11 years ago
  67. 1d5cce4 With this patch -Wwrite-strings is still implemented with the terrible by Rafael Espindola · 11 years ago
  68. 61a0a75 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  69. 2a80ad6 clang-format: Allow line merging and partial formatting of nested blocks by Daniel Jasper · 11 years ago
  70. 9ce5135 Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." by Kaelyn Uhrain · 11 years ago
  71. 25009d4 Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 11 years ago
  72. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  73. c879fe5 Do not allow functions or kernels called 'main' in OpenCL. by Joey Gouly · 11 years ago
  74. 974cbc5 Lex: Require that '#' be followed by a macro parameter name when preceded by '##' by David Majnemer · 11 years ago
  75. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  76. 6bae51a Sema: Improve comment introduced in r193397 by David Majnemer · 11 years ago
  77. 583f6de Revert "Produce direct calls instead of alias to linkonce_odr functions." by Rafael Espindola · 11 years ago
  78. 0f0f6f1 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  79. 22229d6 Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 11 years ago
  80. 2b61039 ObjectiveC. Method implementations should only check for by Fariborz Jahanian · 11 years ago
  81. 8625089 Include non-explicit submodules in exported module list by Dmitri Gribenko · 11 years ago
  82. 741c541 [analyzer] Track the count of NSOrderedSet similarly to other fast enumerations. by Anna Zaks · 11 years ago
  83. bdc0bf3 [analyzer] Suppress warnings coming out of std::basic_string. by Anna Zaks · 11 years ago
  84. b3e2772 Try to correct a mistyped "-" or ">" to "->" for some C++ cases. by Kaelyn Uhrain · 11 years ago
  85. 71fdc12 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  86. f632a0c clang-format this if. by Rafael Espindola · 11 years ago
  87. cbefd40 CodeGen: Use EmitBranchOnBool when generating For and CXXForRange by Justin Bogner · 11 years ago
  88. fd93e4a CodeGen: Move an initialization away from an unrelated comment by Justin Bogner · 11 years ago
  89. 8d7a753 clang/lib/Parse/CMakeLists.txt: Fixup corresponding to r193989. ClangAttrTypeArg is required here. by NAKAMURA Takumi · 11 years ago
  90. 9feedb8 Attributes which accept a type as their sole argument are no longer hard coded into the parser. Instead, they are automatically listed through tablegen. by Aaron Ballman · 11 years ago
  91. a242096 Driver: Add support for -march=bdver3 on x86. by Benjamin Kramer · 11 years ago
  92. 33b1f63 Issue a diagnostic if an implicitly-defined move assignment operator would move by Richard Smith · 11 years ago
  93. a8d478e Update a comment to match current core issues list. by Richard Smith · 11 years ago
  94. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  95. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  96. 77534c7 OS X 10.9+ and iOS 7+ support load/store of big atomic objects. by Bob Wilson · 11 years ago
  97. 66dbb3f Default to use libc++ on OS X 10.9+ and iOS 7+. by Bob Wilson · 11 years ago
  98. 28165b7 Sema: Disallow inheriting from classes with flexible array members by David Majnemer · 11 years ago
  99. 7041fcc Sema: Remove stray whitespace around Sema::CheckBaseSpecifier by David Majnemer · 11 years ago
  100. 3a66557 Sema: Disallow derived classes with virtual bases from having flexible array members by David Majnemer · 11 years ago