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