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