1. 1250759 Make changes necessary for N32/64 ABI conformance. by Akira Hatanaka · 13 years ago
  2. 5cf5545 Fix PR11073 by adding the argument type information to the decl we construct by Eric Christopher · 13 years ago
  3. 3c5cf58 [PCH] When serializing Stmts, keep track of when sub statements are referenced again and by Argyrios Kyrtzidis · 13 years ago
  4. 28bc9b0 Don't try to set the "array filler" in a InitListExpr twice. by Argyrios Kyrtzidis · 13 years ago
  5. cc82772 More ASTRecordLayout changes for MS ABI; based on patch by r4start. by Eli Friedman · 13 years ago
  6. c93c168 c++: support gcc's application of weak attribute on by Fariborz Jahanian · 13 years ago
  7. 00111be Added support for thread safety attributes on destructors. by DeLesley Hutchins · 13 years ago
  8. 57d2b8a Thread safety analysis refactoring: invalid lock expressions. by DeLesley Hutchins · 13 years ago
  9. 759cb9d Thread safety analysis: add support for attributes on constructors. by DeLesley Hutchins · 13 years ago
  10. dcd4d6f objective-c: Diagnose redeclaration of private by Fariborz Jahanian · 13 years ago
  11. 3141fc0 Refactoring and code cleanup. by DeLesley Hutchins · 13 years ago
  12. 0a45e43 When performing name lookup for the previous declaration of a field, by Douglas Gregor · 13 years ago
  13. 6c4e3d3 Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 by Peter Collingbourne · 13 years ago
  14. 1aaa249 Treat the Microsoft/Borland keyword "__except" as a context-sensitive by Douglas Gregor · 13 years ago
  15. d20f023 I added a new function to DeclContext called by Sean Callanan · 13 years ago
  16. c8f2c40 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
  17. 1447542 Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD by Richard Smith · 13 years ago
  18. 8a54dc1 When fixing up the storage class for an anonymous union, don't mark by Douglas Gregor · 13 years ago
  19. f777d4b 'extern template' is a C++11 feature. Add an Extension for C++98 (this matches by Richard Smith · 13 years ago
  20. f9c0daf There's no point in marking a declaration invalid just because it by Douglas Gregor · 13 years ago
  21. c9aa53c Diagnose class template (partial) specializations that occur in the by Douglas Gregor · 13 years ago
  22. 86180ee When we parse something that looks like a templated friend tag but by Douglas Gregor · 13 years ago
  23. 6406f91 Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. by Ted Kremenek · 13 years ago
  24. 52441ce Add -Wc++98-compat warning for enumerations in nested name specifiers. by Richard Smith · 13 years ago
  25. 13e0b77 FixIt insert 'static' for anonymous unions at global or namespace scope. by David Blaikie · 13 years ago
  26. 6d4eb70 Add a fixit to remove storage specifiers on anonymous enums. by David Blaikie · 13 years ago
  27. 022474a Define __STDC__ in -fms-extensions mode; defining it is consistent with gcc, and not defining it causes the system headers on multiple platforms to break with -fms-extensions because they assume the lack of a definition of __STDC__ implies a traditional (pre-ANSI) preprocessor. PR10324 and <rdar://problem/10313809> . by Eli Friedman · 13 years ago
  28. 54ed6c2 80 cols (one I created in my last commit, plus a bunch of others that were already there) by David Blaikie · 13 years ago
  29. b2a6279 Don't provide errors for anonymous unions when they're actually anonymous classes. by David Blaikie · 13 years ago
  30. 4c4c2bb Improve the diagnostic when a comma ends up at the end of a declarator group by Richard Smith · 13 years ago
  31. 3da576c -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs. by Richard Smith · 13 years ago
  32. e98282d Only warn at self-initialization if some later use is always uninitialized. by Matt Beaumont-Gay · 13 years ago
  33. 763ab67 -Wc++98-compat: diagnose if a reference is bound to a prvalue which does not by Richard Smith · 13 years ago
  34. fe6bd6d Apply changes to migrate to upstream Oct 20th 2011 (r142531) by Logan Chien · 13 years ago
  35. 00a92ab Merge with clang upstream Oct 20th 2011 (r142531) by Logan Chien · 13 years ago
  36. 64f8531 Properly abstract 64-bit longs for Renderscript. by Stephen Hines · 13 years ago
  37. 43f5103 Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! by Douglas Gregor · 13 years ago
  38. 1368e58 Fix pr9789, assert-on-invalid while instantiating an (invalid) class template with a non-final parameter pack. Also improve the warning for non-final parameter packs in this scenario so it only fires once, rather than once for every template parameter after the non-final parameter pack. by David Blaikie · 13 years ago
  39. 7c81c2a Don't forget to complete the objc interface before asking for information, by Argyrios Kyrtzidis · 13 years ago
  40. 53e5351 Add a -Wc++98-compat warning for friend functions of class templates which would by Richard Smith · 13 years ago
  41. b9c8c42 Add block information for ObjC @catch blocks. by Eric Christopher · 13 years ago
  42. c328779 Add a new subclass of RunCleanupScopes that also handles creating new by Eric Christopher · 13 years ago
  43. 013e5ce Move static array parameter checks to SemaExpr, per Doug's request by Peter Collingbourne · 13 years ago
  44. 77faa36 -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an access by Richard Smith · 13 years ago
  45. b224343 objc: allow class name qualified with protocols in by Fariborz Jahanian · 13 years ago
  46. c9003c8 [analyzer] Move predecessor into the NodeBuilder context. by Anna Zaks · 13 years ago
  47. 4e82d3c [analyzer] Make NodeBuilder and Pred node loosely coupled by Anna Zaks · 13 years ago
  48. 3152b3c [analyzer] Remove StmtNodeBuilder from CheckerContext by Anna Zaks · 13 years ago
  49. 319a918 [analyzer] Subclassing StmtBuilder from the NodeBuilder by Anna Zaks · 13 years ago
  50. 67d9fba [analyzer] Remove dead code. ExprEngineBuilders is not used. by Anna Zaks · 13 years ago
  51. cd656ca [analyzer] Modularize builder use in processBranch. by Anna Zaks · 13 years ago
  52. ad62dee [analyzer] Pull Pred out of NodeBuilderContext. by Anna Zaks · 13 years ago
  53. a19f4af [analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder. by Anna Zaks · 13 years ago
  54. f05aac8 [analyzer] Node Builder refactoring: Introduce a simple Node Builder responsible for generating the node frontier. by Anna Zaks · 13 years ago
  55. 2dde35b More metaprogramming with builtin types. by John McCall · 13 years ago
  56. 6b13022 -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2. by Richard Smith · 13 years ago
  57. 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
  58. eb2ac8b Add a __has_feature check for arc_cf_code_audited. by John McCall · 13 years ago
  59. e0a22d0 Macro metaprogramming for builtin types. by John McCall · 13 years ago
  60. ebaf0e6 -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1. by Richard Smith · 13 years ago
  61. 024f4be Frontend: Support -iframework. by Daniel Dunbar · 13 years ago
  62. dd67723 Simplify RecordDeclCXX::setBases slightly. No functional change. by Richard Smith · 13 years ago
  63. f4072ae objc: more changes in use of IBOutletCollection attribute. by Fariborz Jahanian · 13 years ago
  64. 4467901 [arcmt] Rewrite attributes in extensions as well. rdar://9992142 by Argyrios Kyrtzidis · 13 years ago
  65. b98ffde Set the objc "property attributes as written" for extension properties as well. by Argyrios Kyrtzidis · 13 years ago
  66. f106f0e In C++11, a class's members are allowed to be nominated as friends. by Richard Smith · 13 years ago
  67. 0282c5a Implements alignment for long long and double types in va_arg on ARM AAPCS. by Rafael Espindola · 13 years ago
  68. c19981c [driver] Make the driver to link the simulator arclite lib when passing -mios-simulator-version-min. by Argyrios Kyrtzidis · 13 years ago
  69. 7a81e41 objc: diagnose invalid argument to an by Fariborz Jahanian · 13 years ago
  70. 341350e Make it possible to compute the type of 'this' without capturing by Douglas Gregor · 13 years ago
  71. a50216c Add code completions for C++0x expressions by Douglas Gregor · 13 years ago
  72. 474202f Use llvm::Triple's methods to parse FreeBSD version numbers. by Benjamin Kramer · 13 years ago
  73. a7da215 Suggest %zu for size_t args to printf. by Hans Wennborg · 13 years ago
  74. ee1c68a Don't format the code completion for parameters of block literal by Douglas Gregor · 13 years ago
  75. 2dc7ece Add -Wc++11-compat warning for an inline specifier on an explicit instantiation. by Richard Smith · 13 years ago
  76. 4e8ea0b When transforming the arguments for a C++ "new" expression, make sure by Douglas Gregor · 13 years ago
  77. 3e2e91e Refactor the checking for explicit template instantiations being performed in by Richard Smith · 13 years ago
  78. d80d90d Argyrios says this change is required for safety under PTH. Me, I believe him. by John McCall · 13 years ago
  79. 66f2846 Revert accidental commit. by Eli Friedman · 13 years ago
  80. 97c0aef Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doing this while I was trying to review his patch. by Eli Friedman · 13 years ago
  81. 3eff321 Fix several bugs with #pragma clang arc_cf_code_audited and macros. by John McCall · 13 years ago
  82. dceb11f Revert r142311, -mios-simulator-version-min does not work correctly. by Argyrios Kyrtzidis · 13 years ago
  83. b56e6ad Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. by Argyrios Kyrtzidis · 13 years ago
  84. ea01143 Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument index by Richard Smith · 13 years ago
  85. 01b2b9b [arcmt] In ARC default for properties is 'strong' so just remove a 'retain' if possible, by Argyrios Kyrtzidis · 13 years ago
  86. 841804b Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t', by Richard Smith · 13 years ago
  87. ea523d7 Wire up support for the controlling the extended dwarf .file directive. With by Nick Lewycky · 13 years ago
  88. 19706f8 Implement -static-libstdc++ for linux. by Rafael Espindola · 13 years ago
  89. 66d5ce1 Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! by Ted Kremenek · 13 years ago
  90. 454b57a Initial implementation of __atomic_is_lock_free. The input is the size of an atomic type rather than an atomic type itself just to save some implementation pain; I can change that if it seems worthwhile. by Eli Friedman · 13 years ago
  91. abf3ac7 Implement -static-libgcc on linux and refactor the code responsible for adding by Rafael Espindola · 13 years ago
  92. 8121639 Substitute for arguments in method calls -- functionality by DeLesley Hutchins · 13 years ago
  93. 9f80a97 Substitute for arguments in method calls -- refactoring by DeLesley Hutchins · 13 years ago
  94. fe0a0fb Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the end by Richard Smith · 13 years ago
  95. 6ec9643 The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also by Tanya Lattner · 13 years ago
  96. d125050 obj-c++: Fix a IRGen crash when getter is a reference type. by Fariborz Jahanian · 13 years ago
  97. e75ce16 Add missing case to switch. by Eli Friedman · 13 years ago
  98. 88a4cfd Strip qualifiers off the type of an implicit property defined by only a setter. by John McCall · 13 years ago
  99. b4a686d Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which accepts by Argyrios Kyrtzidis · 13 years ago
  100. 6d4740e Have ObjCMethodDecl::getCanonicalDecl take into account redeclared methods. by Argyrios Kyrtzidis · 13 years ago