1. 802f937 [ms-inline asm] Add support for field lookup in the SemaCallback. Patch by Eli. by Chad Rosier · 12 years ago
  2. c6cd9af Revert r166647 to rethink the patch... by Bill Wendling · 12 years ago
  3. a0b9ce0 Add some support for diagnosing possibly mismatched constraint, type size and by Bill Wendling · 12 years ago
  4. e925322 PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator by Richard Smith · 12 years ago
  5. 39e1776 Fix false positive in -Wunused-variable when a ctor call make involve cleanups. by David Blaikie · 12 years ago
  6. dc7b641 Use a .def file for most of the diagnostic options. by Douglas Gregor · 12 years ago
  7. 6a6bb28 Objective-C: check that when a category method is being implemented, by Fariborz Jahanian · 12 years ago
  8. e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago
  9. 713c287 When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope by Richard Smith · 12 years ago
  10. 4d5dd7c [ms-inline asm] Update for r166433. by Chad Rosier · 12 years ago
  11. 5f1385b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 12 years ago
  12. b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
  13. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  14. c6f84cf Move private classes into anonymous namespaces. by Benjamin Kramer · 12 years ago
  15. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  16. b687f3b Fix __builtin_va_arg assertion failure in ARM AAPCS. by Logan Chien · 12 years ago
  17. 5016a70 DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 12 years ago
  18. 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
  19. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  20. cf81cd2 [ms-inline asm] Set the MCTargetAsmParser as paring MS-style inline asm. by Chad Rosier · 12 years ago
  21. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  22. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  23. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  24. 5f75068 Handle diamond inheritance in -Woverloaded-virtual. by David Blaikie · 12 years ago
  25. c337d14 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  26. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  27. d052ebf [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a by Chad Rosier · 12 years ago
  28. b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 12 years ago
  29. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  30. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  31. 3d5cf5e PR14021: Copy lookup results to ensure safe iteration. by David Blaikie · 12 years ago
  32. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  33. 6678a05 Tests for DR1507. by Richard Smith · 12 years ago
  34. bd2f1f0 Update comment to match DR1502. by Richard Smith · 12 years ago
  35. 76398e5 Fix -Woverloaded-virtual when the using statement refers to a base declaration of a virtual function. by David Blaikie · 12 years ago
  36. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  37. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  38. 708f69b DR1492: In a definition of a destructor, the exception specification must be by Richard Smith · 12 years ago
  39. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  40. e54cba1 [ms-inline asm] Move some logic around to simplify the interface between the by Chad Rosier · 12 years ago
  41. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  42. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  43. 9f5933a fixes an objc crash involving objc bool literal on by Fariborz Jahanian · 12 years ago
  44. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  45. 6cf7d7d Fixed CXXNamedCast right paren location propagation to instantiations. by Abramo Bagnara · 12 years ago
  46. ac70278 Fixed LabelDecl source range. by Abramo Bagnara · 12 years ago
  47. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  48. d9b56ed [ms-inline asm] Rework the front-end to use the API introduced in r165946. by Chad Rosier · 12 years ago
  49. 67bd78f Update for r165858. by Chad Rosier · 12 years ago
  50. de31b28 [ms-inline asm] Remove a bunch of parsing code from the front-end. by Chad Rosier · 12 years ago
  51. 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
  52. 106ddc1 Update for r165833. by Chad Rosier · 12 years ago
  53. 6c500b1 Fix warnings introduced by r165826. by DeLesley Hutchins · 12 years ago
  54. 3ce9fae Thread-safety analysis: support multiple thread-safety attributes on by DeLesley Hutchins · 12 years ago
  55. fba3fb9 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  56. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  57. 47fcbba Change (!ptr != 0) to (!ptr) to make the code more readable. by Richard Trieu · 12 years ago
  58. ab21005 Remove unused variable. by Benjamin Kramer · 12 years ago
  59. 6ec69c3 Remove dead code introduced in r165751. by Chad Rosier · 12 years ago
  60. abeadfb Provide a fixit when taking the address of an unqualified member function. by David Blaikie · 12 years ago
  61. 90a76e5 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  62. 3440415 [ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the by Chad Rosier · 12 years ago
  63. 0234bfa Add null check for malformed code. by Ted Kremenek · 12 years ago
  64. f1c1ba0 -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. by Jordan Rose · 12 years ago
  65. b5cd122 -Warc-repeated-use-of-weak: Don't warn on a single read followed by writes. by Jordan Rose · 12 years ago
  66. 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
  67. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
  68. df75b0c Minor cleanup for r165678; no functional change. by Eli Friedman · 12 years ago
  69. 2edcde8 Make sure we perform the variadic method check correctly for calls to a member operator(). PR14057. by Eli Friedman · 12 years ago
  70. c88f8ef -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 12 years ago
  71. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  72. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  73. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 12 years ago
  74. b5e4ace Fix stack overflow when trying to create an implicit moving by Argyrios Kyrtzidis · 12 years ago
  75. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  76. f5b132f Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidateSet::clear and don't do it on destruction. by Benjamin Kramer · 12 years ago
  77. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  78. 6b34c17 Use a single note diagnostic for all the precedent/parentheses warnings. by David Blaikie · 12 years ago
  79. 0bea863 StringRef-ify Binary/UnaryOperator::getOpcodeStr by David Blaikie · 12 years ago
  80. c969e6a Workaround for libstdc++4.6 <atomic> bug: make comment more explicit about what's going on, per Sean Silva's suggestion. by Richard Smith · 12 years ago
  81. b3f55c5 Implement -Wshift-op-parentheses for: a << b + c by David Blaikie · 12 years ago
  82. 6a01012 [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module by Argyrios Kyrtzidis · 12 years ago
  83. d1a55a6 Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines by Richard Smith · 12 years ago
  84. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  85. 635311f Fixed instantiated operators source range. by Abramo Bagnara · 12 years ago
  86. 16467f2 Fixed ParamDecl source range for implicit typed k&r parameters. by Abramo Bagnara · 12 years ago
  87. 45bed13 Fix scope location when parsing GNU attributes. by Michael Han · 12 years ago
  88. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  89. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  90. 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
  91. 6b2cc42 Change how the SelfReferenceChecker handles MemberExpr. Instead of treating by Richard Trieu · 12 years ago
  92. 3d3f1f7 Revert 165058, per Jim request. This requires further discussion. by Chad Rosier · 12 years ago
  93. 3329ad1 [ms-inline asm] Rewrite the symbol references as wildcard MCParsedAsmOperands. by Chad Rosier · 12 years ago
  94. 180d9d9 [ms-inline asm] Enhance the isSimpleMSAsm() function to handle operands with pointer size by Chad Rosier · 12 years ago
  95. ef3f6ff No need to call the InitializeAll* functions. by Chad Rosier · 12 years ago
  96. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  97. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  98. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  99. d13eff6 Check if an IdentifierInfo* is null when the FunctionDecl isn't a simple C function. by Ted Kremenek · 12 years ago
  100. 66360e2 -Wformat: Don't check format strings in uninstantiated templates. by Jordan Rose · 12 years ago