1. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  2. e3bbfca Fix cmake build. by Rafael Espindola · 12 years ago
  3. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  4. ed36b2a Do a second lookup for type_info in the global namespace in microsoft mode. PR13153. by Nico Weber · 12 years ago
  5. 8e083e7 Reapply r158700 and fixup patches, minus one hunk that slipped through and by Sean Hunt · 12 years ago
  6. 0aa52aa Thread Safety Analysis: Move some warnings on thread safety by DeLesley Hutchins · 12 years ago
  7. 5e94d6f Extend the support for cl-std to include 1.2. by Tanya Lattner · 12 years ago
  8. dd3284b objective-c: warn when autosynthesizing a property which has same by Fariborz Jahanian · 12 years ago
  9. fc685ac Reapplying the changes from r158717 as they were rolled back to avoid merge conflicts from a separate problematic patch. by Aaron Ballman · 12 years ago
  10. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  11. 5d7700e Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned by Richard Smith · 12 years ago
  12. b26331b Enable -Wnull-conversion for non-integral target types (eg: double). by David Blaikie · 12 years ago
  13. 7ba7592 Documentation cleanup: escape "::", and other minor reformatting by James Dennett · 12 years ago
  14. ce0db05 Remove some debugging code that snuck into r158691. by Kaelyn Uhrain · 12 years ago
  15. ed35fd1 Improves parsing and semantic analysis for MS __declspec attributes. This includes support for the align (which fixes PR12631). by Aaron Ballman · 12 years ago
  16. bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
  17. 0d3317e Improve the error message when a function overload candidate is rejected by Kaelyn Uhrain · 12 years ago
  18. c4429b9 Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++. by Jordan Rose · 12 years ago
  19. 0eb3f45 Support -Winternal-linkage-in-inline in C++ code. by Jordan Rose · 12 years ago
  20. 11b46a0 Allow internal decls in inline functions if the function is in the main file. by Jordan Rose · 12 years ago
  21. 174930d fix PR13071 / rdar://problem/11634669 : by Nuno Lopes · 12 years ago
  22. 96c67d1 alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just means the function allocates x^2 bytes. GCC also accepts this syntax by Nuno Lopes · 12 years ago
  23. 93f95f2 Handle C++11 attribute namespaces automatically. by Sean Hunt · 12 years ago
  24. adc6cbf [MSExtensions] Add support for __forceinline. by Michael J. Spencer · 12 years ago
  25. 7e58ad5 Don't warn about address-to-member used as part of initialisation, if by Joerg Sonnenberger · 12 years ago
  26. de23c7e Documentation cleanup: fix two typos, rief -> brief and Descripts -> Describes by James Dennett · 12 years ago
  27. f198d12 Documentation cleanup: fixing a typo from my previous 'fix'. by James Dennett · 12 years ago
  28. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  29. 860a319 Fix Sema and IRGen for atomic compound assignment so it has the right semantics when promotions are involved. by Eli Friedman · 12 years ago
  30. a0cff72 [AST/libclang] Fix the selector locations that are reported for a by Argyrios Kyrtzidis · 12 years ago
  31. 50dc12a Recover when correcting an unknown type name to a keyword like "struct". by Kaelyn Uhrain · 12 years ago
  32. 7bf3340 Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use. by Kaelyn Uhrain · 12 years ago
  33. ef2b5b3 Documentation cleanup: by James Dennett · 12 years ago
  34. c2f51cf Stop referring to functions as methods in per-function fallthrough-checking. by Sean Hunt · 12 years ago
  35. 1f6e22d [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. by Jordan Rose · 12 years ago
  36. 106af9e Warn when a static variable is referenced in a non-static inline function. by Jordan Rose · 12 years ago
  37. 03f1eb0 Check the parameter lists and return type of both blocks and lambdas by Douglas Gregor · 12 years ago
  38. 699c904 Documentation cleanup: by James Dennett · 12 years ago
  39. e099125 Fix T* p to T *p by Richard Trieu · 12 years ago
  40. de5e75c Use a proper visitor to recursively check for uninitialized use in constructors. by Richard Trieu · 12 years ago
  41. 1dfbd92 Still more Doxygen documentation fixes: by James Dennett · 12 years ago
  42. 0e9e9f8 Look at incomplete FunctionTemplateDecls in order to determine whether by Daniel Jasper · 12 years ago
  43. a40f792 This makes SemaCodeComplete.cpp more Doxygen-friendly by changing the by James Dennett · 12 years ago
  44. 568eae4 Allow __attribute__((unused)) for fields and make it silence by Daniel Jasper · 12 years ago
  45. df9ef1b PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode escape sequences. by Richard Smith · 12 years ago
  46. cd65f49 Add missing narrowing check: converting from a signed integral type to a wider by Richard Smith · 12 years ago
  47. b92a408 When code completion walks the members of a protocol or interface, by Douglas Gregor · 12 years ago
  48. 54655be If parsing a trailing-return-type fails, don't pretend we didn't have one at by Richard Smith · 12 years ago
  49. 8cd64b4 Etch out the code path for MS-style inline assembly. by Chad Rosier · 12 years ago
  50. 3c2fcf8 PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to by Richard Smith · 12 years ago
  51. d3861ce Remove CXXRecordDecl flags which are unused after r158289. by Richard Smith · 12 years ago
  52. 7756afa Fix PR13052 properly, by performing special member lookup to determine whether by Richard Smith · 12 years ago
  53. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  54. 49fdccb Convert comments to proper Doxygen comments. by Dmitri Gribenko · 12 years ago
  55. 0abbdfe Warn in ObjC++ when an 'auto' variable deduces type 'id'. by Jordan Rose · 12 years ago
  56. 0f4b5be PR13051: Only suggest the 'template' and 'operator' keywords when performing by Richard Smith · 12 years ago
  57. 9f63a45 Disallow using ObjC literals in direct comparisons (== and friends). by Jordan Rose · 12 years ago
  58. a248e9c Remove a commented out variable declaration. This was originally a debugging by Richard Trieu · 12 years ago
  59. 390fff8 [libclang/AST] by Argyrios Kyrtzidis · 12 years ago
  60. f4fe843 Allow friend declarations of defaulted special member functions. Only by Richard Smith · 12 years ago
  61. 8c14de8 Fix up the 'typename' suggestion logic introduced in r157085, based on by Kaelyn Uhrain · 12 years ago
  62. b7fe579 Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written by Kaelyn Uhrain · 12 years ago
  63. ef094a1 Ignore corrections to functions with bodies when deciding which by Kaelyn Uhrain · 12 years ago
  64. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  65. 826eac5 Attach fixits for CFBridgingRetain/Release outside any casts. by Jordan Rose · 12 years ago
  66. d880b3a Insert a space if necessary when suggesting CFBridgingRetain/Release. by Jordan Rose · 12 years ago
  67. 8d3607b Allow CorrectTypo to add/modify nested name qualifiers to typos that by Kaelyn Uhrain · 12 years ago
  68. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  69. facde17 Remove unused private member variables found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
  70. f8cc02e Introduce -Wunused-private-field. If enabled, this warning detects by Daniel Jasper · 12 years ago
  71. 1ea6744 objective-c: merge deprecated/unavailable attributes to by Fariborz Jahanian · 12 years ago
  72. 5068731 Teach format string checking about compile-time CFString constants. by Jordan Rose · 12 years ago
  73. ee0259d Teach printf/scanf about enums with fixed underlying types. by Jordan Rose · 12 years ago
  74. 36d02af Add a warning for when an array-to-pointer decay is performed on an array by Richard Smith · 12 years ago
  75. 3117039 objective-c: Handle more warning cases for when by Fariborz Jahanian · 12 years ago
  76. 44f5b1d Removing the lambda extension warning concerning single return statements, as it no longer applies. by Aaron Ballman · 12 years ago
  77. b1c6f5f When adding built-in operator candidates for overload resolution by Douglas Gregor · 12 years ago
  78. 40e2999 Improve fixit for comparison operator on lhs of bitwise operator. by Nico Weber · 12 years ago
  79. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  80. 1973634 Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnostics: -Wimplicit-fallthrough-per-method by Alexander Kornienko · 12 years ago
  81. 784ae8e Don't allow multiple correction candidates that have the same identifier by Kaelyn Uhrain · 12 years ago
  82. 684190b [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/__bridge_transfer by Argyrios Kyrtzidis · 12 years ago
  83. 1dfc4ba Anonymous union members within a struct are now properly handled as an unevaluated field in C++11 mode. This fixes PR12866. by Aaron Ballman · 12 years ago
  84. 396e0a8 In TypoCorrectionConsumer, BestResults to CorrectionResults to lessen by Kaelyn Uhrain · 12 years ago
  85. 3427682 objc: properties of NSObject attribute must by Fariborz Jahanian · 12 years ago
  86. 90c7832 Change wording of 'memcpy' type mismatch warning and remove fixit. by Anna Zaks · 12 years ago
  87. abe21e3 Disable -Wunique-enum for anonymous enums. by David Blaikie · 12 years ago
  88. 59a9881 objective-c: revert r157407. It broke a project by Fariborz Jahanian · 12 years ago
  89. a27cb25 Remove some extra braces. by Eric Christopher · 12 years ago
  90. 7af7de7 Add new -Wunique-enum which will warn on enums which all elements have the by Richard Trieu · 12 years ago
  91. 6fcb372 Add fixits for memory access warnings. by Anna Zaks · 12 years ago
  92. 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 12 years ago
  93. 4872e10 Fix PR12960 by not attempting to correct cases when we're not actually instantiatiating a template. by David Blaikie · 12 years ago
  94. 350e956 -Wdeprecated warning to include reference (as a note) by Fariborz Jahanian · 12 years ago
  95. 811bfcd Use the SelectorSet typedef more widely throughout Sema. by Benjamin Kramer · 12 years ago
  96. cba0ebc Change warning to error when property setter names conflict. // rdar://11528439 by Fariborz Jahanian · 12 years ago
  97. bdb97ff In response to some discussions on IRC, tweak the wording of the new by Richard Smith · 12 years ago
  98. 7f7c42b Fix indentation. by David Blaikie · 12 years ago
  99. a189d89 Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a by Alexander Kornienko · 12 years ago
  100. 2815e1a Split a chunk of -Wconditional-uninitialized warnings out into a separate flag, by Richard Smith · 12 years ago