1. cc2a012 We don't want to confuse this layout with the BLayout from the builder. by Mike Stump · 15 years ago
  2. 9c88d98 Update for recent improvements. by Mike Stump · 15 years ago
  3. f7a50a4 Get the Decl from the current ExplodedNode. Eventually the diagnostic client by Zhongxing Xu · 15 years ago
  4. ad97866 Update CMakeLists. by Benjamin Kramer · 15 years ago
  5. a95d757 Make integer promotions work correctly on PIC16 and other platforms by Eli Friedman · 15 years ago
  6. 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 15 years ago
  7. b46c92d Refine vcalls a little. by Mike Stump · 15 years ago
  8. 35d44e5 Fix a comment and improve an assert message. by Argyrios Kyrtzidis · 15 years ago
  9. d4a7e54 Store/load type source info from/to PCH files. by Argyrios Kyrtzidis · 15 years ago
  10. e866190 Use Sema's LocInfoType to pass and preserve type source info through the Parser. by Argyrios Kyrtzidis · 15 years ago
  11. 1bb8a45 Introduce LocInfoType which is a Sema-specific implementation detail. by Argyrios Kyrtzidis · 15 years ago
  12. 4adab7f Create and instantiate a DeclaratorInfo using a newly introduced Sema::GetDeclaratorInfoForDeclarator(). by Argyrios Kyrtzidis · 15 years ago
  13. a1d5662 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 15 years ago
  14. b17166c Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and reading source information for types. by Argyrios Kyrtzidis · 15 years ago
  15. 7d878eb Update Xcode project. by Anders Carlsson · 15 years ago
  16. 552b275 Cleanup. by Mike Stump · 15 years ago
  17. b3d8837 Add some documentation. by Mike Stump · 15 years ago
  18. 32f3701 Cleanups. Move GenerateRtti to CodeGenModule. by Mike Stump · 15 years ago
  19. d2ae5aa Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr by Fariborz Jahanian · 15 years ago
  20. 109b13d Move the rest of the vtable building code into the new builder. by Mike Stump · 15 years ago
  21. 65defe3 Suck up method generation. by Mike Stump · 15 years ago
  22. 7c435fa Split out vtable bulding code into a builder. by Mike Stump · 15 years ago
  23. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  24. f53b443 Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the return expr inside a CXXExprWithTemporaries if needed. by Anders Carlsson · 15 years ago
  25. 292a5c0 Remove unused parameter BugReporter due to previous patch. by Zhongxing Xu · 15 years ago
  26. 50d5bc4 Now we can get the CFG from the ProgramPoint. No need to pass in the by Zhongxing Xu · 15 years ago
  27. 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
  28. 9d6fa61 Convert CreateTargetInfo to use a Triple instead of manul string munging. by Daniel Dunbar · 15 years ago
  29. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  30. 592362b Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter' by Ted Kremenek · 15 years ago
  31. 88232aa Teach Sema how to pop out of friend function definitions in nested classes. by John McCall · 15 years ago
  32. 91f21c0 Fixed typo in last commit pointed out by Anton. by David Chisnall · 15 years ago
  33. 1e4249c Changes to TargetABIInfo to (hopefully) select the correct calling convention. This has been tested on FreeBSD, and now correctly generates GCC-compatible code for functions returning small structures. Please test it on other platforms! by David Chisnall · 15 years ago
  34. 1eb4343 Support compilation for the blackfin back-end by Jakob Stoklund Olesen · 15 years ago
  35. 0880bac Patch to 1) synthesizing non-trivial default destructor when by Fariborz Jahanian · 15 years ago
  36. 622f9dc Remove an ErrorUnsupported call. by Anders Carlsson · 15 years ago
  37. f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
  38. 0f43656 Initial patch to support definitions of id and Class from headers in Objective-C code. by David Chisnall · 15 years ago
  39. c01b46e adjust indentation. by Zhongxing Xu · 15 years ago
  40. 94f1d16 Remove unused variable. by Zhongxing Xu · 15 years ago
  41. 17fd863 To make the analysis independent on the locally stored liveness and cfg by Zhongxing Xu · 15 years ago
  42. e9f195f Update lexer to work with the new APFloat string parsing. by Erick Tryzelaar · 15 years ago
  43. 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago
  44. 1352590 Whoops, did not mean to commit this by Anders Carlsson · 15 years ago
  45. d67c4c3 Store the delete operator for delete expressions. by Anders Carlsson · 15 years ago
  46. b193a41 Patch toward synthesizing non-trivial destructors. WIP by Fariborz Jahanian · 15 years ago
  47. fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 15 years ago
  48. 2da7693 Only do this for initializers of course. by Anders Carlsson · 15 years ago
  49. 8478ce6 Destroy bound temporaries. by Anders Carlsson · 15 years ago
  50. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  51. 5e94a0d fix my previous commit. by Chris Lattner · 15 years ago
  52. a50089e This is an attempt to improve loc info for 'unused result' expression by Chris Lattner · 15 years ago
  53. 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
  54. 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
  55. 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
  56. 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 15 years ago
  57. a303f9e Call MaybeBindToTemporary when constructing functino call operator calls. by Anders Carlsson · 15 years ago
  58. 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 15 years ago
  59. ec74c59 Make sure to call MaybeBindToTemporary when creating CallExprs. by Anders Carlsson · 15 years ago
  60. 4ec04c4 Use the -NEXT feature of FileCheck. by Mike Stump · 15 years ago
  61. 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
  62. 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
  63. 089c260 BuildCXXConstructExpr doesn't need to take an ASTContext. by Anders Carlsson · 15 years ago
  64. 2ebcc6b Add an explicit constructor to ActiveTemplateInstantiation which by Eli Friedman · 15 years ago
  65. 7a039eb Add a simple test for temporaries. by Anders Carlsson · 15 years ago
  66. 97c134e Fix test failure due to uninitialized member. by Eli Friedman · 15 years ago
  67. 1d954f6 Implement __is_empty. Patch by Sean Hunt. by Eli Friedman · 15 years ago
  68. 0d9a279 Ignore -Wno-import. by Eli Friedman · 15 years ago
  69. 199ea95 Don't perform integer promotions on the operand to a cast; this by Eli Friedman · 15 years ago
  70. 1d9b5ef Improved on ir-gen for synthesis of non-trivial default by Fariborz Jahanian · 15 years ago
  71. 03d6b6e Add an additional C++ hardcoded search path. by Eli Friedman · 15 years ago
  72. bf030d7 Make test more precise. by Eli Friedman · 15 years ago
  73. cdcea87 Make test a bit more precise. by Eli Friedman · 15 years ago
  74. 25e695b Extend the ProgramPoint to include the context information LocationContext, by Zhongxing Xu · 15 years ago
  75. bbed6b9 Fix for PR4721: adjust CodeGen and ASTContext so that we have a by Eli Friedman · 15 years ago
  76. 07a5c22 Disable all recognition of main() in -ffreestanding. Addresses bug #4720. by John McCall · 15 years ago
  77. 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  78. ec18ddd minor cleanups for VLA stuff. by Chris Lattner · 15 years ago
  79. 881eb9c use GetVLASize instead of accessing VLASizeMap directly, this gets an assert if by Chris Lattner · 15 years ago
  80. bbbd986 lit: flush stdout in no-fancy-progress-bar mode as well. by Benjamin Kramer · 15 years ago
  81. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  82. b109069 Per Eli Friedman's feedback, handle attribute 'malloc' being applied to by Ted Kremenek · 15 years ago
  83. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  84. 5a6bfe3 Do now overflow while calulating upper bound for zero sized array. by Devang Patel · 15 years ago
  85. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  86. f185859 Use 'dyn_cast' instead of a check for a function declaration followed by a by Ted Kremenek · 15 years ago
  87. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  88. 343a3cf ir-gen for generation of trvial copy constructor call. by Fariborz Jahanian · 15 years ago
  89. f1480ee Make the CXXDefaultArgExpr constructor protected and add a static Create function. by Anders Carlsson · 15 years ago
  90. 0895937 Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>. by Ted Kremenek · 15 years ago
  91. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  92. 1ac134b Update/add links to developer meeting. by Ted Kremenek · 15 years ago
  93. 93d2dc4 Fix a few typos. by Daniel Dunbar · 15 years ago
  94. b1d76bd PR4715 by Shantonu Sen · 15 years ago
  95. 0e67f9d Fix spacing by Anders Carlsson · 15 years ago
  96. fd810b1 Support friend declarations in templates and test that argdep lookup by John McCall · 15 years ago
  97. 9297423 Testcase for a recent checkin. by Mike Stump · 15 years ago
  98. bff10c5 Testcase for recent checkin. by Mike Stump · 15 years ago
  99. 12de461 Testcase for a recent checkin. by Mike Stump · 15 years ago
  100. 2153891 Deconflate virtual base offsets from non-virtual base offsets. by Mike Stump · 15 years ago