1. b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 12 years ago
  2. 2aa5cf4 documentation comment parsing. Added couple of by Fariborz Jahanian · 12 years ago
  3. 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 12 years ago
  4. 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
  5. 7adf3a9 Enhance -Wtautological-constant-out-of-range-compare to include the name of the enum constant. by Ted Kremenek · 12 years ago
  6. a30bab4 c: Also chek for integer overflow for '%' operator. by Fariborz Jahanian · 12 years ago
  7. 2cd889d c: add the missing binary operatory when checking by Fariborz Jahanian · 12 years ago
  8. 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 12 years ago
  9. 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 12 years ago
  10. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 12 years ago
  11. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 12 years ago
  12. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 12 years ago
  13. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 12 years ago
  14. 8cc9c9d Comment parsing tests: move a test into a group of similar tests by Dmitri Gribenko · 12 years ago
  15. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 12 years ago
  16. 151b2ac warn-documentation.cpp: reorganize tests by Dmitri Gribenko · 12 years ago
  17. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 12 years ago
  18. c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 12 years ago
  19. 664e860 comment parsing: Properties are considered like methods, and people by Fariborz Jahanian · 12 years ago
  20. 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 12 years ago
  21. 9016bb7 Warn on dropping the return value from a warn_unused_result function, even in by Matt Beaumont-Gay · 12 years ago
  22. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
  23. 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
  24. 28965bf Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 12 years ago
  25. b83a5d8 Fix typo 'with with' in diagnostic. by Richard Smith · 12 years ago
  26. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 12 years ago
  27. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 12 years ago
  28. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  29. 6a93c86 AArch64: add atomic support parameters to TargetInfo by Tim Northover · 12 years ago
  30. 3285c78 Fixed diagnostic nondeterministic order bug (pr14901). by Enea Zaffanella · 12 years ago
  31. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 12 years ago
  32. b30c038 Testcase for r174477. by Chad Rosier · 12 years ago
  33. 5024bf5 Add AArch64 wchar definition to test by Tim Northover · 12 years ago
  34. eb54aa5 Remove unneeded test. We have plenty of subgroup relations between warnings, by Ted Kremenek · 12 years ago
  35. 5846720 Change subexpressions to be visited in the CFG from left-to-right. by Ted Kremenek · 12 years ago
  36. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  37. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 12 years ago
  38. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  39. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 12 years ago
  40. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 12 years ago
  41. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  42. e1ac4ae Also promote fp16 types to double when they're anonymous variadic arguments. by Tim Northover · 12 years ago
  43. e6738d8 Fix test failure from previous change. by Richard Smith · 12 years ago
  44. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  45. 7adf417 c: When checking on validity of sizeof passed as size of by Fariborz Jahanian · 12 years ago
  46. e702ff3 Test update missed in r173789. by Richard Smith · 12 years ago
  47. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 12 years ago
  48. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 12 years ago
  49. cae4a5c Test that we print MS keyword attributes without a __declspec(...) adornment. by Richard Smith · 12 years ago
  50. 5cd532c Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled by Richard Smith · 12 years ago
  51. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 12 years ago
  52. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
  53. 909df54 Add space after ';'. by Fariborz Jahanian · 12 years ago
  54. 78c28be Improve diagnsotic further on integer overflow. by Fariborz Jahanian · 12 years ago
  55. a7972a0 Fixes text of diagnostics in integer overflow patch. by Fariborz Jahanian · 12 years ago
  56. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
  57. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  58. 5209e2b Unify diagnostics for \x, \u, and \U without any following hex digits. by Jordan Rose · 12 years ago
  59. 8b33265 Fail these tests in a way that doesn't cause unexpected successes, per Daniel's by Chad Rosier · 12 years ago
  60. 872a6f6 Temporarily XFAIL this test; the compiler will segfault if the target-specific by Chad Rosier · 12 years ago
  61. ae07378 [ms-inline asm] Add an error when trying to compile MS-style inline assembly by Chad Rosier · 12 years ago
  62. 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 · 12 years ago
  63. ec07557 Properly remove this test file, that I copied over to test/SemaOpenCL in r173352. by Joey Gouly · 12 years ago
  64. 630f4bb Implement -Wvla correctly by Dmitri Gribenko · 12 years ago
  65. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
  66. d6ec473 Split "discards qualifiers" warnings of -Wincompatible-pointer-types into subgroup. by Ted Kremenek · 12 years ago
  67. 445743d Add a fixit for _Noreturn main, by Dmitri Gribenko · 12 years ago
  68. 96bd14b [ms-inline asm] Test case for r172773. by Chad Rosier · 12 years ago
  69. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 12 years ago
  70. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 12 years ago
  71. 205ecf0 [ms-inline asm] Updates and test case for r172743. Part of rdar://12576868 by Chad Rosier · 12 years ago
  72. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 12 years ago
  73. a6f9707 Implement a fixit for -Wmain-return-type by Dmitri Gribenko · 12 years ago
  74. 2a5bb50 Check for internal weak decls after merging. by Rafael Espindola · 12 years ago
  75. 7dfd182 First step in implementation of mips16 and nomips16 attributes. by Reed Kotler · 12 years ago
  76. d147f8f Add a comment to test to clarify the intention here by Dmitri Gribenko · 12 years ago
  77. c3cd6f7 Fix -Wunused-comparison for comparisons in arguments to function-like macros. by Matt Beaumont-Gay · 12 years ago
  78. 294ddc6 Reject incompatible redeclarations of extern C symbols. by Rafael Espindola · 12 years ago
  79. 4d8efb4 Improve diagnostic per Richard's suggestion by Fariborz Jahanian · 12 years ago
  80. f6e65cc Provide a better warning when case value overflows. // rdar://11577384 by Fariborz Jahanian · 12 years ago
  81. a18e70b Issue warning when case value is too large to fit by Fariborz Jahanian · 12 years ago
  82. d130fd2 Clear LV cache when dropping availability attributes. by Rafael Espindola · 12 years ago
  83. 8c4222a Don't crash when trying to apply the availability attribute to a block. by Rafael Espindola · 12 years ago
  84. d63b19e Clear the LV cache when merging the availability attribute. by Rafael Espindola · 12 years ago
  85. cbb99ef Don't warn about undefined varargs argument behavior in unreachable code. by Ted Kremenek · 12 years ago
  86. 8e721b7 Add support for attribute((mode(unwind_word))). by Rafael Espindola · 12 years ago
  87. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
  88. c792d6d Unqualify the parameter type. This fixes a regression from 168895. by Rafael Espindola · 12 years ago
  89. ee3d9f0 Type safety attributes: add tests for enumerations (users are actually doing by Dmitri Gribenko · 12 years ago
  90. 9b403c5 PR14729: Fix typo in CheckICE for BinaryConditionalOperators. by Richard Smith · 12 years ago
  91. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  92. a734a0e Add back -Wduplicate-enum which I mistakenly removed. by Ted Kremenek · 12 years ago
  93. ca57ccd Fix PR14591: Windows newlines in doxygen comments cause failed assertion in by Dmitri Gribenko · 12 years ago
  94. 8bfb700 Add tests to check recent changes to some builtins. by Bill Wendling · 12 years ago
  95. 8a0086c When warning about a missing prototype because a function declaration is missing 'void', insert a fixit to add the void. by Anders Carlsson · 12 years ago
  96. 372df45 Fix isThisDeclarationADefinition for extern following tentative. by Rafael Espindola · 12 years ago
  97. 9b629fc [ms-inline asm] Test case for r170037. by Chad Rosier · 12 years ago
  98. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  99. 8b8a09e Merge function types in C. by Rafael Espindola · 12 years ago
  100. 8426890 Reject uses of __int128 on platforms that don't support it. Also move the ugly by Richard Smith · 12 years ago