1. 1eee5dc Teach the evaluation of the __is_convertible_to trait to translate by Douglas Gregor · 14 years ago
  2. a050618 Document some serious badness in our evaluation of the type traits: we need to be sure we have complete types in many cases by Douglas Gregor · 14 years ago
  3. 9f36113 Implement the Microsoft __is_convertible_to type trait, modeling the by Douglas Gregor · 14 years ago
  4. b7ee2e5 Revert r124217 because it didn't catch the actual error case it was trying to by Jeffrey Yasskin · 14 years ago
  5. 6ec278d Do a proper recursive lookup when deciding whether a class's usual by John McCall · 14 years ago
  6. dfbb02a Fix whitespace. by NAKAMURA Takumi · 14 years ago
  7. 0099530 7bit-ize. by NAKAMURA Takumi · 14 years ago
  8. 14d0aee Fix a horrible bug in our handling of C-style casting, where a C-style by Douglas Gregor · 14 years ago
  9. 6b4df91 Reference qualifiers for *this: implement C++0x [expr.mptr.oper]p6, by Douglas Gregor · 14 years ago
  10. c60e13a Add an attribute to forbid temporary instances of a type. This allows class by Jeffrey Yasskin · 14 years ago
  11. 72dfa27 When throwing an elidable object, first try to treat the subexpression by Douglas Gregor · 14 years ago
  12. f5d8f46 Promote the static getNRVOCandidate() function, which computed the by Douglas Gregor · 14 years ago
  13. 83eecbe When building a user-defined conversion sequence, keep track of the by Douglas Gregor · 14 years ago
  14. f2ae526 Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities, by Douglas Gregor · 14 years ago
  15. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  16. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  17. 6915c52 More __uuidof validation: by Francois Pichet · 14 years ago
  18. d803912 XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace. by Francois Pichet · 14 years ago
  19. 913b7bf Emit an error if operator __uuidof() is called on a type with no associated GUID. by Francois Pichet · 14 years ago
  20. e6a365d Motions towards simplifying how we deal with attribute-qualified function types. by John McCall · 14 years ago
  21. bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
  22. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  23. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  24. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  25. d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
  26. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  27. 241d558 Bump up property conversion earlier in the initialization process. Fixes by John McCall · 14 years ago
  28. 6f18fca Kill FullExpr, as it was not, in fact, used anywhere in the code base. by John McCall · 14 years ago
  29. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  30. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  31. 85515d6 First pass at implementing the intent of ANSI C DR106. by John McCall · 14 years ago
  32. 9ec9445 dyn_cast else unreachable -> cast by John McCall · 14 years ago
  33. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  34. a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
  35. a878cda Perform lvalue-to-rvalue at the end of an expression statement in C. by John McCall · 14 years ago
  36. 7eb0a9e Switch a lot of call-sites over to using the new value-kind calculations. by John McCall · 14 years ago
  37. 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
  38. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  39. daa8e4e Assorted work leading towards the elimination of CK_Unknown. by John McCall · 14 years ago
  40. 404cd16 Introduce a null-to-pointer implicit cast kind. by John McCall · 14 years ago
  41. bf8cafa Properly handle temporaries that are created in a AsmStmt. by Argyrios Kyrtzidis · 14 years ago
  42. 19cc1c7 Harden Sema::MaybeBindTotemporary. by Douglas Gregor · 14 years ago
  43. 3fa5cae No really, we don't have a retain/release system for statements/expressions by John McCall · 14 years ago
  44. 428edaf Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 14 years ago
  45. 7d520ba There is no reason for dereferencing a pointer-to-member to require by Douglas Gregor · 14 years ago
  46. 9b62363 Introduce support for emitting diagnostics (warnings + their notes) by Douglas Gregor · 14 years ago
  47. 98efb9f PR8325: don't do destructor checking when a pointer is thrown. by Eli Friedman · 14 years ago
  48. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  49. b4eb64d Track the location of the context requiring an implicit conversion and use it by John McCall · 14 years ago
  50. a075076 Reject the allocation of variably-modified types in C++ 'new' by Douglas Gregor · 14 years ago
  51. 3911a1a Fix a NYI in IRGen which was due to incorrect AST by Fariborz Jahanian · 14 years ago
  52. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  53. 1fb019b Problem with gnu conditional extension with missing by Fariborz Jahanian · 14 years ago
  54. f8aca86 Fix destructor and assignment operator lookup in the has_nothrow traits. by Sebastian Redl · 14 years ago
  55. edeb6c9 The paired 'operator delete' for a placement 'operator new' is always a by John McCall · 14 years ago
  56. 08295a5 Don't crash when using type traits on a class with a constructor template. by Sebastian Redl · 14 years ago
  57. 751025d Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function due to lazy declaration of default constructors. Now that __has_nothrow_constructor doesn't use it anymore, part of PR8101 is fixed. by Sebastian Redl · 14 years ago
  58. 5f4e899 Have __has_nothrow_copy use Sema's lookup routines. This fixes the problem with not finding implicitly declared copy constructors, part of PR8107. by Sebastian Redl · 14 years ago
  59. 0dfd848 Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up. by Sebastian Redl · 14 years ago
  60. 4076dac When applying 'delete' on a pointer-to-array type match GCC and EDG behavior and treat it as 'delete[]'. by Argyrios Kyrtzidis · 14 years ago
  61. bd7c849 Eli helped me understand how evaluation contexts work. by Sebastian Redl · 14 years ago
  62. 2e15622 Define and implement CXXNoexceptExpr. Create it in Sema. by Sebastian Redl · 14 years ago
  63. 02bc21a Parse the noexcept operator and stub out sema. by Sebastian Redl · 14 years ago
  64. a1a0478 Eliminate the comma locations from all of the Sema routines that deal by Douglas Gregor · 14 years ago
  65. 3d37c0a Add proper type-source information to UnaryTypeTraitExpr, including by Douglas Gregor · 14 years ago
  66. 4eb4f0f Fix a few minor issues with parsing and semantic analysis of C++ by Douglas Gregor · 14 years ago
  67. 19311e7 Use the new-initialization code for initializing scalars with a by Douglas Gregor · 14 years ago
  68. 01b7c30 Microsoft's __uuidof operator implementation part 1. by Francois Pichet · 14 years ago
  69. 607a178 Allow (cv) void and incomplete arrays to be passed to the type traits. by Sebastian Redl · 14 years ago
  70. ab6677e Provide proper type-source location information for by Douglas Gregor · 14 years ago
  71. 1bb2a93 Improve source-location information for CXXNewExpr, by hanging on to by Douglas Gregor · 14 years ago
  72. 6cf7502 Revert my user-defined literal commits - r1124{58,60,67} pending by Sean Hunt · 14 years ago
  73. 0016d51 Implement C++0x user-defined string literals. by Sean Hunt · 14 years ago
  74. 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 14 years ago
  75. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  76. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
  77. d293298 Fix miscompilation. The custom new[]/delete[] methods were not getting called for arrays with more than 1 dimension. by Argyrios Kyrtzidis · 14 years ago
  78. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  79. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  80. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  81. 2a7fb27 Move more stuff out of Sema.h. by John McCall · 14 years ago
  82. 120d63c Move some of SemaOverload's API to various places in Overload.h, and kill by John McCall · 14 years ago
  83. 5f1e094 More header elimination. The goal of all this is to allow Parser to by John McCall · 14 years ago
  84. 7a1fad3 Remove a header dependency from Sema.h at the cost of some type safety. by John McCall · 14 years ago
  85. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  86. 60d7b3a OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 14 years ago
  87. b3d8748 Abstract out passing around types and kill off ActionBase. by John McCall · 14 years ago
  88. 9ae2f07 Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). by John McCall · 14 years ago
  89. 2b5289b Push DeclGroupRefs and TemplateNames in an opaque but type-safe way by John McCall · 14 years ago
  90. ca0408f Sundry incremental steps towards killing off Action. by John McCall · 14 years ago
  91. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  92. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  93. 7b86862 Make sure to add MallocAttr to explicitly-declared operator new/new[] by Douglas Gregor · 14 years ago
  94. 2767ce2 Emit an error if an array is too large. We're slightly more strict by Douglas Gregor · 14 years ago
  95. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  96. 507384f Bail out of MaybeBindToTemporary if the record type is invalid. Test case by John McCall · 14 years ago
  97. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  98. 09556fd Fix a crash on template delete operators. by Chandler Carruth · 14 years ago
  99. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  100. 1357869 Get rid of isObjectType; when C++ says "object type", it generally by Eli Friedman · 14 years ago