1. 46127a9 More work on ClassVirtSpecifiers. by Anders Carlsson · 13 years ago
  2. aa5952c revert r123977 and r123978 to fix PR9026. by Rafael Espindola · 13 years ago
  3. c46bb7d Start stubbing out a ClassVirtSpecifiers class. by Anders Carlsson · 13 years ago
  4. f1602a5 A member function template cannot be virtual. by Anders Carlsson · 13 years ago
  5. 15f6765 Use a FunctionType::get overload that doesn't require an empty vector. by Benjamin Kramer · 13 years ago
  6. f6a3ab0 Improve our parse recovery on 'case blah;' and 'default;'. by John McCall · 13 years ago
  7. da29e09 Send code generation for xvalues down the same path as lvalues by Douglas Gregor · 13 years ago
  8. 36b8ee6 Debug info generation for rvalue references by Douglas Gregor · 13 years ago
  9. 575d2a3 Update const_cast semantics for rvalue references. Add tests for by Douglas Gregor · 13 years ago
  10. dc843f2 Teach static_cast and dynamic_cast about rvalue references. by Douglas Gregor · 13 years ago
  11. dcfb360 Provide -Wuninitialized-experimental fixits by Ted Kremenek · 13 years ago
  12. 72dfa27 When throwing an elidable object, first try to treat the subexpression by Douglas Gregor · 13 years ago
  13. 07f402c Generalize the NRVO move-construction-based initialization routine. No functionality change by Douglas Gregor · 13 years ago
  14. fbb178a Add basic fixits for -Wuninitialized-experimental by Ted Kremenek · 13 years ago
  15. 94b1b4d Enhance -Wuninitialized-experimental diagnostics by Ted Kremenek · 13 years ago
  16. cc15f01 Implement the preference for move-construction over copy-construction by Douglas Gregor · 13 years ago
  17. 4a46c77 We love parentheses by Douglas Gregor · 13 years ago
  18. f5d8f46 Promote the static getNRVOCandidate() function, which computed the by Douglas Gregor · 13 years ago
  19. b939a19 Implement core issue 1164, which concerns the partial ordering of by Douglas Gregor · 13 years ago
  20. b13ede9 Add test for overload resolution's preference for binding an rvalue by Douglas Gregor · 13 years ago
  21. 0baa922 Eliminate an unused variable by Douglas Gregor · 13 years ago
  22. 68ed68b Update the reference-binding implementation used for overload by Douglas Gregor · 13 years ago
  23. 2ad746a Implement the special template argument deduction rule for T&& in a by Douglas Gregor · 13 years ago
  24. c80e811 Sema: process non-inheritable attributes on function declarations early by Peter Collingbourne · 13 years ago
  25. 6070039 Sema: support for processing non-inheritable declaration attributes early by Peter Collingbourne · 13 years ago
  26. a97d70b Generalise support for non-inheritable attributes by Peter Collingbourne · 13 years ago
  27. 7ac0ff2 Move cheking of kext into canDevirtualizeMemberFunctionCalls(). by Fariborz Jahanian · 13 years ago
  28. fb5d7ef Improve the diagnostic that complains about binding an rvalue by Douglas Gregor · 13 years ago
  29. b2855ad More work to bring reference binding up to the latest C++0x by Douglas Gregor · 13 years ago
  30. 564cb06 When performing reference binding via a conversion function, perform by Douglas Gregor · 13 years ago
  31. 411c25c Initialize a variable, found by Ted. by Fariborz Jahanian · 13 years ago
  32. 8619edd Fix a use of uninitialized variables, found by Ted! by Douglas Gregor · 13 years ago
  33. 6178e53 Removing debug printing logic from UninitializedValuesV2. by Ted Kremenek · 13 years ago
  34. 2d4bed1 Relax CFG assertions in UninitializedValuesV2 when by Ted Kremenek · 13 years ago
  35. 13bd423 Add rudimentary path-sensitivity to UnintializedValuesV2 by Ted Kremenek · 13 years ago
  36. 2726267 apple kext abi requires all vf calls, including qualified by Fariborz Jahanian · 13 years ago
  37. 14cc945 Enhance AnalysisConsumer to also visit functions by Ted Kremenek · 13 years ago
  38. c5db24d Start refactoring reference binding to more closely match the C++0x by Douglas Gregor · 13 years ago
  39. 2e1c730 Diagnose when a virtual member function marked final is overridden. by Anders Carlsson · 13 years ago
  40. 69d8316 Add some tests for reference-collapsing and referencing binding by Douglas Gregor · 13 years ago
  41. ba4f5d5 Fix the computation of alignment for fields of packed+aligned structs. by John McCall · 13 years ago
  42. 9eefa22 When instantiating member functions, propagate whether the member function is marked 'final' and 'override'. by Anders Carlsson · 13 years ago
  43. 3ffe183 When checking for functions marked override, ignore dependent contexts. by Anders Carlsson · 13 years ago
  44. 4ebf160 Make CheckOverrideControl a member of Sema. by Anders Carlsson · 13 years ago
  45. 9e682d9 Diagnose virtual member functions marked override but not overriding any virtual member functions. by Anders Carlsson · 13 years ago
  46. c0534b6 Add IsMarkedOverride and IsMarkedFinal flags to FunctionDecl (to be used by CXXRecordDecl). by Anders Carlsson · 13 years ago
  47. aae5af2 Only allow virtual member functions to be marked 'override' and 'final'. by Anders Carlsson · 13 years ago
  48. 69a8735 Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator. by Anders Carlsson · 13 years ago
  49. 7eeb4ec Lazily initialize the 'final' and 'override' contextual keywords as suggested by Doug. by Anders Carlsson · 13 years ago
  50. 706df2f Fix PR8884 by skipping transparent contexts. The test is for LikageSpec. I by Rafael Espindola · 13 years ago
  51. 3dbdb58 Add CharUnits::RoundUpToAlignment() to simplify rounding in character units. by Ken Dyck · 13 years ago
  52. 83eecbe When building a user-defined conversion sequence, keep track of the by Douglas Gregor · 13 years ago
  53. f2ae526 Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities, by Douglas Gregor · 13 years ago
  54. dfc331e Explicitly track the number of call arguments provided when performing by Douglas Gregor · 13 years ago
  55. 83d7781 Eradicate any mention of C++0x concepts. by Douglas Gregor · 13 years ago
  56. 4c9131a Variadic templates are fully implemented. by Douglas Gregor · 13 years ago
  57. 5ce5f52 Downgrade the "variadic templates are a C++0x feature" error to an by Douglas Gregor · 13 years ago
  58. d967e31 Refactor the dependence computation for DeclRefExpr so that we can by Douglas Gregor · 13 years ago
  59. a779d9c Implement basic support for the use of variadic templates and blocks by Douglas Gregor · 13 years ago
  60. 6952f1e Implement support for non-type template parameter packs whose type is by Douglas Gregor · 13 years ago
  61. 61f438a NonTypeTemplateParmDecls always have TypeSourceInfo. There's no sense by Douglas Gregor · 13 years ago
  62. 92c3a04 Warn about the use of unparenthesized |= in conditionals (which may be by Douglas Gregor · 13 years ago
  63. 9ea416e Parse the optional semicolon after a C++ in-class member function by Douglas Gregor · 13 years ago
  64. 2998d6b When building the copy expression for a __block variable, make sure by John McCall · 13 years ago
  65. 3b65751 Change the canonical representation of array types to store qualifiers on the by John McCall · 13 years ago
  66. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 13 years ago
  67. fe71008 Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' by Ken Dyck · 13 years ago
  68. bcbd03a Emit DW_TAG_lexical_scope to surround foreach. by Devang Patel · 13 years ago
  69. 0b53cf8 Don't silently drop warning flags passed in to by Douglas Gregor · 13 years ago
  70. 6e5658d lib/Sema/SemaExpr.cpp: __null should be LongLongTy on LLP64 Win64. by NAKAMURA Takumi · 13 years ago
  71. ff8be0e lib/CodeGen/TargetInfo.cpp: Fix coding style and erase an obsolete comment. by NAKAMURA Takumi · 13 years ago
  72. c21fed3 Teach UninitializedValuesV2 to implicitly reason about C++ by Ted Kremenek · 14 years ago
  73. c532b50 Add unnamed_addr in CreateRuntimeVariable. by Rafael Espindola · 14 years ago
  74. a33e050 When redefining a macro don't warn twice if it's not used and don't warn for duplicate by Argyrios Kyrtzidis · 14 years ago
  75. e188933 Properly do a float -> _Complex double conversion, fixes rdar://8875946. by Argyrios Kyrtzidis · 14 years ago
  76. ce88903 Fix some unnecessarily complicated code for canonicalizing variably-modified by John McCall · 14 years ago
  77. 62c28c8 Generalize some operations on qualifiers. QualType::getQualifiers() and by John McCall · 14 years ago
  78. dbee341 Add support for explicit constructor calls in Microsoft mode. For example: by Francois Pichet · 14 years ago
  79. 4dccb90 Correctly enable test/Sema/unit-variables.c, by Ted Kremenek · 14 years ago
  80. c104e53 Teach UninitializedValuesV2 about "int x = x" and by Ted Kremenek · 14 years ago
  81. d8868a6 Introduce the notion of a "minimal" import of ASTs, to better support LLDB. by Douglas Gregor · 14 years ago
  82. 06f486e Replace calls to CharUnits::fromQuantity() with ones to by Ken Dyck · 14 years ago
  83. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  84. fb1e3bc Replace calls to CharUnits::fromQuantity() with ones by Ken Dyck · 14 years ago
  85. a757322 lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. by NAKAMURA Takumi · 14 years ago
  86. 7952199 lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64! by NAKAMURA Takumi · 14 years ago
  87. 1b24cd3 lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. by NAKAMURA Takumi · 14 years ago
  88. 8c959d9 lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. by NAKAMURA Takumi · 14 years ago
  89. 31f7d02 Simplify. by Devang Patel · 14 years ago
  90. d3d4e1e More unnamed_addr. by Rafael Espindola · 14 years ago
  91. 803d307 merge strings created by const NSConstantString *appKey = @"MyApp"; by Rafael Espindola · 14 years ago
  92. 0f56559 NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from by Douglas Gregor · 14 years ago
  93. 22c4120 Handle base and member destructors in CheckFallThrough. by Anders Carlsson · 14 years ago
  94. b918d0f Convert "#pragma unused(...)" into tokens for the parser. by Argyrios Kyrtzidis · 14 years ago
  95. b266a1f Add unnamed_addr to the special strings created by by Rafael Espindola · 14 years ago
  96. d6c4eb6 Remove dead code. by Anders Carlsson · 14 years ago
  97. b971dbd Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct. by Anders Carlsson · 14 years ago
  98. 1f3b6fd Begin work on supporting "N3206: Override control: Eliminating Attributes", from by Anders Carlsson · 14 years ago
  99. 0dc5f9a Fix a bug where the -Wmissing-noreturn would always treat constructors with base or member initializers as noreturn. by Anders Carlsson · 14 years ago
  100. 04eeba4 Add AnalysisContext::dumpCFG. by Anders Carlsson · 14 years ago