1. 0d0db2f logical ops, unary ops, pairwise ops by Nate Begeman · 14 years ago
  2. 891f80e Teach EHCleanupBlock to deal appropriately with the possibility that there by John McCall · 14 years ago
  3. f406d9c Get the base class addresses before calling EmitClassCopyAssignment. by Anders Carlsson · 14 years ago
  4. 9ffdd45 Remove an unnecessary argument to EmitClassCopyAssignment. by Anders Carlsson · 14 years ago
  5. 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 14 years ago
  6. 2321934 Comparisons. by Nate Begeman · 14 years ago
  7. 647aa46 Do not enable '-analyze-check-security-syntactic' by default when using '--analyze'. There by Ted Kremenek · 14 years ago
  8. ad4e02f When determining a standard conversion sequence involves resolving the by Douglas Gregor · 14 years ago
  9. 9d84632 Properties cannot be synthesized by-dafult in by Fariborz Jahanian · 14 years ago
  10. 5d822f0 Use clang::VarDecl name instead of llvm::GlobalVariable name. by Devang Patel · 14 years ago
  11. cf99910 Add USR support for 'static inline' functions (which can be declared in header files). by Ted Kremenek · 14 years ago
  12. 5ac5756 Remove USRGenerator::VisitBlockDecl(). We don't need to generate USRs for blocks, since by Ted Kremenek · 14 years ago
  13. 6b15f8e Add test case for __has_feature(objc_weak_class). by Ted Kremenek · 14 years ago
  14. 066cde1 Start stamping out the __builtin_neon stuff. by Nate Begeman · 14 years ago
  15. 9498d38 Add FunctionDecl::isVariadic() to match BlockDecl::isVariadic() and ObjCMethodDecl::isVariadic(). by Ted Kremenek · 14 years ago
  16. db9a0ae Rename BlockDecl::IsVariadic() to BlockDecl::isVariadic() to match the casing by Ted Kremenek · 14 years ago
  17. daa3ac5 IRgen/NeXT: Put the synthesized _objc_super, _message_ref_t decls in a valid DeclContext, to satisfy the invariants that should hold on a RecordDecl. by Daniel Dunbar · 14 years ago
  18. f80cb75 Remove a FIXME that is unlikely to be fixed (streaming code generation). by Daniel Dunbar · 14 years ago
  19. 8a5e83c Frontend: Tie backend verification passes to CodeGenOptions::VerifyModule, by Daniel Dunbar · 14 years ago
  20. 5ac2833 Bump Clang version number. by Ted Kremenek · 14 years ago
  21. 516e6e0 When performing partial ordering of class template partial by Douglas Gregor · 14 years ago
  22. 31dce8f For template argument deduction from class template partial by Douglas Gregor · 14 years ago
  23. fc39dc4 A not equal for an unordered relation should return true as specified in IEEE-754, e.g., by Mon P Wang · 14 years ago
  24. 77e2c67 It turns out that we *can* end up having to display template argument by Douglas Gregor · 14 years ago
  25. 3ff9d11 Add '__has_feature' support for weak ObjC classes. by Ted Kremenek · 14 years ago
  26. 6d9afd9 Sort '__has_feature' cases. No functionality change. by Ted Kremenek · 14 years ago
  27. 7576a65 Test case for r102578. by John McCall · 14 years ago
  28. 96db310 Access-check during template argument deduction from the context of the by John McCall · 14 years ago
  29. 862b24f Fix CFG crasher involving statement expressions reported in PR 6938. by Ted Kremenek · 14 years ago
  30. f581382 Properly switch into the declaring scope of a template when performing by John McCall · 14 years ago
  31. cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 14 years ago
  32. 6e45cbc build: Add CLANG_NO_RUNTIME build variable, which disables building clang by Daniel Dunbar · 14 years ago
  33. 5e2a8ac Driver: Add support for -fobjc-abi-version=. - <rdar://problem/7919678> by Daniel Dunbar · 14 years ago
  34. 1e3f5ba Ensure that cv-qualifiers are correctly removed for post-inc/decrements by Sean Hunt · 14 years ago
  35. 29d2fd5 Fix template instantiation for __builtin_offfsetof expressions that refer to members of anonymous structs/unions by Douglas Gregor · 14 years ago
  36. 8028981 A bit more neon work, adds work (but the ABI is wrong), types mostly stamped out. by Nate Begeman · 14 years ago
  37. 9d5d60f Diagnose __builtin_offsetof expressions that refer to bit-fields by Douglas Gregor · 14 years ago
  38. 9b4d4fc Support for construct/destruct of ivar array by Fariborz Jahanian · 14 years ago
  39. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 14 years ago
  40. 109dfc6 IRGen for initialization/destruction of by Fariborz Jahanian · 14 years ago
  41. 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 14 years ago
  42. c6cd5fd Changed signature of GenerateMessageSend() function to pass the ObjCInterfaceDecl for class messages and removed the boolean IsClassMessage argument, which wasn't used anywhere. by David Chisnall · 14 years ago
  43. a96698e Stub out NEON support, more to come. by Nate Begeman · 14 years ago
  44. 6a15c85 Revert "Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of", it is breaking the builds of quite a few projects (emacs, dovecot, gnutar, bison). by Daniel Dunbar · 14 years ago
  45. e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 14 years ago
  46. 07c55e3 Remove unused function. by Benjamin Kramer · 14 years ago
  47. 68eebbb Reduce string trashing in getQualifiedNameAsString. by Benjamin Kramer · 14 years ago
  48. 8c757f9 Emit the correct symbol name for the class (GNU runtime). by David Chisnall · 14 years ago
  49. b21b405 Written storage class for declarations inside linkage specifications without braces is none. by Abramo Bagnara · 14 years ago
  50. e6ec5c4 When the qualifier of a id-expression is non-dependent but not by Douglas Gregor · 14 years ago
  51. 1e9268e Improve name mangling for dependent template names (e.g., typename by Douglas Gregor · 14 years ago
  52. d4598a2 When instantiating a function template specialization following by Douglas Gregor · 14 years ago
  53. 784f211 Properly pass the address of a lazily-generated function declaration with by John McCall · 14 years ago
  54. 15dedf0 It's okay to refer to non-type template parameters anywhere they are by Douglas Gregor · 14 years ago
  55. 493ec51 Removed spaces at end of line. (Test commit.) by Abramo Bagnara · 14 years ago
  56. 24f2801 Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of by Eli Friedman · 14 years ago
  57. 1c63b9c When explicitly building a temporary object (CXXTemporaryObjectExpr), by Douglas Gregor · 14 years ago
  58. 254e2d9 Fixed message send to void (broken by my last commit - GNU runtime). by David Chisnall · 14 years ago
  59. 138bb23 Diagnose the use of abstract types as array element types. Previously, by Douglas Gregor · 14 years ago
  60. c96be1e During template instantiation, set the naming class of by Douglas Gregor · 14 years ago
  61. b170ca5 More simplifications. by Benjamin Kramer · 14 years ago
  62. 786cd15 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 14 years ago
  63. 0237941 Simplify some code. No change in functionality. by Benjamin Kramer · 14 years ago
  64. c8fd2da When checking the redeclaration context of a typedef that refers to a by Douglas Gregor · 14 years ago
  65. a6a292b Don't look into incomplete types when trying to warn about unused by Douglas Gregor · 14 years ago
  66. 40e7192 CMake: Fix DESTDIR-related installation problem on Windows, from the by Douglas Gregor · 14 years ago
  67. 66c4515 When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr by Douglas Gregor · 14 years ago
  68. 1744a35 Simplify. by Daniel Dunbar · 14 years ago
  69. f35f14d Add Driver support for -fno-constant-cfstrings. by Daniel Dunbar · 14 years ago
  70. 664b7c7 Ensure return from a message to nil is always 0 (GNU runtime). by David Chisnall · 14 years ago
  71. 50810d3 Fix comments. by Daniel Dunbar · 14 years ago
  72. 049c51e Wrap a couple of long lines. (Test commit.) by Enea Zaffanella · 14 years ago
  73. 110acc1 Improve the diagnostic you get when making a qualified member access by John McCall · 14 years ago
  74. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  75. 184d790 New method to construct/destruct ivars that have non-trivial default by Fariborz Jahanian · 14 years ago
  76. 2b594b9 Enable debug info for local variables at -O1+. by Devang Patel · 14 years ago
  77. 57fdc8a Improve source-location information in a C++ typeid (type) expression by Douglas Gregor · 14 years ago
  78. fcaa9e7 fix PR6936: don't generate line marker directives when preprocessing by Chris Lattner · 14 years ago
  79. 0b7bc8e Diagnose declaration of reference typed ivars. by Fariborz Jahanian · 14 years ago
  80. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 14 years ago
  81. fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 14 years ago
  82. 5512ba5 Cleanup error recovery for a missing '-'|'+' by Fariborz Jahanian · 14 years ago
  83. 9cbfdd2 Implement template instantiation for implicit property references in by Douglas Gregor · 14 years ago
  84. e330354 Implement template instantiation for ObjCPropertyRefExpr. by Douglas Gregor · 14 years ago
  85. c9a85f9 emit dtors with the right calling convention in -fno-use-cxa-atexit mode. by Chris Lattner · 14 years ago
  86. f9b9eab Implement template instantiation for value-dependent Objective-C ivar by Douglas Gregor · 14 years ago
  87. fa3c982 remove alignment specifier on this. CAn't this test be removed yet? :) by Chris Lattner · 14 years ago
  88. 36998f5 Test case for NeXt's -fno-constant-cfstrings option. by Fariborz Jahanian · 14 years ago
  89. be270a0 Implement template instantiation for Objective-C @catch by Douglas Gregor · 14 years ago
  90. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 14 years ago
  91. c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 14 years ago
  92. 087fb7d Ensure that we have completed a type before attempting initialization by Douglas Gregor · 14 years ago
  93. b19f0ac tests: Force a triple. by Daniel Dunbar · 14 years ago
  94. 2b147f0 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 14 years ago
  95. b0fd483 Improve the diagnostic when we find something we did not expect in a by Douglas Gregor · 14 years ago
  96. 4b429ae IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: by Daniel Dunbar · 14 years ago
  97. 94e67c6 tests: Convert test to FileCheck. by Daniel Dunbar · 14 years ago
  98. fce176b IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fixes Clang to correctly emit the "CorrectedSynthesize" bit when using the non-fragile ABI. by Daniel Dunbar · 14 years ago
  99. 6bf356f When performing name lookup for an operator name, be sure to look by Douglas Gregor · 14 years ago
  100. d7d5bb1 exclude cmake build directories from being installed by Chris Lattner · 14 years ago