1. 8bb59a8 Fix vector literal/cast confusion - bug 6895. by John Thompson · 14 years ago
  2. 2597345 Fix rdar://8139785 "implement warning on dead expression in comma operator" by Argyrios Kyrtzidis · 14 years ago
  3. 788b0fd improve altivec vector bool/pixel support, patch by Anton Yartsev by Chris Lattner · 14 years ago
  4. 661c36b Fix PR7180. by Argyrios Kyrtzidis · 14 years ago
  5. e656325 Allow an asm label specifier on C++ methods, like GCC does. by Chris Lattner · 14 years ago
  6. 5ee3734 Don't try to parse class template specializations in C. It can only by Douglas Gregor · 14 years ago
  7. 450f793 Sema: Just ignore '#pragma options align=power' for now, this is no worse than by Daniel Dunbar · 14 years ago
  8. c6082fe Sema: Add initial support for '#pragma options align=mac68k'. by Daniel Dunbar · 14 years ago
  9. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  10. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 14 years ago
  11. 4186ff4 Improve parser recovery when a switch condition is invalid; fixes by Douglas Gregor · 14 years ago
  12. 4fb2053 Patch to fix a crash on incomplete class declaration. Radar 7923673. by Fariborz Jahanian · 14 years ago
  13. 9a65b81 Improve error recovery in C/ObjC when the first argument of a function by Chris Lattner · 14 years ago
  14. 95f1b15 Namespaces can only be defined at global or namespace scope. Fixes PR6596. by Douglas Gregor · 14 years ago
  15. 51e2a5d Fix a tentative-parse error with unqualified template ids in cast expressions. by John McCall · 14 years ago
  16. 5512ba5 Cleanup error recovery for a missing '-'|'+' by Fariborz Jahanian · 14 years ago
  17. 6aa14d8 Implement parsing for message sends in Objective-C++. Message sends in by Douglas Gregor · 14 years ago
  18. e12a779 reapply john's patch, he broke mainline again by changing the test. by Chris Lattner · 14 years ago
  19. 56f3cc6 revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton by Chris Lattner · 14 years ago
  20. 820cbbb Altivec vector literal initializer count mismatch error removed. by John Thompson · 14 years ago
  21. ab866b4 improve altivec c++ support by adding casts, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  22. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  23. e8551e4 fix PR6287 by accepting and ignoring the returns_twice attribute. by Chris Lattner · 14 years ago
  24. eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 14 years ago
  25. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  26. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  27. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 14 years ago
  28. e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 14 years ago
  29. 5c5db55 fix PR6782, an accept invalid. We weren't emitting the diagnostic by Chris Lattner · 14 years ago
  30. 05511fa Improve diagnosing when a method type does not start with '-'|'+' by Fariborz Jahanian · 14 years ago
  31. 809872e Issue better syntax error when objc's messaging by Fariborz Jahanian · 14 years ago
  32. b57c757 Don't skip past the '}' if an expression has error and is not followed by ';'. by Argyrios Kyrtzidis · 14 years ago
  33. 7fd3a64 When "delayed parsing" C++ default arguments, if there is an error, there may be tokens left in the token stream by Argyrios Kyrtzidis · 14 years ago
  34. c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 14 years ago
  35. ffaf4c5 implement support for -Wno-deprecated, PR6534. While by Chris Lattner · 14 years ago
  36. 2e0a715 Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't by John McCall · 14 years ago
  37. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 14 years ago
  38. 33efe2f Retain attributes for K&R style parameter declarations. by Richard Pennington · 14 years ago
  39. f0122fe dllimport and dllexport are declspec attributes, too. They're also by Charles Davis · 14 years ago
  40. e0097db Issue a bettter diagnostics for incorrect property setter name. (radar 7647953). by Fariborz Jahanian · 14 years ago
  41. 23e907a Improve the diagnostic given when referring to a tag type without a tag (in C) by John McCall · 14 years ago
  42. 1df0ee9 Teach C++ name lookup that it's okay to look in a scope without a by Douglas Gregor · 15 years ago
  43. 82287d1 First stage of adding AltiVec support by John Thompson · 15 years ago
  44. c2e1c1a Declarators can have grouping parens. This fixes rdar://7608537. by Chris Lattner · 15 years ago
  45. 16acfee fix PR6216 by Chris Lattner · 15 years ago
  46. 99c9520 the declspec of a declaration can have storage-class specifiers, by Chris Lattner · 15 years ago
  47. ae50d50 improve diagnostics for C++ struct ; issues. Before: by Chris Lattner · 15 years ago
  48. 3e156ad improve diagnostics on missing ; in a struct. Before: by Chris Lattner · 15 years ago
  49. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  50. a6c058d Implement semantic checking for C++ literal operators. by Sean Hunt · 15 years ago
  51. 64a4eb2 Make sure to give an error for template argument lists followed by junk. by Eli Friedman · 15 years ago
  52. 6633522 fix the microsoft "charify" extension to return the charified token by Chris Lattner · 15 years ago
  53. 6405646 fix PR5500: clang fails to parse inline asm with :: in C++ mode by Chris Lattner · 15 years ago
  54. ae03cb5 Teach TryAnnotateTypeOrScopeToken to deal with already-annotated by John McCall · 15 years ago
  55. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  56. ca6180f Make tests use the new clang cc1 flag. by Fariborz Jahanian · 15 years ago
  57. 932dff7 If we enter parens, colons can become un-sacred, allowing us to emit by Chris Lattner · 15 years ago
  58. a69d0ed fix a more evil case of : / :: confusion arising in ?:. by Chris Lattner · 15 years ago
  59. a1efc8c fix incorrect parsing of bitfields pointed out by Doug. I chose by Chris Lattner · 15 years ago
  60. 6fb09c8 fix PR5740: a colon is sacred when parsing case statement expressions! by Chris Lattner · 15 years ago
  61. 3c46a66 rename testcase by Chris Lattner · 15 years ago
  62. 3acd9aa Fixes a bogus error when declaring an extern "C" array. (fixes radar 7457109). by Fariborz Jahanian · 15 years ago
  63. 4664649 reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. by Chris Lattner · 15 years ago
  64. bd87c0b fix a crash on invalid I found when working on something unrelated. by Chris Lattner · 15 years ago
  65. 1ade4ca revert my previous patch, it is breaking something and I don't have time by Chris Lattner · 15 years ago
  66. a564b17 implement PR4451, improving error recovery for a mistaken : where a :: was by Chris Lattner · 15 years ago
  67. 701c89e Honor using declarations in overload resolution. Most of the code for by John McCall · 15 years ago
  68. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  69. 682899d Use '-x' 'foo' instead of '-x=foo'. by Daniel Dunbar · 15 years ago
  70. a75a92d Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). by Daniel Dunbar · 15 years ago
  71. 3e518bd Add DeclarationName support for C++0x operator literals. They should now work as by Sean Hunt · 15 years ago
  72. e6252d1 Fix test and handle IK_LiteralOperatorId in a few more places. by Sean Hunt · 15 years ago
  73. 0486d74 Add Parser support for C++0x literal operators ('operator "" i'). by Sean Hunt · 15 years ago
  74. 1b2fc0f Fix attribute between function decl ')' and '{' or '=0' by John Thompson · 15 years ago
  75. 67f44b1 Tweak expected error to match what should happen, once using declarations work by Douglas Gregor · 15 years ago
  76. 51ffb0c Implement support for default template arguments of function templates. by Douglas Gregor · 15 years ago
  77. bbd37c6 Added rudimentary C++0x attribute support. by Sean Hunt · 15 years ago
  78. 0da2adb Test case for parsing-recovery change to @synthesized by Douglas Gregor · 15 years ago
  79. 05ebda9 This patch fixes a bug in misdiagnosing correct use of pointer to data member. by Fariborz Jahanian · 15 years ago
  80. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  81. ba69b3c Fix broken tests, exposed by improved -verify. by Daniel Dunbar · 15 years ago
  82. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  83. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  84. 8a389b6 Make fragile-abi test run happy. by Fariborz Jahanian · 15 years ago
  85. d3fdcb5 Fix a bogus objective-c warning with -pedantic. (radar 7370882). by Fariborz Jahanian · 15 years ago
  86. 45aa455 Implement -Wsign-compare, or at least the actual comparison part of it. by John McCall · 15 years ago
  87. 2cc782f Improve diagnostics when parsing something like by Douglas Gregor · 15 years ago
  88. b3eca29 Disabling some MS extensions which cause these tests to fail by John Thompson · 15 years ago
  89. f071e9b Diagnose misuse of '.*' and '->*' operators during parse by Fariborz Jahanian · 15 years ago
  90. 59cbea9 test commit by John Thompson · 15 years ago
  91. f6b1185 Improve checking for specializations of member classes of class by Douglas Gregor · 15 years ago
  92. d85bea2 Rework the Parse-Sema interaction for friends to better support friend by Douglas Gregor · 15 years ago
  93. d5a423b WIP implementation of explicit instantiation of function templates, by Douglas Gregor · 15 years ago
  94. 9aa78d5 Add RUN line. by Daniel Dunbar · 15 years ago
  95. 8a1d229 Add a test for PR3733. by Anders Carlsson · 15 years ago
  96. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  97. 1bba242 Improve top-level-semicolon test a bit by Douglas Gregor · 15 years ago
  98. a1d71ae Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 15 years ago
  99. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
  100. 4dabe96 Ok, ok, I give in. Fix tests for unused result warning. by Daniel Dunbar · 15 years ago