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