1. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  2. 9a2f84b Thread safety analysis: minor bugfix to smart pointer handling, and expanded by DeLesley Hutchins · 11 years ago
  3. 9a9ca98 More constant evaluation cleanup, and fix an issue where we'd override an by Richard Smith · 11 years ago
  4. 43399fb Thread safety analysis: check pt_guarded_by attribute when calling -> and * by DeLesley Hutchins · 11 years ago
  5. f490f0e Refactor constant expression handling and make a couple of tweaks to make it a by Richard Smith · 11 years ago
  6. 9ce5135 Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." by Kaelyn Uhrain · 11 years ago
  7. b3e2772 Try to correct a mistyped "-" or ">" to "->" for some C++ cases. by Kaelyn Uhrain · 11 years ago
  8. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  9. 4ce94dc Add test case for r193923 by David Majnemer · 11 years ago
  10. 3a66557 Sema: Disallow derived classes with virtual bases from having flexible array members by David Majnemer · 11 years ago
  11. 633c0c2 Sema: Cleanup and simplify anonymous union diagnostics by David Majnemer · 11 years ago
  12. 6f6dc15 Sema: Flexible array members were introduced in C99, diagnose their use in C++ by David Majnemer · 11 years ago
  13. 5423746 Change the other -Wtautological-compare warnings to not trigger in template by Richard Trieu · 11 years ago
  14. 491b714 Add non-type template parameter test for disabled -Wtautological-compare by Richard Trieu · 11 years ago
  15. cbc1987 Disable -Wtautological-compare in template instantiations. by Richard Trieu · 11 years ago
  16. 311cb2b Disable -Wtautological-constant-out-of-range-compare in template instantiations. by Richard Trieu · 11 years ago
  17. 32b5ca0 Support return type deduction for templates in -fdelayed-template-parsing (microsoft) mode by Faisal Vali · 11 years ago
  18. 0e429f1 Changed tests_typestate to test_typestate for consistency. by Chris Wailes · 11 years ago
  19. bb17ff9 Switch %clang -cc1 tests to %clang_cc1 by Alp Toker · 11 years ago
  20. 02debf6 Add -Wstring-plus-char, which warns when adding char literals to C strings. by Jordan Rose · 11 years ago
  21. 9d33c40 Sema: Do not allow lambda expressions to appear inside of constant expressions by David Majnemer · 11 years ago
  22. 101e9dc Consider used attributes in hidden decls. by Rafael Espindola · 11 years ago
  23. 858d2ba Simplify and refactor the uninitialized field warning. by Richard Trieu · 11 years ago
  24. 9bd1c13 Refactor: Extract specializing the generic lambda call operator during conversion to fptr deduction into its own function. by Faisal Vali · 11 years ago
  25. c4fe0a6 Fix a test file option from -emit-llvm -o to -emit-llvm-only. by Faisal Vali · 11 years ago
  26. 605f91f Fix an instantiation bug with nested generic lambdas and conversion to fptrs. by Faisal Vali · 11 years ago
  27. a3d311e And Again: Teach TreeTransform how to transform nested generic lambdas. by Faisal Vali · 11 years ago
  28. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  29. b814a2a Again: Teach TreeTransform and family how to transform generic by Faisal Vali · 11 years ago
  30. a8a2ebe Retain previous language linkage of friend function declarations by Alp Toker · 11 years ago
  31. 65f958d Consider hidden decls for isUsed checks. by Rafael Espindola · 11 years ago
  32. 7e66ed3 Extend test to show an alias can be before a definition. by Rafael Espindola · 11 years ago
  33. b75009c Be more precise when diagnosing 'inline' on global replacement functions by David Majnemer · 11 years ago
  34. a3bfa54 Switch attribute test line endings from CRLF by Alp Toker · 11 years ago
  35. 8b40772 Fix crash in cleanup attr handling by Alp Toker · 11 years ago
  36. d2b0cf3 Sema: Diagnose global replacement functions declared as inline by David Majnemer · 11 years ago
  37. b5c7768 Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. by Kaelyn Uhrain · 11 years ago
  38. 6e4f6f8 Be smarter about deciding to add a leading '::' to a by Kaelyn Uhrain · 11 years ago
  39. 13be032 Consumed analysis: fix assert failure. by DeLesley Hutchins · 11 years ago
  40. be63ab6 Consumed analysis: assume that non-const reference parameters are initially by DeLesley Hutchins · 11 years ago
  41. c5cdafc Consumed analysis: All the return_typestate parameter to be attached to the by DeLesley Hutchins · 11 years ago
  42. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  43. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  44. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  45. 9cd5d40 Consumed analysis: update to previous test case. by DeLesley Hutchins · 11 years ago
  46. 52f717e Consumed analysis: fix ICE in handling of loop source locations. by DeLesley Hutchins · 11 years ago
  47. d1bcd4c Remove unicode characters, trailing whitespace from test case by David Majnemer · 11 years ago
  48. a32966f Sema: Simplify the check if a method returns an instance of the class. by Benjamin Kramer · 11 years ago
  49. 7752a74 Sema: Don't crash when __try/__except/__finally appears in a template function by David Majnemer · 11 years ago
  50. edb5fdf Sema: Consider it an error to apply __builtin_offsetof to a member in a virtual base by David Majnemer · 11 years ago
  51. b7f23f1 Correctly skip type sugar when determining the width of an enum type. Derived by Richard Smith · 11 years ago
  52. b79b17b PR17567: Improve diagnostic for a mistyped constructor name. If we see something by Richard Smith · 11 years ago
  53. 81e34b1 Do not use typo correction that is unaccessible. by Serge Pavlov · 11 years ago
  54. f30e194 Consumed analysis: replace the consumes attribute with a set_typestate by DeLesley Hutchins · 11 years ago
  55. 1bf6343 Consumed analysis: switch from tests_consumed/unconsumed to a general by DeLesley Hutchins · 11 years ago
  56. f18e6e8 Improve the error message for attempting to build a for range loop using a by Richard Trieu · 11 years ago
  57. 627c7f9 Consumed analysis: check destructor calls. by DeLesley Hutchins · 11 years ago
  58. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  59. 6e04a84 Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2. by Benjamin Kramer · 11 years ago
  60. 7385840 Consumed analysis: improve loop handling. The prior version of the analysis by DeLesley Hutchins · 11 years ago
  61. 45d3950 Tighten diagnostics for calling conventions on variadic functions by Hans Wennborg · 11 years ago
  62. 2dd68de Sema: Only merge typedef attributes if the previous decl is a typedef by Justin Bogner · 11 years ago
  63. 6654085 Consumed Analysis: Change callable_when so that it can take a list of states by DeLesley Hutchins · 11 years ago
  64. f003acd Revert "Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves." by Rafael Espindola · 11 years ago
  65. 618c285 Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves. by Faisal Vali · 11 years ago
  66. 9683f1d Revert changes from the nested lambdas commit till i figure out by Faisal Vali · 11 years ago
  67. aecbb9d Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves. by Faisal Vali · 11 years ago
  68. a89ee57 Fix a typo suggestion regression introduced by r191544. by Kaelyn Uhrain · 11 years ago
  69. de8eaa2 Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  70. 91d3f33 Fix typo correction usage of SemaAccess.cpp. by Eli Friedman · 11 years ago
  71. 9b93f20 Tweak changes in r186464 to avoid a crash. by Eli Friedman · 11 years ago
  72. 8a3f9e4 Remove support for arrays of runtime bound in C++1y, now they have been voted by Richard Smith · 11 years ago
  73. c6867dd Revert the linkage fix. by Faisal Vali · 11 years ago
  74. 99229cd Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  75. d6992ab Implement conversion to function pointer for generic lambdas without captures. by Faisal Vali · 11 years ago
  76. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  77. 9beaf20 Add compat/extension warnings for init captures. by Richard Smith · 11 years ago
  78. 1851715 Add extra testing for init-captures. by Richard Smith · 11 years ago
  79. 2ceb67a Don't suggest namespaces if the next token is a '.' by Kaelyn Uhrain · 11 years ago
  80. d0629eb Variable templates: handle instantiation of static data member templates by Richard Smith · 11 years ago
  81. 0f90ee0 Don't give suggest things like function names on the left side of "=". by Kaelyn Uhrain · 11 years ago
  82. 6243f62 Avoid the hard-coded limit on the number of typo corrections attempted. by Kaelyn Uhrain · 11 years ago
  83. a934c31 Fix error recovery when a return type correction includes a new name specifier. by Kaelyn Uhrain · 11 years ago
  84. 3d9559b Teach typo correction to look inside of classes like it does namespaces. by Kaelyn Uhrain · 11 years ago
  85. 859b622 Implement C++1y digit separator proposal (' as a digit separator). This is not by Richard Smith · 11 years ago
  86. 01ae093 Allow dynamic_cast to void* even with -fno-rtti. by Eli Friedman · 11 years ago
  87. 2ae28e5 Fix -Wmissing-variable-declarations regression. by Eli Friedman · 11 years ago
  88. ecbce69 Implement restriction that a partial specialization must actually specialize by Richard Smith · 11 years ago
  89. 06dd2b3 Handle standard libraries that miss out the space when defining the standard by Richard Smith · 11 years ago
  90. 25b24eb PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to an by Richard Smith · 11 years ago
  91. b390e49 PR17295: Do not allow explicit conversion functions to be used in cases where by Richard Smith · 11 years ago
  92. ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
  93. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  94. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  95. 5f33c37 Add specific warning flags for GNU ext in Sema. by Eli Friedman · 11 years ago
  96. 58ee425 Remove a bogus diagnostic preventing static data member templates from being by Richard Smith · 11 years ago
  97. 8e6557e Fix accepts-invalid if a variable template explicit instantiation is missing an by Richard Smith · 11 years ago
  98. 6aa7df9 If a variable template specialization with an incomplete array type is by Richard Smith · 11 years ago
  99. e9f6f33 [-cxx-abi microsoft] Correctly identify Win32 entry points by David Majnemer · 11 years ago
  100. 175d417 Add some missing ProhibitAttributes calls to some declaration-like #pragmas. by Richard Smith · 11 years ago