1. dbfb371 Implement the consistency checking for C++ [temp.deduct.call]p3, which by Douglas Gregor · 13 years ago
  2. 1454cb9 Properly implement C++0x [stmt.dcl]p3, which requires a scope to be by Douglas Gregor · 13 years ago
  3. 1abd359 When profiling FunctionProtoTypes, don't canonicalize the expression by Douglas Gregor · 13 years ago
  4. 7ec1b7a Test for C++11 [class]p6 (trivial classes). by Richard Smith · 13 years ago
  5. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  6. 5b01b83 Downgrade the warning about the use of typedefs for class template by Douglas Gregor · 13 years ago
  7. 2e283f0 Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. by Eli Friedman · 13 years ago
  8. 89b9f10 Diagnose the condition in C++ [temp.expl.spec]p16 that prohibits by Douglas Gregor · 13 years ago
  9. 8735b29 When checking the instantiation of a default template argument against by Douglas Gregor · 13 years ago
  10. 95ea450 Fix an incorrect warning about explicit template specializations for by Douglas Gregor · 13 years ago
  11. 3617e19 The expression in a noexcept exception-specification is a by Douglas Gregor · 13 years ago
  12. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  13. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  14. f61103e Clean up my changes to jump-diagnostic handling for local variables of by Douglas Gregor · 13 years ago
  15. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  16. e413516 Update the jump-scope checker for local variables with initializers, by Douglas Gregor · 13 years ago
  17. 8271317 Update our diagnostics to properly account for move operations. by Sean Hunt · 13 years ago
  18. 63fe681 Implement the initial part of C++0x [expr.const]p2, which specifies by Douglas Gregor · 13 years ago
  19. 9625e44 It's considered poor form to create references to the overloaded by Douglas Gregor · 13 years ago
  20. e885e18 Diagnose the presence of storage-class-specifiers on explicit by Douglas Gregor · 13 years ago
  21. 4337dc7 Teach Sema::ActOnUninitializedDecl() not to try to interpret when one by Douglas Gregor · 13 years ago
  22. 0fd228d Implement C++0x semantics for passing non-POD classes through varargs. by Douglas Gregor · 13 years ago
  23. b7ec906 Downgrade the error about re-opening an inline namespace as non-inline by Douglas Gregor · 13 years ago
  24. fc92137 Diagnose unexpanded parameter packs in return statements. This by Douglas Gregor · 13 years ago
  25. a044826 Fix PR9941 for out-of-line template destructors too. by Sebastian Redl · 13 years ago
  26. 1e55e91 Undo enough of r131143 to make private copy ctor diags say "copy constructor" again by Matt Beaumont-Gay · 13 years ago
  27. 42bef03 Fix PR9941 again, this time for templates. by Sebastian Redl · 13 years ago
  28. 0ee3391 Reapply r121528, fixing PR9941 by delaying the exception specification check for destructors until the class is complete and destructors have been adjusted. by Sebastian Redl · 13 years ago
  29. 1d78032 Revert r121528 as it breaks a simple testcase, which leads to, among by Sean Hunt · 13 years ago
  30. 0320a1d Implement implicit exception specifications of destructors. by Sebastian Redl · 13 years ago
  31. 714c992 When checking a set of template parameter lists against a by Douglas Gregor · 13 years ago
  32. 1804174 PR9908: Fix the broken fix for PR9902 to get the template argument lists in the right order. by Richard Smith · 13 years ago
  33. ebc93e176 PR9899: handle pseudo-destructors correctly in noexcept() expressions. by Eli Friedman · 13 years ago
  34. 7822ee3 Implement CWG1170, which makes access-control errors into template by Douglas Gregor · 13 years ago
  35. 175c5bb When checking for the necessary 'template<>' headers based on the by Douglas Gregor · 13 years ago
  36. be57cf4 PR9882: Fix noexcept to deal with dependent new, delete, calls, and by Eli Friedman · 13 years ago
  37. 4405445 Tweak the diagnostics for the C++0x extensions to friend types to note by Douglas Gregor · 13 years ago
  38. f961ea5 Re-do R131114 without breaking code. by Sean Hunt · 13 years ago
  39. c840649 Reimplement Sema::MatchTemplateParametersToScopeSpecifier() based on by Douglas Gregor · 13 years ago
  40. 536e9c1 Slight tweak to alias template error handling: don't guess that a template-id in an alias declaration was meant to be a specialization. Use a generic, but more accurate, diagnostic. by Richard Smith · 13 years ago
  41. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  42. 4f40ddd Fix a typo in a test. CHEKC -> CHECK by Richard Trieu · 13 years ago
  43. 0f4be74 When parsing a template friend declaration we dropped the template by Chandler Carruth · 13 years ago
  44. d46a112 Diagnose attempts to implicitly instantiate a template before it is by John McCall · 13 years ago
  45. 3b88735 Extend Sema::ClassifyName() to support C++, ironing out a few issues by Douglas Gregor · 13 years ago
  46. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  47. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  48. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  49. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 13 years ago
  50. 87a1e19 Implement C++0x [lex.pptoken]p3's handling of <::. by Richard Smith · 13 years ago
  51. 0d8dc46 When creating an implicit member expression through a qualified-id, check that the class by Argyrios Kyrtzidis · 13 years ago
  52. 99ace16 Template static data members can have weak_odr linkage, not just by John McCall · 13 years ago
  53. 772afb1 This test works now; enable it. by John McCall · 13 years ago
  54. bc34b1d PR9669: implement correct checking for [dcl.init.string]p2. by Eli Friedman · 13 years ago
  55. fb8721c Simplify calling CheckPlaceholderExpr, converge on it in a few places, by John McCall · 13 years ago
  56. 5862f0e When emitting a "too many arguments to function call..." error, also include a note with a location for the function prototype. by Ted Kremenek · 13 years ago
  57. 9043423 Fix a bug in how we were resolving the address of overloaded functions by Chandler Carruth · 13 years ago
  58. b184a18 Replace the call to ParseOptionalCXX0XClassVirtSpecifierSeq with code to only parse an optional 'final' keyword. by Anders Carlsson · 13 years ago
  59. 2c3ee54 Get rid of handling of the 'explicit' keyword from class-head. We still parse it though, although that will change shortly. by Anders Carlsson · 13 years ago
  60. 844c25d Remove warnings about using override control keywords in inline function definitions; they will be allowed in the next C++0x draft. by Anders Carlsson · 13 years ago
  61. b1f3968 Remove 'new' from virt-specifier since it's going to be removed in the next C++0x draft by Anders Carlsson · 13 years ago
  62. eef7ac5 Detect attempts to provide a specialization of a function within a by Douglas Gregor · 14 years ago
  63. db2eae6 Clean up our handling of template-ids that resolve down to a single by Douglas Gregor · 14 years ago
  64. 71fff64 Fix test case. by Sebastian Redl · 14 years ago
  65. 0eab51c Extend the noexcept expression test to test noexcept specification functions. by Sebastian Redl · 14 years ago
  66. d8f2e8e More robust check for the special C++0x operator new workaround. by Sebastian Redl · 14 years ago
  67. 99439d4 Implement a hack to work around the changing exception specification of operator new in C++0x. by Sebastian Redl · 14 years ago
  68. a968e97 Reintroduce r127617: "Code generation for noexcept." with fixes. by Sebastian Redl · 14 years ago
  69. 112d5ee Revert r127617: "Code generation for noexcept." by Jakob Stoklund Olesen · 14 years ago
  70. f86d5f2 Code generation for noexcept. by Sebastian Redl · 14 years ago
  71. 56fb926 Implement instantiation of noexcept spec and add a test case. by Sebastian Redl · 14 years ago
  72. 9351b03 Add another, pretty trivial, exception spec test case. by Sebastian Redl · 14 years ago
  73. 8999fe1 Make deallocation functions implicitly noexcept in C++0x. by Sebastian Redl · 14 years ago
  74. caa35e4 Revert "Disable inherited constructors for 2.9." by Sebastian Redl · 14 years ago
  75. a808c54 Disable inherited constructors for 2.9. by Sebastian Redl · 14 years ago
  76. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  77. 975cc64 Revert r127206 "Detect attempts to provide a specialization of a function within by Daniel Dunbar · 14 years ago
  78. db93fde Detect attempts to provide a specialization of a function within a by Douglas Gregor · 14 years ago
  79. cc20945 Support explicit template specialization and instantiation for members by Douglas Gregor · 14 years ago
  80. 353ee24 Produce a diagnostic for unused overloaded expressions, from Faisal Vali! by Douglas Gregor · 14 years ago
  81. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 14 years ago
  82. 018591f Semantic checking for exception specifications should be triggered by by John McCall · 14 years ago
  83. 406f98f When we're substituting into a parameter-type-list nested inside the pattern by Douglas Gregor · 14 years ago
  84. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
  85. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 14 years ago
  86. e7397c6 Fix a few auto-related issues: by Richard Smith · 14 years ago
  87. 24d44ed Add reference to PR 9278 for archaeologists. by Richard Smith · 14 years ago
  88. ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 14 years ago
  89. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
  90. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  91. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
  92. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  93. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 14 years ago
  94. 1e856d9 Implement C++0x [expr.static.cast]p9, which permits explicitly casting by Douglas Gregor · 14 years ago
  95. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  96. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 14 years ago
  97. 4bfd680 Handle delayed access in local declarations. PR9229. by John McCall · 14 years ago
  98. b25b295 Return a declaration to the parser when creating a field in C++ so that by John McCall · 14 years ago
  99. 417d39f Don't crash on hierarchy static_casts which appear in variable initializers. by John McCall · 14 years ago
  100. f5ba7e0 Change the context correctly when instantiating a static data member definition. by John McCall · 14 years ago