1. 3458d43 Allocate the contents of TemplateArgumentList using ASTContext's allocator. This fixes by Ted Kremenek · 14 years ago
  2. ff3dc39 Add Redeclarable boilerplate to TypedefDecl, from Peter Collingbourne! by Douglas Gregor · 14 years ago
  3. 3a811f1 IRgen: Add a stub class for generating ABI-specific C++ code. by Charles Davis · 14 years ago
  4. 32148ce Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the by Daniel Dunbar · 14 years ago
  5. a46325e make -ast-dump print something like this for declstmts: by Chris Lattner · 14 years ago
  6. 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 14 years ago
  7. 4fc8453 Refactoring of block-pointer type rewrite. by Fariborz Jahanian · 14 years ago
  8. 6e5d9b0 Fix compilation failure by Douglas Gregor · 14 years ago
  9. 35415f5 Improve name mangling for blocks and support mangling of static local by Douglas Gregor · 14 years ago
  10. 1f90622 Patch to rewrite block pointers as arguments to methods. (Radar 7987817). by Fariborz Jahanian · 14 years ago
  11. af7bea5 Make sure to strip off top-level cv-qualifiers as part of a by Douglas Gregor · 14 years ago
  12. b453c53 Put -Wvla into the -Wgnu warning group by Douglas Gregor · 14 years ago
  13. 21c241f Turn vertical spacing into horizontal spacing in code-completion results by Douglas Gregor · 14 years ago
  14. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  15. ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 14 years ago
  16. 8b24233 If a function definition has any sort of weak linkage, its static local by John McCall · 14 years ago
  17. 45806fe Make this class useful as a base. by Nick Lewycky · 14 years ago
  18. b9aefa7 IRgen/C++: When mark vtables used, make sure to still append to the VTableUse array if we promote a vtable from being just used to having its definition required. This ensures that we properly inform the consumer about whether the vtable is required or not, previously we could fail to do so when the vtable was in the VTableUses array before the decl which marked it as required. by Daniel Dunbar · 14 years ago
  19. e669f89 Simplify. by Daniel Dunbar · 14 years ago
  20. 2472882 improve the fixit for the missing : error when parsing ?:. When by Chris Lattner · 14 years ago
  21. 6a143ff add a few more categories. by Chris Lattner · 14 years ago
  22. 9ecb636 missed an svn add by Chris Lattner · 14 years ago
  23. 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 14 years ago
  24. 204ce17 Don't complain about VLAs of non-POD types when the array type is by Douglas Gregor · 14 years ago
  25. ceafbde A type- or value-dependent expression cannot use bitfield by Douglas Gregor · 14 years ago
  26. d342bf7 when too many errors are emitted, and we produce: by Chris Lattner · 14 years ago
  27. a5a7987 Fix a rewriting bug where a local static objective-c by Fariborz Jahanian · 14 years ago
  28. 73d1eb0 Fix an objective-c rewriter bug when pre-processed file's by Fariborz Jahanian · 14 years ago
  29. 836adf6 Make sure that we instantiate variably modified types, even if they by Douglas Gregor · 14 years ago
  30. 94a6157 Downgrade deletion of a void* from an error (which is should be) to an by Douglas Gregor · 14 years ago
  31. ae65f4b An identity conversion is better than any non-identity conversion. Fixes PR7095. by Douglas Gregor · 14 years ago
  32. 88623ad In C++, one cannot assign from an arithmetic type to an enumeration by Douglas Gregor · 14 years ago
  33. 26d1f75 Make clang_isFromMainFile() robust against NULL source locations. by Douglas Gregor · 14 years ago
  34. 89cf2e3 Add a comment for r104472. by Benjamin Kramer · 14 years ago
  35. 92b9bd9 PR5863: Don't erase unreachable BBs which have an associated cleanup size. by Benjamin Kramer · 14 years ago
  36. a481ec4 It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 14 years ago
  37. 9ba6af8 Complain about sizeof(overloaded function) rather than crashing. by Douglas Gregor · 14 years ago
  38. 928e6fc Move OverloadExpr over to a ASTContext-allocated pointer for its by Douglas Gregor · 14 years ago
  39. 5a84dec Provide the overloaded functions for UnresolvedLookupExpr and by Douglas Gregor · 14 years ago
  40. 0054531 Keep track of all of the class and function template's "common" by Douglas Gregor · 14 years ago
  41. bfcdc40 When recording empty subobjects we should always look at the primary virtual base. by Anders Carlsson · 14 years ago
  42. db4da82 Put the VLA-is-an-extension warning into its own warning group (-Wvla) by Douglas Gregor · 14 years ago
  43. 715e9c8 Even though we don't unique VLA types, we still need to build a by Douglas Gregor · 14 years ago
  44. fa037bd Re-teach IR gen to perform GC moves on rvalues resulting from various ObjC by John McCall · 14 years ago
  45. a40a9f3 Really fix PR7139. There was one boost test that we still failed, and my first fix broke self-host. by Anders Carlsson · 14 years ago
  46. 1884eb0 Re-land the fix for PR7139. by Anders Carlsson · 14 years ago
  47. fb2db46 Don't look for a destructor in a dependent type. Fixes PR7198. by Douglas Gregor · 14 years ago
  48. d900831 When determining whether we can use "this", make sure to look through by Douglas Gregor · 14 years ago
  49. 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago
  50. e229b9d minor updates by Chris Lattner · 14 years ago
  51. 2d6b0e9 Improve our handling of reference binding for subobjects of by Douglas Gregor · 14 years ago
  52. 5e30b8b Attempt to make MSVC happy. by Daniel Dunbar · 14 years ago
  53. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago
  54. ef072fd Push a return-value slot throughout ObjC message-send codegen. Will be by John McCall · 14 years ago
  55. 9fcbc05 Driver: When printing a "command was signalled" type of diagnostic, use the by Daniel Dunbar · 14 years ago
  56. 3038204 Driver: Add Tool::ShortName, intended to be a human readable name for the tool. by Daniel Dunbar · 14 years ago
  57. d7ffd08 Make crashreport data in libclang a compile-time option. by Ted Kremenek · 14 years ago
  58. d5ab9b0 Improve recovery when we see a dependent template name that is missing by Douglas Gregor · 14 years ago
  59. 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 14 years ago
  60. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  61. db3f847 Outdent this file by 2 spaces per the coding standards, and also clean up by Nick Lewycky · 14 years ago
  62. 892fa6c Unbreak self-host. by Anders Carlsson · 14 years ago
  63. d775c66 Update retain-release checker to understand changes to how 'super' is represented by Ted Kremenek · 14 years ago
  64. 8f32675 Pass around an error SourceRange instead of an Expr* when reporting errors by Ted Kremenek · 14 years ago
  65. db9b12e Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle setting null data member pointers correctly. Fixes PR7139. by Anders Carlsson · 14 years ago
  66. b212d9a When instantiating a function declaration within a function template, by Douglas Gregor · 14 years ago
  67. d3573f0 down with export. by Chris Lattner · 14 years ago
  68. e4aec0e Improved TypeLoc::getSourceRange(). by Abramo Bagnara · 14 years ago
  69. a4b46cc another unneeded line. by Chris Lattner · 14 years ago
  70. 900e32d major update to the C++ status page. C++ support is by Chris Lattner · 14 years ago
  71. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  72. 3f64a0e Fix crash in CFG construction for 'break' statements appearing in statement expressions by Ted Kremenek · 14 years ago
  73. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  74. 34d7c4d don't make _Bool be a keyword in -fms-extensions mode, patch by Steven Watanabe! by Chris Lattner · 14 years ago
  75. a5ddbca Try to fix MSVC build. by Benjamin Kramer · 14 years ago
  76. 45d3fe1 Don't remove the break/continue scope of a for loop until after we've by Douglas Gregor · 14 years ago
  77. 74d4031 TypeVisitor doesn't visit Stmts. by Nick Lewycky · 14 years ago
  78. 663218b When generating the call arguments in a thunk to call the thunkee, do by Douglas Gregor · 14 years ago
  79. b4eae11 Changed test to use FileCheck. by Fariborz Jahanian · 14 years ago
  80. facfc77 Teach the RecursiveASTVisitor to enter parts of the AST previously missed. by Chandler Carruth · 14 years ago
  81. f54b80f Add braces to avoid an ambiguous else, fixing a GCC warning. by Chandler Carruth · 14 years ago
  82. ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 14 years ago
  83. a9976d3 When emitting an lvalue for an anonymous struct or union member during by John McCall · 14 years ago
  84. bc365c5 Introduce a method to get from an anonymous struct or union record declaration by John McCall · 14 years ago
  85. 9901c57 When instantiating anonymous structs/unions within a function, make by Douglas Gregor · 14 years ago
  86. 073190d docs: Man page tweaks, to mention the integrated assembler and the by Daniel Dunbar · 14 years ago
  87. 439794e Fix __crashreport_info__ declaration. by Daniel Dunbar · 14 years ago
  88. fe2d379 Fix a crasher in constructor-initializer reordering warnings (PR7179). by Douglas Gregor · 14 years ago
  89. 63dfd58 make -Wc++-hex-floats be a member of -Wc++0x-compat, by Chris Lattner · 14 years ago
  90. 0ed5c5d Generate objc_memmove_collectable write-barrier for by Fariborz Jahanian · 14 years ago
  91. ac0f5e5 Don't warn about use of hex floats in c++ mode by default, by Chris Lattner · 14 years ago
  92. f1860e5 Be sure to apply initializers to members of anonymous structs and unions by John McCall · 14 years ago
  93. 4186ff4 Improve parser recovery when a switch condition is invalid; fixes by Douglas Gregor · 14 years ago
  94. 72a43bb Add a new failure kind, FK_Incomplete, to InitializationSequence, to by Douglas Gregor · 14 years ago
  95. 0f602de Driver: Switch to using the integrated assembler for standalone assembly jobs by Daniel Dunbar · 14 years ago
  96. 842ddd0 Adds support for generation of objc_memmove_collectable API by Fariborz Jahanian · 14 years ago
  97. 20a9aa5 Driver: Add a tool definition for the Clang integrated assembler. by Daniel Dunbar · 14 years ago
  98. d2235f6 Reinstate r104117, Chandler Carruth's change that "[provides] a naming by Douglas Gregor · 14 years ago
  99. 27b7aa0 More Objective-C++ GC tests. by Fariborz Jahanian · 14 years ago
  100. c673af7 clang -cc1as: Add -help, -version, and -mllvm support. by Daniel Dunbar · 14 years ago