1. 4367829 Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" by Rafael Espindola · 11 years ago
  2. 5d4fa91 Disable this on mingw again. by Rafael Espindola · 11 years ago
  3. 2dfbb32 Remove unused group. by Rafael Espindola · 11 years ago
  4. a673dbd Use -### instead of -ccc-print-options. by Rafael Espindola · 11 years ago
  5. 7156fff Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher. by Samuel Benzaquen · 11 years ago
  6. 8f1a2db OpenMP: Data-sharing attributes analysis and clause 'shared' by Alexey Bataev · 11 years ago
  7. 39024ec Remove 3 unused ccc options. by Rafael Espindola · 11 years ago
  8. bb0b614 the call to UsualArithmeticConversions should come after the call to CheckVectorOperands on CheckConditionalOperands function. This problem caused compilation error with test17 on "test/CodeGen/ext-vector.c". by Jin-Gu Kang · 11 years ago
  9. 4d40322 Mark that qualifiers can prefix the auto type. This seems to just have by Chandler Carruth · 11 years ago
  10. 4e65c98 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 11 years ago
  11. 7de13bb Whitespace changes in help messages + updated help output in .rst file. by Alexander Kornienko · 11 years ago
  12. 4ca401b Trying to fix tests with in-tree builds, that contain a .clang-format files in by Alexander Kornienko · 11 years ago
  13. 97eb2d5 Fix gnueeabi typo in tests by Renato Golin · 11 years ago
  14. 4b762a9 Store first and last newline position in the token text for string literals and comments. by Alexander Kornienko · 11 years ago
  15. 3361f10 Test for empty .clang-format file. by Alexander Kornienko · 11 years ago
  16. 174f60f clang-format: Fix segfault in overloaded operator parsing. by Daniel Jasper · 11 years ago
  17. 95ab9e3 [analyzer] Add very limited support for temporary destructors by Pavel Labath · 11 years ago
  18. 67cf1db clang-format: Fix case-indentation in macros. by Daniel Jasper · 11 years ago
  19. 439fc85 Switch the default mode for clang-format to '-file'. Make 'LLVM' the by Chandler Carruth · 11 years ago
  20. 0180688 Improving objc_ownership attribute test coverage. by Aaron Ballman · 11 years ago
  21. 94c0ad9 Clean out unused diagnostics. by Benjamin Kramer · 11 years ago
  22. 9a96de7 The diagnostic err_init_conversion_failed uses the enum by Richard Trieu · 11 years ago
  23. e720311 Possibly appeasing the build bots from r189711 by Aaron Ballman · 11 years ago
  24. 624421f Consolidating the notion of a GNU attribute parameter with the attribute argument list. by Aaron Ballman · 11 years ago
  25. 7f8527b Typo. by Eric Christopher · 11 years ago
  26. f8e5674 Add initial clang targeted compatible decls for Intrin.h. Step towards by Eric Christopher · 11 years ago
  27. 8a6ad2a ObjectiveC migrator: If we find a method that returns a C pointer by Fariborz Jahanian · 11 years ago
  28. c55bee6 Consumed analysis: add 'consumable' class attribute. by DeLesley Hutchins · 11 years ago
  29. bf3d71e [analyzer] Treat the rvalue of a forward-declared struct as Unknown. by Jordan Rose · 11 years ago
  30. c9820eb ObjectiveC migrator: infer NS_ENUM even when user by Fariborz Jahanian · 11 years ago
  31. 4e899d9 Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. by Samuel Benzaquen · 11 years ago
  32. b98ce37 Add support for -march=slm, aka Intel Atom Silvermont. by Benjamin Kramer · 11 years ago
  33. 2ddffa1 clang-cl: Pass -incremental:no to linker when using ASan by Hans Wennborg · 11 years ago
  34. ec17226 clang-format: Enable formatting of protocol buffer definitions. by Daniel Jasper · 11 years ago
  35. 4b434cf clang-format: Improve recovery from enums with errors. by Daniel Jasper · 11 years ago
  36. 3e4d3a2 Revert r188531: "Windows ToolChain: add VS bin dir to PogramPaths" by Hans Wennborg · 11 years ago
  37. 3b8e0b7 Revert r189649 because it was breaking sanitizer bots. by Yunzhong Gao · 11 years ago
  38. 66ea35d Sema: avoid reuse of Exprs when synthesizing operator= by Pavel Labath · 11 years ago
  39. 13d2aa5 clang-format: Fix incorrect indentation. by Daniel Jasper · 11 years ago
  40. 2908245 clang-format: Don't indent builders relative to "return". by Daniel Jasper · 11 years ago
  41. eb33183 clang-format: Fix corner case in builder-type calls. by Daniel Jasper · 11 years ago
  42. 51a31e1 Fixing a bug where debug info for a local variable gets emitted at file scope. by Yunzhong Gao · 11 years ago
  43. bb6b5e4 Mention in AST dump whether a class declaration is a definition. by Richard Smith · 11 years ago
  44. c2d7757 Don't eagerly load all conversion operators when loading a class declaration by Richard Smith · 11 years ago
  45. 26c7dc3 Simplify slightly. by Richard Smith · 11 years ago
  46. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  47. 3f12581 Pass the special backend option to this test for now to get it passing again. by Eric Christopher · 11 years ago
  48. 868edfa Map from local decl IDs to global decl IDs when lazily deserializing friend decl chains. by Richard Smith · 11 years ago
  49. ad162e9 ObjectiveC migrator: User of hexadecimal enumerator by Fariborz Jahanian · 11 years ago
  50. cd03f86 Be lazier when loading KeyFunctions from PCH/modules. We don't need to load by Richard Smith · 11 years ago
  51. 4e1a82c Adjust clang for change to APFloat::toString. by Eli Friedman · 11 years ago
  52. 83369bf Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 11 years ago
  53. 4252598 Consumed analysis: track function parameters. Patch by chris.wailes@gmail.com. by DeLesley Hutchins · 11 years ago
  54. d324a0b Consumed analysis: non-const methods no longer transfer an object into an by DeLesley Hutchins · 11 years ago
  55. 1876045 Debug Info: this reverts commit r189600. by Manman Ren · 11 years ago
  56. 6b2ec03 Silencing the warning from r189605 in a more conformant manner. by Aaron Ballman · 11 years ago
  57. 1f55157 Silencing a rather spurious warning from MSVC 11 about not all control paths returning a value (hint: they do). by Aaron Ballman · 11 years ago
  58. f1acc31 Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 11 years ago
  59. e444ea0 Fix warning about anonymous structs in anonymous unions. by Eric Christopher · 11 years ago
  60. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  61. b7dc1f5 Consumed analysis: improve handling of conditionals. by DeLesley Hutchins · 11 years ago
  62. d0f2921 ObjectiveC migrator: remove dead code. by Fariborz Jahanian · 11 years ago
  63. 57af901 clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\', on win32. by NAKAMURA Takumi · 11 years ago
  64. 3c114f7 [analyzer] Fix handling of "empty" structs with base classes by Pavel Labath · 11 years ago
  65. b80aad8 Fix tests to be more specific. by Samuel Benzaquen · 11 years ago
  66. c41e819 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 11 years ago
  67. 263cea4 Use new UnicodeCharSet interface. by Alexander Kornienko · 11 years ago
  68. 023b220 Removed useless default branch of switch statement. by Serge Pavlov · 11 years ago
  69. 944f09f mangle aarch64 Neon ACLE scalar instrinsic name with BHSD suffix. by Kevin Qin · 11 years ago
  70. 8ed2f3a Change return type of Sema::DiagnoseAmbiguousLookup from bool to void. by Serge Pavlov · 11 years ago
  71. 46c8fca Make getDiagnosticsInGroup helper method a static function in the cpp file and move the WarningOption struct into an anonymous namespace instead of clang namespace since it no longer needs to be forward declared in the header. by Craig Topper · 11 years ago
  72. 354f20a Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o. by Craig Topper · 11 years ago
  73. a4516a5 [tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo. by Daniel Dunbar · 11 years ago
  74. 347124d Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t) by Peter Collingbourne · 11 years ago
  75. 3432b78 Properly escape filenames in line directives. by Eli Friedman · 11 years ago
  76. 4a97b8e Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't by Richard Smith · 11 years ago
  77. b69f9e0 use the last passed -munaligned-access / -mno-unaligned-access by Renato Golin · 11 years ago
  78. 9d57b8d Sema: Subst type default template args earlier by David Majnemer · 11 years ago
  79. 112586c 80 cols. by Peter Collingbourne · 11 years ago
  80. 5b98aba ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 11 years ago
  81. 69ca5e2 Look for libstdc++ first on the clang install directory. by Rafael Espindola · 11 years ago
  82. 7dc8e81 Add missing definitions to unwind.h. by Peter Collingbourne · 11 years ago
  83. 1951323 Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost are now handled as inheritable attributes. In all three cases, this makes the processing behavior more consistent with the declared behavior in Attr.td. by Aaron Ballman · 11 years ago
  84. ac7c25f 80-col. by Eric Christopher · 11 years ago
  85. 11fa751 DebugInfo: Further fix/improvements to r189494 (and LLVM r189495). by David Blaikie · 11 years ago
  86. 44d971c [doxygen] Add a few missing variables to the doxygen.cfg.in for external search and cleaned up external_search_map. by Michael Gottesman · 11 years ago
  87. 0a0be74 Format. Thanks David for pointing it out. by Manman Ren · 11 years ago
  88. 3c6e5ce ObjectiveC migrator: In suggesting 'instancetype' use clang's by Fariborz Jahanian · 11 years ago
  89. f332733 Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl. by Manman Ren · 11 years ago
  90. 100dfd7 Debug Info testing case: update uuid testing case to check against Itanium. by Manman Ren · 11 years ago
  91. dd65802 More comments for r189494. by David Blaikie · 11 years ago
  92. a601579 Fix "//" comments with -traditional-cpp in C++. by Eli Friedman · 11 years ago
  93. c0d1b6a For methods where clang automatically infers instancetype from the selector by Fariborz Jahanian · 11 years ago
  94. 62c90e1 Handle -D arguments ending in a backslash. by Eli Friedman · 11 years ago
  95. 3f93d4c Improve error for assignment to incomplete class. by Eli Friedman · 11 years ago
  96. 855baa6 [doxygen] Added support for doxygen external search. by Michael Gottesman · 11 years ago
  97. 1ab6c6c [doxygen] Added code for generating doxygen documentation for clang for cmake. by Michael Gottesman · 11 years ago
  98. 4a68491 Comments for r189494 by David Blaikie · 11 years ago
  99. a735090 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  100. 7b1e9b4 Debug Info testing case: move uuid-related testing to a separate file. by Manman Ren · 11 years ago