1. 6ae9720 test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed with gcc-as driver. PR12920 by NAKAMURA Takumi · 12 years ago
  2. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  3. 8ab09da Moved the StringLiteral printing code from StmtPrinter into the StringLiteral by Richard Trieu · 12 years ago
  4. dc9327a Provide a -no-pedantic to cancel out -pedantic. by John McCall · 12 years ago
  5. c5f7459 Fix issue where a token paste which forms a /* or // would discard the rest of by Richard Smith · 12 years ago
  6. 568eae4 Allow __attribute__((unused)) for fields and make it silence by Daniel Jasper · 12 years ago
  7. 59b26d8 Fix off-by-one error in UTF-16 encoding: don't try to use a surrogate pair for U+FFFF. by Richard Smith · 12 years ago
  8. df9ef1b PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode escape sequences. by Richard Smith · 12 years ago
  9. cd65f49 Add missing narrowing check: converting from a signed integral type to a wider by Richard Smith · 12 years ago
  10. e0deb03 Grab bag of Microsoft Mangler fixes: by Charles Davis · 12 years ago
  11. b3b26bf [ms-inline-asm] The __asm keyword is a statement separator, so multiple asm by Chad Rosier · 12 years ago
  12. afaa421 Fix test to work when clang is built without powerpc64 support. by Bob Wilson · 12 years ago
  13. a01eddb [ms-inline-asm] Cleanup MS style inline assembly parsing. by Chad Rosier · 12 years ago
  14. b92a408 When code completion walks the members of a protocol or interface, by Douglas Gregor · 12 years ago
  15. 5daa4de Add XOP permute intrinsics. by Craig Topper · 12 years ago
  16. 54655be If parsing a trailing-return-type fails, don't pretend we didn't have one at by Richard Smith · 12 years ago
  17. 5b8c694 Revert "[analyzer] Treat LValueBitCasts like regular pointer bit casts." by Jordan Rose · 12 years ago
  18. 570d03c [analyzer] Treat LValueBitCasts like regular pointer bit casts. by Jordan Rose · 12 years ago
  19. 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 12 years ago
  20. 1895a0a [analyzer] Add ObjCLoopChecker: objects from NSArray et al are non-nil. by Jordan Rose · 12 years ago
  21. f548512 Enable -Wunused-private-field with -Wunused. by Benjamin Kramer · 12 years ago
  22. edb4b62 We were computing the visibility and linkage of template parameters, but by Rafael Espindola · 12 years ago
  23. ecbc009 Add XOP shift and compare intrinsics. by Craig Topper · 12 years ago
  24. 3c2fcf8 PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to by Richard Smith · 12 years ago
  25. 3335eb7 Add XOP vprot* instruction intrinsics by Craig Topper · 12 years ago
  26. 7756afa Fix PR13052 properly, by performing special member lookup to determine whether by Richard Smith · 12 years ago
  27. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  28. 18b73ea More XOP intrinsics by Craig Topper · 12 years ago
  29. 239c030 Begin adding XOP intrinsics by Craig Topper · 12 years ago
  30. b6af69e Add XOP feature flag. by Craig Topper · 12 years ago
  31. 135bf8e [libclang] When doing the cursor visitation make sure declarations by Argyrios Kyrtzidis · 12 years ago
  32. 0abbdfe Warn in ObjC++ when an 'auto' variable deduces type 'id'. by Jordan Rose · 12 years ago
  33. 1fdda36 Add a test for r158229 (overlapping fixits). This was PR10696! by Jordan Rose · 12 years ago
  34. 0f4b5be PR13051: Only suggest the 'template' and 'operator' keywords when performing by Richard Smith · 12 years ago
  35. 9f63a45 Disallow using ObjC literals in direct comparisons (== and friends). by Jordan Rose · 12 years ago
  36. 3f5f558 PR13051: If a constructor is explicitly defaulted, it isn't marked as being by Richard Smith · 12 years ago
  37. 2e336ac [analyzer] MallocSizeofChecker false positive: when sizeof is argument by Anna Zaks · 12 years ago
  38. 6fe6a49 Disable _Pragma during HTML macro rewriting to keep from crashing. by Jordan Rose · 12 years ago
  39. 374a00b [libclang] Don't crash when saving a PCH from a prefix header by Argyrios Kyrtzidis · 12 years ago
  40. c18909e [libclang] Add a triple to test/Index/index-decls.m by Argyrios Kyrtzidis · 12 years ago
  41. 390fff8 [libclang/AST] by Argyrios Kyrtzidis · 12 years ago
  42. f4fe843 Allow friend declarations of defaulted special member functions. Only by Richard Smith · 12 years ago
  43. 8c14de8 Fix up the 'typename' suggestion logic introduced in r157085, based on by Kaelyn Uhrain · 12 years ago
  44. c0838d2 PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work by Richard Smith · 12 years ago
  45. 1c6e95f Rename a test case to a more generic name. This is a completely useless by Chandler Carruth · 12 years ago
  46. a64fae1 [analyzer] Add experimental "issue hash" to the plist diagnostic. by Anna Zaks · 12 years ago
  47. adccc3f [analyze] Change some of the malloc tests to use clang_analyzer_eval. by Anna Zaks · 12 years ago
  48. b7fe579 Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written by Kaelyn Uhrain · 12 years ago
  49. ef094a1 Ignore corrections to functions with bodies when deciding which by Kaelyn Uhrain · 12 years ago
  50. 783f008 [analyzer] Fixit for r158136. by Anna Zaks · 12 years ago
  51. ec22f56 User better API for vla in compund literals. // rdar://11485774 by Fariborz Jahanian · 12 years ago
  52. 2ccc0f9 When emitting compund literal of vla pointer elements, make by Fariborz Jahanian · 12 years ago
  53. 575b66a test/Frontend/rewrite-includes.c: Tweak for win32's pathsep. by NAKAMURA Takumi · 12 years ago
  54. e17fdb2 [analyzer] Anti-aliasing: different heap allocations do not alias by Anna Zaks · 12 years ago
  55. d880b3a Insert a space if necessary when suggesting CFBridgingRetain/Release. by Jordan Rose · 12 years ago
  56. 76a5245 [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a +0 method, by Argyrios Kyrtzidis · 12 years ago
  57. e14da79 reverse r158117. by Fariborz Jahanian · 12 years ago
  58. 3077577 When doing arithmatic on vla pointer, make sure by Fariborz Jahanian · 12 years ago
  59. 369558b Fix test/SemaObjC/cocoa-api-usage.m that broke via r158114. by Argyrios Kyrtzidis · 12 years ago
  60. 6b4db9b [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to literals, by Argyrios Kyrtzidis · 12 years ago
  61. c86c40b Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope by Douglas Gregor · 12 years ago
  62. 8d3607b Allow CorrectTypo to add/modify nested name qualifiers to typos that by Kaelyn Uhrain · 12 years ago
  63. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  64. d73ef13 Add pedantic warning -Wempty-translation-unit (C11 6.9p1). by Jordan Rose · 12 years ago
  65. f8cc02e Introduce -Wunused-private-field. If enabled, this warning detects by Daniel Jasper · 12 years ago
  66. 113c444 A non-explicit constructor template with a second parameter that is a by Douglas Gregor · 12 years ago
  67. 7453a72 PlistDiagnostics: force the ranges for control-flow edges to be single locations, forcing by Ted Kremenek · 12 years ago
  68. 1ea6744 objective-c: merge deprecated/unavailable attributes to by Fariborz Jahanian · 12 years ago
  69. f4bd4d8 Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>. by Eli Friedman · 12 years ago
  70. 3de00ce Reapply "Only emit debug information for methods that are user defined, there's" by Eric Christopher · 12 years ago
  71. 3dbcc88 Mips: Define __mips_hard_float macro additional to __mips_single_float by Simon Atanasyan · 12 years ago
  72. 0637f40 Revert "Only emit debug information for methods that are user defined, there's" by John McCall · 12 years ago
  73. 9b26efe Only emit debug information for methods that are user defined, there's by Eric Christopher · 12 years ago
  74. 5068731 Teach format string checking about compile-time CFString constants. by Jordan Rose · 12 years ago
  75. 033a9c0 Make suggestions for mismatched enum arguments to printf/scanf. by Jordan Rose · 12 years ago
  76. ee0259d Teach printf/scanf about enums with fixed underlying types. by Jordan Rose · 12 years ago
  77. bd1d18e PR13022: cope with parenthesized function types in MS name mangling. by Richard Smith · 12 years ago
  78. 36d02af Add a warning for when an array-to-pointer decay is performed on an array by Richard Smith · 12 years ago
  79. d5edd84 [analyzer] Fixup for r157950. Unbreak the bots. by Anna Zaks · 12 years ago
  80. 328584e Add a testcase for C++11 union support. by Eric Christopher · 12 years ago
  81. cacf718 [objcmt] Don't migrate to subscripting syntax if the required methods have not by Argyrios Kyrtzidis · 12 years ago
  82. 0344e54 [analyzer] Fix a diagnostics bug which lead to a crash on the buildbot. by Anna Zaks · 12 years ago
  83. 2876983 Fixes some test cases that should have come along with r157943. by Aaron Ballman · 12 years ago
  84. 3117039 objective-c: Handle more warning cases for when by Fariborz Jahanian · 12 years ago
  85. 44f5b1d Removing the lambda extension warning concerning single return statements, as it no longer applies. by Aaron Ballman · 12 years ago
  86. 0832f82 [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend. by Jordan Rose · 12 years ago
  87. 3af16fd Test the '__thread' before 'static' warning. by Hans Wennborg · 12 years ago
  88. 97075fb Add fma3 intrinsic header file. by Craig Topper · 12 years ago
  89. b1c6f5f When adding built-in operator candidates for overload resolution by Douglas Gregor · 12 years ago
  90. bd8a18d Add __POPCNT__ to test cases for corei7 and corei7-avx by Craig Topper · 12 years ago
  91. 2ae9507 Add fma feature flag for Intel FMA instructions. by Craig Topper · 12 years ago
  92. 2a6e784 Upgrade test for the fma4->fma intrinsic change. by Benjamin Kramer · 12 years ago
  93. 40e2999 Improve fixit for comparison operator on lhs of bitwise operator. by Nico Weber · 12 years ago
  94. 2f316dd Follow-up on the test of r157892 by Argyrios Kyrtzidis · 12 years ago
  95. 25c2596 Initialize the non-target-dependent fields of the Preprocessor in its constructor by Argyrios Kyrtzidis · 12 years ago
  96. 1973634 Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnostics: -Wimplicit-fallthrough-per-method by Alexander Kornienko · 12 years ago
  97. 183ff2a [analyzer] Fix a spurious undef value warning. by Anna Zaks · 12 years ago
  98. 144e52b [analyzer] Fix lack of coverage after empty inlined function. by Anna Zaks · 12 years ago
  99. 0a5ca35 [diagtool] Pull show-enabled back out for now. by Jordan Rose · 12 years ago
  100. f11b0f9 [diagtool] Add 'show-enabled', which displays which warnings are enabled. by Jordan Rose · 12 years ago