1. e9f195f Update lexer to work with the new APFloat string parsing. by Erick Tryzelaar · 15 years ago
  2. 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago
  3. 1352590 Whoops, did not mean to commit this by Anders Carlsson · 15 years ago
  4. d67c4c3 Store the delete operator for delete expressions. by Anders Carlsson · 15 years ago
  5. b193a41 Patch toward synthesizing non-trivial destructors. WIP by Fariborz Jahanian · 15 years ago
  6. fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 15 years ago
  7. 2da7693 Only do this for initializers of course. by Anders Carlsson · 15 years ago
  8. 8478ce6 Destroy bound temporaries. by Anders Carlsson · 15 years ago
  9. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  10. 5e94a0d fix my previous commit. by Chris Lattner · 15 years ago
  11. a50089e This is an attempt to improve loc info for 'unused result' expression by Chris Lattner · 15 years ago
  12. 14c5cbf Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries from being destroyed when they're bound to a reference variable. by Anders Carlsson · 15 years ago
  13. 5add683 No need to append extra padding now that we don't create packed structs for simple cases like the constant string. by Anders Carlsson · 15 years ago
  14. 9abf2ae AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and create the CXXExprWithTemporaries before setting the initializer on the VarDecl. by Anders Carlsson · 15 years ago
  15. 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 15 years ago
  16. a303f9e Call MaybeBindToTemporary when constructing functino call operator calls. by Anders Carlsson · 15 years ago
  17. 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 15 years ago
  18. ec74c59 Make sure to call MaybeBindToTemporary when creating CallExprs. by Anders Carlsson · 15 years ago
  19. 4ec04c4 Use the -NEXT feature of FileCheck. by Mike Stump · 15 years ago
  20. d406bf0 Move builtin call checking out into a separate function, make CheckFunctionCall and CheckBlockCall return bool instead. No intended functionality change. by Anders Carlsson · 15 years ago
  21. 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
  22. 089c260 BuildCXXConstructExpr doesn't need to take an ASTContext. by Anders Carlsson · 15 years ago
  23. 2ebcc6b Add an explicit constructor to ActiveTemplateInstantiation which by Eli Friedman · 15 years ago
  24. 7a039eb Add a simple test for temporaries. by Anders Carlsson · 15 years ago
  25. 97c134e Fix test failure due to uninitialized member. by Eli Friedman · 15 years ago
  26. 1d954f6 Implement __is_empty. Patch by Sean Hunt. by Eli Friedman · 15 years ago
  27. 0d9a279 Ignore -Wno-import. by Eli Friedman · 15 years ago
  28. 199ea95 Don't perform integer promotions on the operand to a cast; this by Eli Friedman · 15 years ago
  29. 1d9b5ef Improved on ir-gen for synthesis of non-trivial default by Fariborz Jahanian · 15 years ago
  30. 03d6b6e Add an additional C++ hardcoded search path. by Eli Friedman · 15 years ago
  31. bf030d7 Make test more precise. by Eli Friedman · 15 years ago
  32. cdcea87 Make test a bit more precise. by Eli Friedman · 15 years ago
  33. 25e695b Extend the ProgramPoint to include the context information LocationContext, by Zhongxing Xu · 15 years ago
  34. bbed6b9 Fix for PR4721: adjust CodeGen and ASTContext so that we have a by Eli Friedman · 15 years ago
  35. 07a5c22 Disable all recognition of main() in -ffreestanding. Addresses bug #4720. by John McCall · 15 years ago
  36. 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  37. ec18ddd minor cleanups for VLA stuff. by Chris Lattner · 15 years ago
  38. 881eb9c use GetVLASize instead of accessing VLASizeMap directly, this gets an assert if by Chris Lattner · 15 years ago
  39. bbbd986 lit: flush stdout in no-fancy-progress-bar mode as well. by Benjamin Kramer · 15 years ago
  40. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  41. b109069 Per Eli Friedman's feedback, handle attribute 'malloc' being applied to by Ted Kremenek · 15 years ago
  42. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  43. 5a6bfe3 Do now overflow while calulating upper bound for zero sized array. by Devang Patel · 15 years ago
  44. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  45. f185859 Use 'dyn_cast' instead of a check for a function declaration followed by a by Ted Kremenek · 15 years ago
  46. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  47. 343a3cf ir-gen for generation of trvial copy constructor call. by Fariborz Jahanian · 15 years ago
  48. f1480ee Make the CXXDefaultArgExpr constructor protected and add a static Create function. by Anders Carlsson · 15 years ago
  49. 0895937 Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>. by Ted Kremenek · 15 years ago
  50. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  51. 1ac134b Update/add links to developer meeting. by Ted Kremenek · 15 years ago
  52. 93d2dc4 Fix a few typos. by Daniel Dunbar · 15 years ago
  53. b1d76bd PR4715 by Shantonu Sen · 15 years ago
  54. 0e67f9d Fix spacing by Anders Carlsson · 15 years ago
  55. fd810b1 Support friend declarations in templates and test that argdep lookup by John McCall · 15 years ago
  56. 9297423 Testcase for a recent checkin. by Mike Stump · 15 years ago
  57. bff10c5 Testcase for recent checkin. by Mike Stump · 15 years ago
  58. 12de461 Testcase for a recent checkin. by Mike Stump · 15 years ago
  59. 2153891 Deconflate virtual base offsets from non-virtual base offsets. by Mike Stump · 15 years ago
  60. 183d718 Fixed a bug in ir-gen for copy assignment synthesis. by Fariborz Jahanian · 15 years ago
  61. 7884678 Add testcase for recent work. by Mike Stump · 15 years ago
  62. 8c8f69e Update for LLVM API change. by Owen Anderson · 15 years ago
  63. 0880e75 We can't avoid doing the work to find all the indirect primary virtual by Mike Stump · 15 years ago
  64. 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 15 years ago
  65. 0032b27 Update for LLVM API change. by Owen Anderson · 15 years ago
  66. eea0a5c Adds testing of copy assignment of anonymous union data members. by Fariborz Jahanian · 15 years ago
  67. 6dee5d8 More complete test for my previous patch. by Fariborz Jahanian · 15 years ago
  68. ad25883 Patch to force synthesis of copy assignment operator by Fariborz Jahanian · 15 years ago
  69. 65010da Minor cleanups. by Mike Stump · 15 years ago
  70. d53cef1 Prep for vbase layout refinements. WIP. by Mike Stump · 15 years ago
  71. 8d5053c Update test by Daniel Dunbar · 15 years ago
  72. f7f947a change cast to dyn_cast because d may not be a FunctionDecl by Ryan Flynn · 15 years ago
  73. e82c3e2 Minor refactoring of copy assign operator ir-gen. SWIP. by Fariborz Jahanian · 15 years ago
  74. 94d0bce Refine virtual base layout. WIP. by Mike Stump · 15 years ago
  75. 0b47c37 change a dyn_cast to cast by Ryan Flynn · 15 years ago
  76. 0270b8a More toward synthesizing copy assignments. SWIP. by Fariborz Jahanian · 15 years ago
  77. 80a0e32 Cleanup. by Mike Stump · 15 years ago
  78. 4c3aedd Refactor. WIP. Eventually, this will all go into a vtable builder class. by Mike Stump · 15 years ago
  79. 09d8b81 Cleanup. by Mike Stump · 15 years ago
  80. bc16aea Refactor. by Mike Stump · 15 years ago
  81. a9e1d1c Refactor. by Mike Stump · 15 years ago
  82. 0a5cfd8 Remove another done audit FIXME. by Mike Stump · 15 years ago
  83. 02b1623 Refactor a bit and remove some FIXME audit markers, now that the code by Mike Stump · 15 years ago
  84. d76264e Refine primary vbase selection ordering. WIP. by Mike Stump · 15 years ago
  85. 2198ba1 Patch for synthesizing copy assignment operator. WIP. by Fariborz Jahanian · 15 years ago
  86. 34fae9c Improve the secondary vtables to not include vbase offsets. WIP. by Mike Stump · 15 years ago
  87. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  88. 46730b2 improve path handling, patch by Baptiste Lepilleur! by Chris Lattner · 15 years ago
  89. 4ffe91e Refine vtable building for the secondary vtables to exclude yet more by Mike Stump · 15 years ago
  90. 4c28b1c use the new llvm::Triple parsing stuffola for handling darwin version #'s. by Chris Lattner · 15 years ago
  91. 888376a Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation by Nate Begeman · 15 years ago
  92. e96de2d More cleanups. by Zhongxing Xu · 15 years ago
  93. 2ddde27 Remove redundant forward declarations. by Zhongxing Xu · 15 years ago
  94. a88dc30 Fix a fixme by allocating ShuffleVectorExprs in the Context by Nate Begeman · 15 years ago
  95. bf933a0 Use the new nsw form of add for signed integer addition. by Dan Gohman · 15 years ago
  96. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  97. 664f893 Use the inbounds variant of getelementptr for common pointer arithmetic. by Dan Gohman · 15 years ago
  98. 0eca1b6 Add some information about temporaries to the statement dumper. by Anders Carlsson · 15 years ago
  99. f29d8f6 no more .inc files to be ignored in this directory by Gabor Greif · 15 years ago
  100. 73e10b0 Rename macro to avoid a name clash on FreeBSD. by Benjamin Kramer · 15 years ago