1. 7822ee3 Implement CWG1170, which makes access-control errors into template by Douglas Gregor · 13 years ago
  2. 175c5bb When checking for the necessary 'template<>' headers based on the by Douglas Gregor · 13 years ago
  3. cf41cdd Place "conflicting distributed object modifiers..." warnings under a -W flag. by Ted Kremenek · 13 years ago
  4. a6bff2c Commit some missing changes to the previous patch. by Sean Hunt · 13 years ago
  5. cdee3fe Implement implicit deletion of default constructors. by Sean Hunt · 13 years ago
  6. 83e0995 Add a Microsoft C test following r131201. by Francois Pichet · 13 years ago
  7. 30aff5b In Microsoft mode, allow conversion from pointer to integral type no matter what size the integral type is. Necessary to parse MFC code. by Francois Pichet · 13 years ago
  8. 225c5dd Clean up consequences of cut and paste. by Fariborz Jahanian · 13 years ago
  9. 6ec50ad Implenment #pack pragma and ms_struct attribute layout. by Fariborz Jahanian · 13 years ago
  10. c5cd252 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 13 years ago
  11. 1de8533 Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy, by John McCall · 13 years ago
  12. be57cf4 PR9882: Fix noexcept to deal with dependent new, delete, calls, and by Eli Friedman · 13 years ago
  13. 6a24747 In Microsoft mode, allow pure specifier (=0) on inline functions declared at class scope. by Francois Pichet · 13 years ago
  14. 4da89c8 Use a heralded conversion to bool in inline-asm constraints. by John McCall · 13 years ago
  15. e6c2803 Fix crash in -Wuninitialized when using switch statments whose condition is a logical operation. by Ted Kremenek · 13 years ago
  16. 4405445 Tweak the diagnostics for the C++0x extensions to friend types to note by Douglas Gregor · 13 years ago
  17. c436708 Change magic string "abc" to better magic string "qux". by Matt Beaumont-Gay · 13 years ago
  18. f961ea5 Re-do R131114 without breaking code. by Sean Hunt · 13 years ago
  19. ed63e03 Support pack pragma and ms_struct attributes. // rdar://8823265 by Fariborz Jahanian · 13 years ago
  20. bc869de Elide __label__ declarations from the CFG. This resolves a crash in CFGRecStmtDeclVisitor (crash in static analyzer). by Ted Kremenek · 13 years ago
  21. c840649 Reimplement Sema::MatchTemplateParametersToScopeSpecifier() based on by Douglas Gregor · 13 years ago
  22. 969f9d4 Don't strlen() every file before parsing it. by Eli Friedman · 13 years ago
  23. 8d6dd72 Add test for PR9884. by Rafael Espindola · 13 years ago
  24. 680404e Revert 131114. This fixes PR9884. by Rafael Espindola · 13 years ago
  25. da69b45 Fixes compilation with Visual Studio by replacing the non-standard vector::data() access. by Manuel Klimek · 13 years ago
  26. 001cad9 Further implement defaulting constructors. by Sean Hunt · 13 years ago
  27. a780da7 The last of the trivial constructor changes, make CXXSpecialMember by Sean Hunt · 13 years ago
  28. 20e3c9e Add a __uuidof test where the uuid attribute is on the second declaration. by Francois Pichet · 13 years ago
  29. 7604f64 Ignore const/volatile/restrict qualifiers on anonymous structs and by Douglas Gregor · 13 years ago
  30. 4b7e048 Add a FIXME. by Francois Pichet · 13 years ago
  31. 30364d0 'long long' requires special treatment in ms_struct by Fariborz Jahanian · 13 years ago
  32. 93b6bce Extend the tag-ambiguity hack I committed in r130810 for tag by Douglas Gregor · 13 years ago
  33. 37b8c9e Clean up trivial default constructors now. by Sean Hunt · 13 years ago
  34. c056c17 When determining whether we need to instantiate a function type, by Douglas Gregor · 13 years ago
  35. 023df37 Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and by Sean Hunt · 13 years ago
  36. 03e9230 Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf by Daniel Dunbar · 13 years ago
  37. 0e9972c __builtin_va_list is void* on ARM, not char*. rdar://problem/9391966 by John McCall · 13 years ago
  38. b594fac Fix test. by Francois Pichet · 13 years ago
  39. a8ef3ac Allow implicit conversion from function pointer to void* in Microsoft mode. by Francois Pichet · 13 years ago
  40. a2447e0 Move code to emit the callee of an CXXOperatorCallExpr out into a separate function in CGClass.cpp by Anders Carlsson · 13 years ago
  41. 76934c7 Restore an accidentally-deleted word. by Sean Hunt · 13 years ago
  42. 8e0397a Don't emit complete constructors for abstract classes. Also, don't emit by Anders Carlsson · 13 years ago
  43. 8db75a2 Look at all the record redeclaration when looking for a uuid attribute. by Francois Pichet · 13 years ago
  44. 377e1bd Relax the conversion rules for Objective-C GC qualifiers a by Douglas Gregor · 13 years ago
  45. da55074 In C++, allow us to emit a global as 'constant' even if it has class by Douglas Gregor · 13 years ago
  46. 6f08777 Revert r130717, which caused a regression (<rdar://problem/9402621>). by Douglas Gregor · 13 years ago
  47. 373197b Don't fail at parsing __declspec(property(get=get_func_name)). Just skip everything inside property() for now while we wait for the BoostPro people to provide a complete patch. by Francois Pichet · 13 years ago
  48. 4d37583 PR9866: Fix the implementation of _mm_loadl_pd and _mm_loadh_pd to not make by Eli Friedman · 13 years ago
  49. a23ae3f Temporary preprocessor hack to get around the Microsoft __identifier(x) extension. by Francois Pichet · 13 years ago
  50. f986038 Add support for _if_exists and __if_not_exists at namespace/global scope. by Francois Pichet · 13 years ago
  51. 00c93a1 Patch for PR 7409 - only error on definition of invalid typedefs. Suppress errors for additional uses of this invalid typedef. by Richard Trieu · 13 years ago
  52. 5cb0ef4 Implement a minor optimization by not introducing declarations into by Douglas Gregor · 13 years ago
  53. 010157f When checking for a prior declaration of the name of a namespace, skip by Douglas Gregor · 13 years ago
  54. 31e7f22 In ms_struct structs, Establish a new alignment for a by Fariborz Jahanian · 13 years ago
  55. 52bbe7a Establish a new alignment for an ms_struct bitfield following by Fariborz Jahanian · 13 years ago
  56. 31d375f Keep track of the file ID corresponding to the original file used to by Douglas Gregor · 13 years ago
  57. 6bd2f6a Fix false positive warning about uninitialized variable. by Cameron Esfahani · 13 years ago
  58. bb85f8e Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. by Sean Hunt · 13 years ago
  59. 26dc3e0 Fix diagnostics to start with a lower case letter by Sean Hunt · 13 years ago
  60. 1e86269 Add support for Microsoft __if_exists and __if_not_exists construct inside function definition. by Francois Pichet · 13 years ago
  61. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  62. d4b9ee3 Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). by Eli Friedman · 13 years ago
  63. 5f3827c Fix a couple of comments. by Eli Friedman · 13 years ago
  64. 7dcdf5b Add an implementation of thunks for varargs methods. The implementation is a bit messy, but it is correct as long as the method in question doesn't use indirect gotos. A couple of possible alternative implementations are outlined in FIXME's in this patch. rdar://problem/8077308 . by Eli Friedman · 13 years ago
  65. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 13 years ago
  66. 54ec6c5 Reset the emitted initializers. by Axel Naumann · 13 years ago
  67. 359cf92 Move logic for passing down -mrelax-all / -relax-all into a common by Joerg Sonnenberger · 13 years ago
  68. 2174d4c Warn when trying to call a pure virtual member function in a class from the class constructor/destructor. Fixes PR7966. by Anders Carlsson · 13 years ago
  69. 9d0fbea Rename ContainsCompileAction to ContainsCompileOrAssembleAction to by Joerg Sonnenberger · 13 years ago
  70. fe2695e Do defaulted constructors properly. by Sean Hunt · 13 years ago
  71. 5f802e5 Revert r130912 in order to approach defaulted functions from the other by Sean Hunt · 13 years ago
  72. 536e9c1 Slight tweak to alias template error handling: don't guess that a template-id in an alias declaration was meant to be a specialization. Use a generic, but more accurate, diagnostic. by Richard Smith · 13 years ago
  73. f184f9a Update www: we now mangle references to function parameters properly. Also, this is really more a decltype issue rather than a late-specified return type issue. by Richard Smith · 13 years ago
  74. e0c7665 type of last arg of objc_assign_ivar is ptrdiff_t. // rdar://9362887 by Fariborz Jahanian · 13 years ago
  75. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  76. 78a7d7d __alignof attribute on the field must consider by Fariborz Jahanian · 13 years ago
  77. 6df7873 When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach by Douglas Gregor · 13 years ago
  78. 83a401b PR9849: Fix _mm_setr_pi32 and friends to actually work correctly. They broke with the MMX rewrite a while back. by Eli Friedman · 13 years ago
  79. b9bd56e tests: Force a triple in this test (so uint128 is present). by Daniel Dunbar · 13 years ago
  80. ff36559 When instantiating a block expression, the instantiated by Fariborz Jahanian · 13 years ago
  81. 31c79b4 Do not drop uint128 on the floor. by Devang Patel · 13 years ago
  82. b6adf2c Scoped enumerations should not be treated as integer types (in the C by Douglas Gregor · 13 years ago
  83. 4b81cde When providing code completions for an Objective-C property access, by Douglas Gregor · 13 years ago
  84. e59abb5 Introduce a Diagnostic::Report function that accepts and emits a StoredDiagnostic. by Argyrios Kyrtzidis · 13 years ago
  85. 38165ae Place "incompatible pointer types assigning..." warning under a flag, allowing it to be surgically mapped to an error. by Ted Kremenek · 13 years ago
  86. 9be6e7c Add Checker callback for running a checker at the end of processing an entire TranslationUnit. Patch by Lei Zhang. by Ted Kremenek · 13 years ago
  87. ad7ec12 Implement some framework for defaulted constructors. by Sean Hunt · 13 years ago
  88. 7665ad8 Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. by Daniel Dunbar · 13 years ago
  89. 9389ddc Look through block pointers and ObjC object pointers by Matt Beaumont-Gay · 13 years ago
  90. 439d3c3 With invalid overloaded operators, we can get into funny cases where by Douglas Gregor · 13 years ago
  91. 3dc0541 Preserve the full name of the file, so that '-c -o foo.pic.o' produces by Nick Lewycky · 13 years ago
  92. c159870 Change cycle detection to be based off of a warning flag. by Sean Hunt · 13 years ago
  93. e74c25c When adding KVC code completions, keep track of all of the selectors by Douglas Gregor · 13 years ago
  94. ebcbe1d there i fixed it by Sean Hunt · 13 years ago
  95. 8c647de ASTUnit::LoadFromASTFile(): recover the resources from an ASTReader if it crashes during PCH validation. by Ted Kremenek · 13 years ago
  96. bd61e34 Clean up Sema::BuildCXXNestedNameSpecifier()'s creation of TypeLoc by Douglas Gregor · 13 years ago
  97. c9366ba Implement Sema::isExprCallable. by Matt Beaumont-Gay · 13 years ago
  98. c746937 When converting an integral template argument value to a non-type by Douglas Gregor · 13 years ago
  99. 1f38251 Pack ivar offsets together. by Bill Wendling · 13 years ago
  100. 5ea4f44 Record where the GCOV data files should be placed. by Nick Lewycky · 13 years ago