1. bdf73d8 Stub out the final overriders class. by Anders Carlsson · 15 years ago
  2. 9abb273 Use getAs instead of cast/dyn_cast on types. (I'm sure Doug will appreciate this). by Anders Carlsson · 15 years ago
  3. 9a14060 Move two functions to the top. No functionality change. by Anders Carlsson · 15 years ago
  4. 1497bff Uncomment lines I never meant to have left commented in a commit. by Ted Kremenek · 15 years ago
  5. 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 15 years ago
  6. 848fa64 More vtable layout dumper improvements. Handle destructors, dump the complete function type of the member functions (using PredefinedExpr::ComputeName. by Anders Carlsson · 15 years ago
  7. ae24a88 Driver: Fix clang -ccc-no-clang -x c++-header foo.h on Darwin. by Daniel Dunbar · 15 years ago
  8. 822307b Keep track of, and dump, vtable address points. by Anders Carlsson · 15 years ago
  9. 779cf42 Suppress warnings if their instantiation location is in a system header, not by John McCall · 15 years ago
  10. 5c41ee8 Patch by Cristian Draghici: by Ted Kremenek · 15 years ago
  11. 824d7ea Check in the beginnings of my new vtable layout builder idea. by Anders Carlsson · 15 years ago
  12. 5961611 Use the allocator associated with ASTContext to allocate the args by Ted Kremenek · 15 years ago
  13. 3478eb6 Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) by by Ted Kremenek · 15 years ago
  14. 3d2c43e Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 15 years ago
  15. 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 15 years ago
  16. e9c7b9e Driver: Fix infinite loop and wrong message on invalid -ccc-clang-arch argument. by Daniel Dunbar · 15 years ago
  17. 1e37765 Clean up ownership of 'AttributeList' objects in Parser. Apparently by Ted Kremenek · 15 years ago
  18. 7504239 Strip attributes and 'inline' off the "previous declaration" of a by John McCall · 15 years ago
  19. 2d5b703 Remove another redundant ASTContext parameter by Douglas Gregor · 15 years ago
  20. 838db38 Eliminate a bunch of unnecessary ASTContexts from members functions of by Douglas Gregor · 15 years ago
  21. e9ff443 Diagnose when user provided getter is being used as lvalue by Fariborz Jahanian · 15 years ago
  22. 952b017 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 15 years ago
  23. 298ed87 Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocator. Previously they were not getting freed. Fixes <rdar://problem/7635663>. by Ted Kremenek · 15 years ago
  24. 96a01b4 Implement basic AST merging for classes, structs, and unions in C. by Douglas Gregor · 15 years ago
  25. 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 15 years ago
  26. 9c00be5 Fix a potential null-pointer use, and fix the style of my new function. by Charles Davis · 15 years ago
  27. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 15 years ago
  28. c0f3df3 hopefully silence a warning on the clang-i386-darwin9 tester. by Chris Lattner · 15 years ago
  29. 9e5d996 Move TypedefDecl importer to match the ordering in DeclNodes. No functionality change. by Douglas Gregor · 15 years ago
  30. e61a1d4 Patch to rewrite blocks into unique api names. Fixes radar 7630551 by Fariborz Jahanian · 15 years ago
  31. a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 15 years ago
  32. 4c863ef Provide rewriting suppport for use of __typeof__ by Fariborz Jahanian · 15 years ago
  33. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  34. 809b9bb Refactor code that generates debug info for variables that has BlocksAttr. by Devang Patel · 15 years ago
  35. 7348288 clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. by Daniel Dunbar · 15 years ago
  36. 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 15 years ago
  37. 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 15 years ago
  38. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  39. 0e5675d Convert tabs to spaces. by Ted Kremenek · 15 years ago
  40. dcbcbdc Add comment. by Zhongxing Xu · 15 years ago
  41. 13751e3 Comment out category's property decls. in rewrite. Fixes radar 7630636. by Fariborz Jahanian · 15 years ago
  42. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
  43. 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 15 years ago
  44. 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 15 years ago
  45. 89cc9d6 Complain about types and declarations that we don't know how to import. by Douglas Gregor · 15 years ago
  46. d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 15 years ago
  47. 79a9a34 Move the diagnostic argument formatting function out of Sema and make by Douglas Gregor · 15 years ago
  48. 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 15 years ago
  49. 412e798 Implement synthesizing properties by default. by Fariborz Jahanian · 15 years ago
  50. 74a8bbf StringRefize two random methods, remove a dead variable and a weird constructor call. by Benjamin Kramer · 15 years ago
  51. 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 15 years ago
  52. 8ec4aac Fix lookup of fields from lazy bindings to check if the region is by Ted Kremenek · 15 years ago
  53. d5322da Fix virtual bases' debug info. by Devang Patel · 15 years ago
  54. 337472d Mark implicit "this" argument as an artificial argument. by Devang Patel · 15 years ago
  55. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  56. 195337d IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. by Daniel Dunbar · 15 years ago
  57. ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 15 years ago
  58. 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 15 years ago
  59. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 15 years ago
  60. a3fe284 Pass inline keyword to optimizer as the new InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
  61. df17f9d Convert tabs to spaces. by Ted Kremenek · 15 years ago
  62. dcee980 When substituting a declaration non-type template argument for a by Douglas Gregor · 15 years ago
  63. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 15 years ago
  64. fd6a088 Eliminate a pointer of storage in each ObjCInterfaceType and by Douglas Gregor · 15 years ago
  65. e86bcf0 Reapply r95393, without the change to CGExpr. I was wrong in assuming that the by Daniel Dunbar · 15 years ago
  66. ba915af Warn when cases are missing from a switch on a value of enumeration by Douglas Gregor · 15 years ago
  67. 591bd3c Keep track of whether a tag was defined in a declarator vs. being by Douglas Gregor · 15 years ago
  68. 8878686 Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 15 years ago
  69. 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 15 years ago
  70. 089459a Implement basic importing and merging of variable declarations within by Douglas Gregor · 15 years ago
  71. 135da71 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  72. 064fb20 Simplify another switch/strcmp construct. No functionality/performance change. by Benjamin Kramer · 15 years ago
  73. 39d6711 When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. by Sebastian Redl · 15 years ago
  74. 4c72d3e Fix the crash-on-invalid from PR6259. by John McCall · 15 years ago
  75. e228ba9 Ensure that a operator delete overload is rocognized regardless of cv-quals. by Chandler Carruth · 15 years ago
  76. b6f3c70 Reapply r95546, no intended change in performance or functionality. by Benjamin Kramer · 15 years ago
  77. e7d0312 Revert 95546 since it changed the algorithmic characteristics of the convention lookup. by Ted Kremenek · 15 years ago
  78. de69f70 Simplify code with StringRef. by Benjamin Kramer · 15 years ago
  79. 1397663 Revert 95541. by Ted Kremenek · 15 years ago
  80. 169fba5 Cache imported types by Douglas Gregor · 15 years ago
  81. 6f8c430 Rename: GRState::getSVal(Stmt*) => getExprVal(), by Zhongxing Xu · 15 years ago
  82. b241cf6 BindInternal is redundant. Remove it. by Zhongxing Xu · 15 years ago
  83. 8149185 Like for symbolic region, automatically create a element zero region for by Zhongxing Xu · 15 years ago
  84. 5253568 Unify the implementation of getLValueElement of store managers. by Zhongxing Xu · 15 years ago
  85. c1511e0 Unify the implementation of getLValueIvar and getLValueField of store managers. by Zhongxing Xu · 15 years ago
  86. 459731d Move common methods to the base StoreManager class. by Zhongxing Xu · 15 years ago
  87. 53cb6f8 This doesn't seem to be used code as it didn't break any tests, but fix the by Chandler Carruth · 15 years ago
  88. 2a393db ASTContext is now a reference member of StoreManager. by Zhongxing Xu · 15 years ago
  89. 36d02e0 Add support for binding and retrieving VarRegions in flat store. by Zhongxing Xu · 15 years ago
  90. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 15 years ago
  91. 1851a12 Make sure to set vtable pointers in the destructors as well. by Anders Carlsson · 15 years ago
  92. 585fa68 Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258. by Anders Carlsson · 15 years ago
  93. 63644fa Workaround for friend template instantiation crash in PR5848, from Keir Mierle! by Douglas Gregor · 15 years ago
  94. 63a0113 Fix assertion failure when parsing linkage specifications (PR5921), by Douglas Gregor · 15 years ago
  95. eb7f961 Roll r95513 back in. by Sam Weinig · 15 years ago
  96. a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 15 years ago
  97. 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 15 years ago
  98. f6b89a1 Use the right linkage for static variables inside C++ inline functions. by Anders Carlsson · 15 years ago
  99. 39de84d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 15 years ago
  100. 2a3503d Add attributes to namespace decls. by Anders Carlsson · 15 years ago