1. e771a7a Add Sema support for __builtin_fpclassify by extending the existing check for __builtin_isinf and friends. Part of PR6083. by Benjamin Kramer · 14 years ago
  2. e0097db Issue a bettter diagnostics for incorrect property setter name. (radar 7647953). by Fariborz Jahanian · 14 years ago
  3. 17e0f40 Fix instantiation of template functions with local classes that contain virtual by Chandler Carruth · 14 years ago
  4. 73dc30b Reimplement the structural-equality checks used to determine whether by Douglas Gregor · 14 years ago
  5. 2576061 Class continuation now has its own property ast for by Fariborz Jahanian · 14 years ago
  6. aad4923 Test to compile the rewritten file for my last patch. (radar 7649577 related). by Fariborz Jahanian · 14 years ago
  7. a92d613 Use getLocStart(), instead of getLocEnd(), to record starting location of objc method. :) by Devang Patel · 14 years ago
  8. 5591a6b reverting back 96242 as it still causes a test failure. by Sanjiv Gupta · 14 years ago
  9. aed63cb Re-applying 96173 with corresponding changes in test. by Sanjiv Gupta · 14 years ago
  10. 7385779 Defer covariance checks for dependent types. Add test cases that also ensure by Chandler Carruth · 14 years ago
  11. b828afa Don't compute final overriders or build vtables for bases that don't need a vtable. by Anders Carlsson · 14 years ago
  12. 8f0bf81 c-index-test: Unify and always print half-open extents. by Daniel Dunbar · 14 years ago
  13. 51b058c c-index-test: Unify syntax for printing extents. Yes, there were 4. by Daniel Dunbar · 14 years ago
  14. 181cc3d Fix pr6293. If ptr is NULL, no operation is preformed. by Zhongxing Xu · 14 years ago
  15. 23e907a Improve the diagnostic given when referring to a tag type without a tag (in C) by John McCall · 14 years ago
  16. e67dc30 Improve support for non-virtual 'this' pointer adjustments. With this, it should be possible to use the new vtable layout code for all class hierarchies that do not involve virtual bases. by Anders Carlsson · 14 years ago
  17. 49bac9a Add basic support for simple non-virtual 'this' pointer adjustments. by Anders Carlsson · 14 years ago
  18. 76f1aa7 Start laying out secondary vtables. by Anders Carlsson · 14 years ago
  19. 1d05be5 Don't make return adjustments for pure virtual member functions. by Anders Carlsson · 14 years ago
  20. 60db0ee Handle virtual bases in return adjustment types. by Anders Carlsson · 14 years ago
  21. 7dbf47a More work on covariant return types. We now handle non-virtual adjustments fine. by Anders Carlsson · 14 years ago
  22. 74f7293 Emit the 'alignstack' LLVM function attribute when we encounter a function by Charles Davis · 14 years ago
  23. 291b441 Skip implicit instantiation of templated variables where a more recent by Chandler Carruth · 14 years ago
  24. ae62889 Fix a fiendinshly fun little type-canonicalization bug, where we were by Douglas Gregor · 14 years ago
  25. fe33106 Permit the use of typedefs of class template specializations in by Douglas Gregor · 14 years ago
  26. 24c37ad Enhance RegionStore::InvalidateRegions() to correctly invalidate bindings by Ted Kremenek · 14 years ago
  27. c4a2638 Fix for PR6274: teach constant folding to evaluate __builtin_expect. by Eli Friedman · 14 years ago
  28. 5ce5dab Funnel changes to the ImportedDecls list in the ASTImporter through a by Douglas Gregor · 14 years ago
  29. 36ead2e Implement AST importing and merging for enumeration types and by Douglas Gregor · 14 years ago
  30. 9a66c30 Complain if block-literal expression's parameter name is by Fariborz Jahanian · 14 years ago
  31. a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 14 years ago
  32. 432a889 Patch to fix a warning which exposed a bug in building by Fariborz Jahanian · 14 years ago
  33. c1eec89 Fix a refacto that broke the clang-on-clang build. by Anders Carlsson · 14 years ago
  34. 52b2e1e Fixes a rewriter bug rewriting function decl. by Fariborz Jahanian · 14 years ago
  35. 13d283d Fix PR6282: the include guard optimization cannot happen if the by Chris Lattner · 14 years ago
  36. 28cbc8b Keep track of the address points for all primary bases, and add the ability to dump multiple address points for a single offset. by Anders Carlsson · 14 years ago
  37. e13ad83 Work around an annoying, non-standard optimization in the glibc by Douglas Gregor · 14 years ago
  38. 9605895 Fix a bug causing an assertion when a covariant return type differed from by John McCall · 14 years ago
  39. a301ac3 Improve a test slightly by Douglas Gregor · 14 years ago
  40. 8591098 In C++, allow builtins to be referred to via qualified name lookup, e.g., by Douglas Gregor · 14 years ago
  41. 57071e2 More work on vtable layout. We can now layout vtables with primary bases. by Anders Carlsson · 14 years ago
  42. 9824142 When dumping vtables, dump whether a virtual member function is pure or not. by Anders Carlsson · 14 years ago
  43. e72b5dc Handle AST merges of incomplete class types. by Douglas Gregor · 14 years ago
  44. e6bbc01 Implementing unused function warning. by Tanya Lattner · 14 years ago
  45. b84412f Warn about using the new force_align_arg_pointer attribute on a function by Charles Davis · 14 years ago
  46. 4dffad6 When we have a dependent direct initializer but not a dependent by Douglas Gregor · 14 years ago
  47. 05efad5 Make this test not rely on the system <limits.h>. Hopefully fixes the by John McCall · 14 years ago
  48. 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 14 years ago
  49. fb6289a Test case for warnings with carets inside macro instantiations. by John McCall · 14 years ago
  50. bac7271 Add virtual operator= example. by Anders Carlsson · 14 years ago
  51. 848fa64 More vtable layout dumper improvements. Handle destructors, dump the complete function type of the member functions (using PredefinedExpr::ComputeName. by Anders Carlsson · 14 years ago
  52. b203c9e Add missing test cases for AST merging of structures. by Douglas Gregor · 14 years ago
  53. 822307b Keep track of, and dump, vtable address points. by Anders Carlsson · 14 years ago
  54. 5c41ee8 Patch by Cristian Draghici: by Ted Kremenek · 14 years ago
  55. 824d7ea Check in the beginnings of my new vtable layout builder idea. by Anders Carlsson · 14 years ago
  56. 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 14 years ago
  57. e9ff443 Diagnose when user provided getter is being used as lvalue by Fariborz Jahanian · 14 years ago
  58. 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 14 years ago
  59. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 14 years ago
  60. e61a1d4 Patch to rewrite blocks into unique api names. Fixes radar 7630551 by Fariborz Jahanian · 14 years ago
  61. a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 14 years ago
  62. 4c863ef Provide rewriting suppport for use of __typeof__ by Fariborz Jahanian · 14 years ago
  63. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 14 years ago
  64. 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 14 years ago
  65. 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 14 years ago
  66. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 14 years ago
  67. ed6ae49 Add missing header file by Douglas Gregor · 14 years ago
  68. 13751e3 Comment out category's property decls. in rewrite. Fixes radar 7630636. by Fariborz Jahanian · 14 years ago
  69. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 14 years ago
  70. 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 14 years ago
  71. 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 14 years ago
  72. e07c5b0 Add in the LIT magic to avoid running AST merge test inputs as by Douglas Gregor · 14 years ago
  73. d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 14 years ago
  74. 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 14 years ago
  75. 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 14 years ago
  76. 8ec4aac Fix lookup of fields from lazy bindings to check if the region is by Ted Kremenek · 14 years ago
  77. e5712b1 Update tests in -Asserts mode. These tests really need to be rewritten... by Daniel Dunbar · 14 years ago
  78. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 14 years ago
  79. 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 · 14 years ago
  80. e180ed2 Fix PR number in test case by Douglas Gregor · 14 years ago
  81. ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 14 years ago
  82. 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 14 years ago
  83. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 14 years ago
  84. dcee980 When substituting a declaration non-type template argument for a by Douglas Gregor · 14 years ago
  85. ba915af Warn when cases are missing from a switch on a value of enumeration by Douglas Gregor · 14 years ago
  86. 8878686 Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 14 years ago
  87. 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 14 years ago
  88. 35911ce Add a test case for r95555. by Sebastian Redl · 14 years ago
  89. 4c72d3e Fix the crash-on-invalid from PR6259. by John McCall · 14 years ago
  90. e228ba9 Ensure that a operator delete overload is rocognized regardless of cv-quals. by Chandler Carruth · 14 years ago
  91. 36d02e0 Add support for binding and retrieving VarRegions in flat store. by Zhongxing Xu · 14 years ago
  92. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 14 years ago
  93. 1851a12 Make sure to set vtable pointers in the destructors as well. by Anders Carlsson · 14 years ago
  94. 585fa68 Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258. by Anders Carlsson · 14 years ago
  95. 63644fa Workaround for friend template instantiation crash in PR5848, from Keir Mierle! by Douglas Gregor · 14 years ago
  96. 63a0113 Fix assertion failure when parsing linkage specifications (PR5921), by Douglas Gregor · 14 years ago
  97. eb7f961 Roll r95513 back in. by Sam Weinig · 14 years ago
  98. a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 14 years ago
  99. 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 14 years ago
  100. f6b89a1 Use the right linkage for static variables inside C++ inline functions. by Anders Carlsson · 14 years ago