1. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 12 years ago
  2. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 12 years ago
  3. 5b34b9c Fix thinko (and the bots): We still want to warn in C. by Rafael Espindola · 12 years ago
  4. b6bead4 Don't special case one line extern "C" decls. by Rafael Espindola · 12 years ago
  5. 59d8ccb Warn about more than the first unused variable when -Werror is set. by Matt Beaumont-Gay · 12 years ago
  6. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 12 years ago
  7. 8af742a Handle CXXOperatorCallExpr when checking self referrnce during initialization of by Richard Trieu · 12 years ago
  8. abde2c7 <rdar://problem/13459871> Allow forward declaration of enums with a fixed underlying type in Objective-C (as well as C++11). by Douglas Gregor · 12 years ago
  9. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 12 years ago
  10. 30262b7 Fix indentation by David Blaikie · 12 years ago
  11. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 12 years ago
  12. c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 12 years ago
  13. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 12 years ago
  14. 96db329 Diagnose about extern "C" functions returning c++ objects by Fariborz Jahanian · 12 years ago
  15. 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 12 years ago
  16. 2d9e883 Whitespace cleanup. by Rafael Espindola · 12 years ago
  17. 024c119 We already reported an error for by Rafael Espindola · 12 years ago
  18. 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 12 years ago
  19. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 12 years ago
  20. 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
  21. 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 12 years ago
  22. 531db82 Add a hasExternalLinkage helper. No functionality change. by Rafael Espindola · 12 years ago
  23. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
  24. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 12 years ago
  25. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 12 years ago
  26. 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 12 years ago
  27. 4c8cba8 Make sure pragmas don't attach visibility attributes to auto variables with by Rafael Espindola · 12 years ago
  28. 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 12 years ago
  29. 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
  30. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 12 years ago
  31. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  32. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  33. a574c89 Make helper functions static. by Benjamin Kramer · 12 years ago
  34. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  35. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  36. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 13 years ago
  37. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 13 years ago
  38. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 13 years ago
  39. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 13 years ago
  40. 995e26b Remove elements from Sema.UndefinedInternals as functions are defined. Also by Nick Lewycky · 13 years ago
  41. f270519 Clarify the diagnostic for -Wnested-anon-types. by Richard Smith · 13 years ago
  42. 7564bcc Add OpenCL error that a kernel function must have void return type. Includes a test case. by Tanya Lattner · 13 years ago
  43. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 13 years ago
  44. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 13 years ago
  45. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 13 years ago
  46. 6933e3b Don't fixit/recover from -Wstatic-float-init when it's not an error. by David Blaikie · 13 years ago
  47. 3d207e7 Mark a struct definition in an objc container with the TopLevelDeclInObjCContainer bit. by Argyrios Kyrtzidis · 13 years ago
  48. 98f988d by Joey Gouly · 13 years ago
  49. 485b312 PR15100: look through type sugar when determining whether we have one of the by Richard Smith · 13 years ago
  50. 3a2b7a1 Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 13 years ago
  51. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 13 years ago
  52. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 13 years ago
  53. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 13 years ago
  54. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 13 years ago
  55. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 13 years ago
  56. b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 13 years ago
  57. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 13 years ago
  58. 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 13 years ago
  59. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 13 years ago
  60. 445743d Add a fixit for _Noreturn main, by Dmitri Gribenko · 13 years ago
  61. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 13 years ago
  62. 39371b8 Reapply r172878 with test case. by Ted Kremenek · 13 years ago
  63. f305279 Whitespace. by NAKAMURA Takumi · 13 years ago
  64. 6adfff1 Revert r172878, "Reword warning about using a *static* variable within its own initialization." by NAKAMURA Takumi · 13 years ago
  65. 1bdac1d Reword warning about using a *static* variable within its own initialization. by Ted Kremenek · 13 years ago
  66. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 13 years ago
  67. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 13 years ago
  68. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 13 years ago
  69. a6f9707 Implement a fixit for -Wmain-return-type by Dmitri Gribenko · 13 years ago
  70. 4d8a33b Delay linkage checks when validating the weakref attribute. by Rafael Espindola · 13 years ago
  71. 2a5bb50 Check for internal weak decls after merging. by Rafael Espindola · 13 years ago
  72. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 13 years ago
  73. f4d918f When checking availability attributes for consistency between an by Douglas Gregor · 13 years ago
  74. 4195637 Refactor to call ActOnFinishFullExpr on every full expression. Teach by Richard Smith · 13 years ago
  75. 21c8fa8 PR12008: defer adding the implicit 'const' to a constexpr member function until by Richard Smith · 13 years ago
  76. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  77. 838dc59 Disable caching of visibility. by Rafael Espindola · 13 years ago
  78. ca2ab45 Provide Decl::getOwningModule(), which determines the (sub)module in by Douglas Gregor · 13 years ago
  79. 294ddc6 Reject incompatible redeclarations of extern C symbols. by Rafael Espindola · 13 years ago
  80. 5ea6ef4 Truth in advertising: LocallyScopedExternalDecls actually only contains by Richard Smith · 13 years ago
  81. 7dc80e1 When name lookup for a redeclaration finds declarations that are known by Douglas Gregor · 13 years ago
  82. 51be6e3 Tighten types a bit. No functionality change. by Rafael Espindola · 13 years ago
  83. fc35cbc Tighten types a bit. No functionality change. by Rafael Espindola · 13 years ago
  84. d63b19e Clear the LV cache when merging the availability attribute. by Rafael Espindola · 13 years ago
  85. 9ef1518 Fixes a breakage in dejagnu++ test suite where it included by Fariborz Jahanian · 13 years ago
  86. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 13 years ago
  87. 6769ccb Warn on unused auto variables. by Rafael Espindola · 13 years ago
  88. da844b3 Use early returns to reduce indentation. by Rafael Espindola · 13 years ago
  89. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
  90. de210a5 Use hasCLanguageLinkage when warning about non C return types. by Rafael Espindola · 13 years ago
  91. 78eeba8 Reject overloading of two static extern C functions. by Rafael Espindola · 13 years ago
  92. e57e3d3 Implement dcl.link paragraph 5. by Rafael Espindola · 13 years ago
  93. 140aadf Add 171048 back but invalidate the cache of all redeclarations when setting by Rafael Espindola · 13 years ago
  94. eaf5ec4 Revert r171048, "Cache visibility of decls." by NAKAMURA Takumi · 13 years ago
  95. dfb3166 Cache visibility of decls. by Rafael Espindola · 13 years ago
  96. e6bb76c Move a declaration closer to its use. No functionality change. by Nico Weber · 13 years ago
  97. a734a0e Add back -Wduplicate-enum which I mistakenly removed. by Ted Kremenek · 13 years ago
  98. 0db661e Don't eagerly emit a global static merged with a local extern. by Rafael Espindola · 13 years ago
  99. 904a326 Revert "Warn if a __weak variable is initialized with an Objective-C object literal." by Ted Kremenek · 13 years ago
  100. 7c44106 Warn if a __weak variable is initialized with an Objective-C object literal. by Ted Kremenek · 13 years ago