1. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 11 years ago
  2. 024c119 We already reported an error for by Rafael Espindola · 11 years ago
  3. 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 11 years ago
  4. 6fc9e7a Objective-C: When using super.prop, property should be by Fariborz Jahanian · 11 years ago
  5. 41d0164 Adjust the special non-C++ enum block return type inference by John McCall · 11 years ago
  6. 83972f1 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 11 years ago
  7. e4743be <rdar://problem/13170740> Be a little more careful when instantiating 'this' expressions. by Douglas Gregor · 11 years ago
  8. 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 11 years ago
  9. c61361b <rdar://problem/13094134> Don't try to wire up typedef names for invalid anonymous tag declarations encountered during template instantiation. by Douglas Gregor · 11 years ago
  10. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  11. 303b96f <rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope. by Douglas Gregor · 11 years ago
  12. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 12 years ago
  13. 0689863 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 12 years ago
  14. 1344e94 Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-C object type <rdar://problem/13338107>. by Douglas Gregor · 12 years ago
  15. 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 12 years ago
  16. 531db82 Add a hasExternalLinkage helper. No functionality change. by Rafael Espindola · 12 years ago
  17. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
  18. 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 12 years ago
  19. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 12 years ago
  20. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 12 years ago
  21. 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 12 years ago
  22. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 12 years ago
  23. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 12 years ago
  24. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
  25. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
  26. b98f7af objective-C code completion. Property accessors may not by Fariborz Jahanian · 12 years ago
  27. c0cedbe PR15360: nullptr as a non-type template argument to a function type non-type template parameter by David Blaikie · 12 years ago
  28. 714b509 Don't crash when diagnosing path-constrained protected by John McCall · 12 years ago
  29. 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 12 years ago
  30. 5509f37 Fix initializer for variables with attribute address_space set. by Matt Arsenault · 12 years ago
  31. 9016bb7 Warn on dropping the return value from a warn_unused_result function, even in by Matt Beaumont-Gay · 12 years ago
  32. d7a60ad Be more careful in applying pragma weak. Fixes pr14974. by Rafael Espindola · 12 years ago
  33. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  34. afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 12 years ago
  35. b078054 Remove the CFGElement "Invalid" state. by David Blaikie · 12 years ago
  36. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
  37. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  38. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 12 years ago
  39. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  40. 4c8cba8 Make sure pragmas don't attach visibility attributes to auto variables with by Rafael Espindola · 12 years ago
  41. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  42. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 12 years ago
  43. 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 12 years ago
  44. 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 12 years ago
  45. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 12 years ago
  46. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
  47. 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
  48. 28965bf Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 12 years ago
  49. 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
  50. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 12 years ago
  51. 637619b Only suppress instance context if a member is actually by John McCall · 12 years ago
  52. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 12 years ago
  53. 94f3f54 Remove superfluous null pointer check. The pointer is used prior to this check. by Ted Kremenek · 12 years ago
  54. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 12 years ago
  55. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  56. 52e933b by Joey Gouly · 12 years ago
  57. 0adb175 Avoid implicit conversions of Optional<T> to bool. by David Blaikie · 12 years ago
  58. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  59. d6d864f MCParser: Update method names per coding guidelines. by Jim Grosbach · 12 years ago
  60. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  61. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 12 years ago
  62. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  63. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 12 years ago
  64. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 12 years ago
  65. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  66. 0dc4ff2 Prevent crash on multiple user errors (which I cannot reproduce in by Fariborz Jahanian · 12 years ago
  67. 896c7dd Don't warn on conversion from NULL to nullptr_t by David Blaikie · 12 years ago
  68. 3285c78 Fixed diagnostic nondeterministic order bug (pr14901). by Enea Zaffanella · 12 years ago
  69. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  70. 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 12 years ago
  71. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
  72. a574c89 Make helper functions static. by Benjamin Kramer · 12 years ago
  73. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 12 years ago
  74. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  75. 68a932d Remove a const_cast by propagating constness to called functions by Dmitri Gribenko · 12 years ago
  76. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
  77. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  78. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  79. d3b4f0e When marking derived classes' virtual methods ODR-used in order to trigger by Nick Lewycky · 12 years ago
  80. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 12 years ago
  81. a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 12 years ago
  82. 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 12 years ago
  83. 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
  84. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  85. 223f0ff Remove some stray uses of <ctype.h> functions. by Jordan Rose · 12 years ago
  86. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  87. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
  88. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  89. 7666b03 Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>. by Douglas Gregor · 12 years ago
  90. 6959acd Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. by Guy Benyei · 12 years ago
  91. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  92. f5a6aef Apply the pure-virtual odr rule to other constructs which can call overloaded by Nick Lewycky · 12 years ago
  93. 3646c68 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 12 years ago
  94. 878d0ad -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unreachable code" was issued incorrectly. by Alexander Kornienko · 12 years ago
  95. ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 12 years ago
  96. 5e25301 Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc. by Chad Rosier · 12 years ago
  97. 7cea148 Test for virtual instead of pure here. It has the exact same effect, and John by Nick Lewycky · 12 years ago
  98. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  99. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  100. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago