1. 8be066e Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. by Jordan Rose · 12 years ago
  2. bbb6bb4 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 12 years ago
  3. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  4. 0b4db3e Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 12 years ago
  5. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  6. 8123b6e Clarified diagnostics for range-based for loops with invalid ranges by Sam Panzer · 12 years ago
  7. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 12 years ago
  8. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 12 years ago
  9. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 12 years ago
  10. cddbc1d Don't try to check override control for invalid member functions. Fixes a crash in a corner case. Patch by Olivier Goffart! by Richard Smith · 12 years ago
  11. 2d40d9e c: make __attribute__((unused)) transitive. by Fariborz Jahanian · 12 years ago
  12. 1014ecf Remove unused typedefs. Found by gcc48. by Roman Divacky · 12 years ago
  13. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  14. 69e4826 PR13775: When checking for a tag type being shadowed by some other declaration, by Richard Smith · 12 years ago
  15. faadf48 Continue including temporary destructors in the CFG used for warnings. by Jordan Rose · 12 years ago
  16. ec08735 Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. by Jordan Rose · 12 years ago
  17. 614a865 Format string checking: change long if-statement to early returns. by Jordan Rose · 12 years ago
  18. 37c765a c error recovery. treat an invalid redeclaration by Fariborz Jahanian · 12 years ago
  19. 536afbe Do not add using directives to a function decl context when instantiating. by Abramo Bagnara · 12 years ago
  20. 4f216d38 Fixed lexical decl context of out of line class template instantiations. by Abramo Bagnara · 12 years ago
  21. 8cdd8a9 Update for r163187. by Chad Rosier · 12 years ago
  22. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  23. 679fc93 Revert r163078 per chandlerc's request. by Joao Matos · 12 years ago
  24. 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 12 years ago
  25. d5eb585 Fix 80-column violation. by Chad Rosier · 12 years ago
  26. 1b497f2 [ms-inline asm] Use the new GetMCInstOperandNum() interface in the front-end. by Chad Rosier · 12 years ago
  27. 7065c52 Removed unused argument. by Chad Rosier · 12 years ago
  28. be5c3fb [ms-inline asm] Update for the MatchInstruction API change in r163101. by Chad Rosier · 12 years ago
  29. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  30. f712c48 Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. by Joao Matos · 12 years ago
  31. f143ae9 Changed the remaining dead asserts to llvm_unreachable. by Joao Matos · 12 years ago
  32. 06b3a06 don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. by Chris Lattner · 12 years ago
  33. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  34. 4e4c157 Thread-safety analysis: fix handling of string constants in mutex by DeLesley Hutchins · 12 years ago
  35. 7e2e4c3 objective-C ARC; detect and warn on retain cycle when by Fariborz Jahanian · 12 years ago
  36. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  37. 376c432 objective-C: underline name of the missing method by Fariborz Jahanian · 12 years ago
  38. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  39. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  40. ccc4f28 The presence of a user-*declared* constructor makes the default by Douglas Gregor · 12 years ago
  41. 9f6419f Add -Wduplicate-enum warning. Clang will emit this warning when an implicitly by Richard Trieu · 12 years ago
  42. 9617130 objective-C: clang must implicitly convert by Fariborz Jahanian · 12 years ago
  43. 3bc2226 PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will by Richard Smith · 12 years ago
  44. 9af9122 Fix serious regression introduced in r157780 where __attribute__((NSObject)) by Ted Kremenek · 12 years ago
  45. a414a2f objective-C: make -Widiomatic-parentheses work by Fariborz Jahanian · 12 years ago
  46. a14f400 Reversing the logic since C99 mode is actually not an extension. Also, changing the group to the singular to match the diagnostic better. by Aaron Ballman · 12 years ago
  47. 8a64bb5 Keep history of macro definitions and #undefs by Alexander Kornienko · 12 years ago
  48. a23bd4c objective-C arc: ns_returns_retained is a type attribute in ARC, by Fariborz Jahanian · 12 years ago
  49. b706d90 Revert r162424 now that the scoping issue has been fixed in r162444. by Chad Rosier · 12 years ago
  50. c828620 Splitting the duplicated decl spec extension warning into two: one is an ExtWarn and the other a vanilla warning. This addresses PR13705, where const char const * wouldn't warn unless -pedantic was specified under the right conditions. by Aaron Ballman · 12 years ago
  51. c0c0066 CUDA: give static storage class to __shared__ and __constant__ by Peter Collingbourne · 12 years ago
  52. 4112a4c Tidy up. by Chad Rosier · 12 years ago
  53. 89fb6d7 [ms-inline asm] Add constraints to MSAsmStmt. We don't currently compute by Chad Rosier · 12 years ago
  54. 88617a2 Warn about suspicious implicit conversions from floating point to bool by Hans Wennborg · 12 years ago
  55. 02e221b Fix for assertion when solving unresolved templates. Patch by Magee, Josh. by Rafael Espindola · 12 years ago
  56. 5c7f594 [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional by Chad Rosier · 12 years ago
  57. be22cb8 Support MIPS DSP Rev2 intrinsics. The patch reviewed by Akira Hatanaka. by Simon Atanasyan · 12 years ago
  58. fb60914 Fix the CC-matching logic for instance methods in the MS ABI. by John McCall · 12 years ago
  59. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  60. e91a497 Remove RequireCompleteType call which was made redundant by r162586. by Richard Smith · 12 years ago
  61. 129a60b objective-C: Do not warn if align attribute on method by Fariborz Jahanian · 12 years ago
  62. 8bddeb5 When computing the effective context for access control, by John McCall · 12 years ago
  63. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  64. 32f3acc Remove unnecessary calls to c_str. by Benjamin Kramer · 12 years ago
  65. 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
  66. a6e28f2 objective-C: When checking for valid overriden property by Fariborz Jahanian · 12 years ago
  67. 1016bdf [ms-inline asm] Generate the Input/Output expressions using by Chad Rosier · 12 years ago
  68. 8a30e77 Fix 80-column violation. by Chad Rosier · 12 years ago
  69. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  70. 633abb0 [ms-inline asm] Add the basic APIs for Exprs to the MSAsmStmt AST. Next we need by Chad Rosier · 12 years ago
  71. 1ddbd89 Fix a few -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  72. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
  73. 4e28d9e Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector. by Benjamin Kramer · 12 years ago
  74. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
  75. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  76. 25bd298 [ms-inline asm] Rename a few induction variables to avoid confusion and silence by Chad Rosier · 12 years ago
  77. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
  78. 4e90bc3 Fix undefined behavior: don't call ObjCInterfaceDecl::isArcWeakrefUnavailable by Richard Smith · 12 years ago
  79. 2d5a1de Don't recycle loop variables (to keep GCC happy). by Matt Beaumont-Gay · 12 years ago
  80. 60ce584 Fix 80-column violation. by Chad Rosier · 12 years ago
  81. 6e97be7 [ms-inline asm] Compute the inputs and outputs. No test case (yet) as this by Chad Rosier · 12 years ago
  82. fd5e56e [ms-inline asm] Refactor code so that we can begin computing the Inputs/Outputs. by Chad Rosier · 12 years ago
  83. 682ad16 [ms-inline asm] Add comments. by Chad Rosier · 12 years ago
  84. 358ab76 [ms-inline asm] Add comments. by Chad Rosier · 12 years ago
  85. f0fbd77 [ms-inline asm] Add helper function. No functional change intended. by Chad Rosier · 12 years ago
  86. e78460f [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 12 years ago
  87. 9072a02 [ms-inline asm] Compute the token range for each instruction within the asm. by Chad Rosier · 12 years ago
  88. 153f8ec [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 12 years ago
  89. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  90. d48bcb2 Reduce duplicated hash map lookups. by Benjamin Kramer · 12 years ago
  91. 4bda1d8 Merge existing attributes before processing pragmas in friend template by Rafael Espindola · 12 years ago
  92. 98ac608 [ms-inline asm] Remove the patchMSAsmStrings function. After some discussion by Chad Rosier · 12 years ago
  93. 38c71d3 [ms-inline asm] Have buildMSAsmString build a vector of unmodified AsmStrings. by Chad Rosier · 12 years ago
  94. d9f95b3 change function name in my last patch. // rdar://12103400 by Fariborz Jahanian · 12 years ago
  95. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 12 years ago
  96. 51a6b3f [ms-inline asm] Do not report a Parser error when matching inline assembly. by Chad Rosier · 12 years ago
  97. 83591b6 [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, by Chad Rosier · 12 years ago
  98. 33a71f3 [ms-inline asm] Append identifier for better debugging. by Chad Rosier · 12 years ago
  99. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  100. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago