1. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 11 years ago
  2. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 11 years ago
  3. 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 11 years ago
  4. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 11 years ago
  5. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  6. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
  7. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
  8. b98f7af objective-C code completion. Property accessors may not by Fariborz Jahanian · 12 years ago
  9. c0cedbe PR15360: nullptr as a non-type template argument to a function type non-type template parameter by David Blaikie · 12 years ago
  10. 714b509 Don't crash when diagnosing path-constrained protected by John McCall · 12 years ago
  11. 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 12 years ago
  12. 5509f37 Fix initializer for variables with attribute address_space set. by Matt Arsenault · 12 years ago
  13. 9016bb7 Warn on dropping the return value from a warn_unused_result function, even in by Matt Beaumont-Gay · 12 years ago
  14. d7a60ad Be more careful in applying pragma weak. Fixes pr14974. by Rafael Espindola · 12 years ago
  15. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  16. afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 12 years ago
  17. b078054 Remove the CFGElement "Invalid" state. by David Blaikie · 12 years ago
  18. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
  19. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  20. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 12 years ago
  21. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  22. 4c8cba8 Make sure pragmas don't attach visibility attributes to auto variables with by Rafael Espindola · 12 years ago
  23. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  24. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 12 years ago
  25. 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 12 years ago
  26. 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 12 years ago
  27. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 12 years ago
  28. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
  29. d5668a2 When a parameter list in a C function has an error, recover by forming a K&R function, by Argyrios Kyrtzidis · 12 years ago
  30. 28965bf Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 12 years ago
  31. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 12 years ago
  32. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 12 years ago
  33. 637619b Only suppress instance context if a member is actually by John McCall · 12 years ago
  34. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 12 years ago
  35. 94f3f54 Remove superfluous null pointer check. The pointer is used prior to this check. by Ted Kremenek · 12 years ago
  36. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 12 years ago
  37. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  38. 52e933b by Joey Gouly · 12 years ago
  39. 0adb175 Avoid implicit conversions of Optional<T> to bool. by David Blaikie · 12 years ago
  40. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  41. d6d864f MCParser: Update method names per coding guidelines. by Jim Grosbach · 12 years ago
  42. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  43. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 12 years ago
  44. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  45. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 12 years ago
  46. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 12 years ago
  47. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  48. 0dc4ff2 Prevent crash on multiple user errors (which I cannot reproduce in by Fariborz Jahanian · 12 years ago
  49. 896c7dd Don't warn on conversion from NULL to nullptr_t by David Blaikie · 12 years ago
  50. 3285c78 Fixed diagnostic nondeterministic order bug (pr14901). by Enea Zaffanella · 12 years ago
  51. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  52. 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 12 years ago
  53. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
  54. a574c89 Make helper functions static. by Benjamin Kramer · 12 years ago
  55. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 12 years ago
  56. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  57. 68a932d Remove a const_cast by propagating constness to called functions by Dmitri Gribenko · 12 years ago
  58. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
  59. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  60. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  61. d3b4f0e When marking derived classes' virtual methods ODR-used in order to trigger by Nick Lewycky · 12 years ago
  62. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 12 years ago
  63. a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 12 years ago
  64. 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 12 years ago
  65. f4e955b [Modules] Cope better with top-level declarations loaded after being declared in the current translation unit <rdar://problem/13189985>. by Douglas Gregor · 12 years ago
  66. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  67. 223f0ff Remove some stray uses of <ctype.h> functions. by Jordan Rose · 12 years ago
  68. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  69. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
  70. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  71. 7666b03 Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>. by Douglas Gregor · 12 years ago
  72. 6959acd Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. by Guy Benyei · 12 years ago
  73. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  74. f5a6aef Apply the pure-virtual odr rule to other constructs which can call overloaded by Nick Lewycky · 12 years ago
  75. 3646c68 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 12 years ago
  76. 878d0ad -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unreachable code" was issued incorrectly. by Alexander Kornienko · 12 years ago
  77. ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 12 years ago
  78. 5e25301 Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc. by Chad Rosier · 12 years ago
  79. 7cea148 Test for virtual instead of pure here. It has the exact same effect, and John by Nick Lewycky · 12 years ago
  80. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  81. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  82. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  83. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 12 years ago
  84. b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  85. 41f7b1a objc: Provide correct fixit instruction when two mismatched by Fariborz Jahanian · 12 years ago
  86. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 12 years ago
  87. 0162b83 Fixed segmentation fault when a CFGBlock has NULL successor. by Alexander Kornienko · 12 years ago
  88. 57dab71 Fix PR14881 by implementing conversion rules between int and complex int. by Bill Schmidt · 12 years ago
  89. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 12 years ago
  90. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 12 years ago
  91. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  92. 1031884 Don't do delayed exception-specification checking on an invalid by Douglas Gregor · 12 years ago
  93. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 12 years ago
  94. 8c84028 Added outer template parameter lists to friend type AST nodes. by Enea Zaffanella · 12 years ago
  95. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 12 years ago
  96. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 12 years ago
  97. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 12 years ago
  98. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 12 years ago
  99. 995e26b Remove elements from Sema.UndefinedInternals as functions are defined. Also by Nick Lewycky · 12 years ago
  100. 869709c Fix grammar in comment. by Nick Lewycky · 12 years ago