1. 99446d9 Don't crash on boxed strings when +stringWithUTF8String: is missing. by Jordy Rose · 13 years ago
  2. 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 13 years ago
  3. 6ea175b Hexagon V5 intrinsics support in clang. by Sirish Pande · 13 years ago
  4. f7b8056 PR11857: When the wrong number of arguments are provided for a function by Richard Smith · 13 years ago
  5. bf9da1f Fix a recent regression with the merging of format attributes. by Rafael Espindola · 13 years ago
  6. 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 13 years ago
  7. 5f9688b Hexagon V5 FP support. by Sirish Pande · 13 years ago
  8. 66c44e7 [preprocessor] Make sure that MacroExpands callbacks are always in source order. by Argyrios Kyrtzidis · 13 years ago
  9. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 13 years ago
  10. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 13 years ago
  11. 06cd51a RecursiveASTVisitor: by Richard Smith · 13 years ago
  12. 1de6a6c objective-c. Fixes a 'fixit' where location of by Fariborz Jahanian · 13 years ago
  13. a971d24 Push the knowledge that we are parsing a type-id/type-name further into the by Richard Smith · 13 years ago
  14. 025983a Fix -Wdelete-non-virtual-dtor in Tooling code. by David Blaikie · 13 years ago
  15. 667381b ARM: Support marking intrinsic definitions as 'unavailable' by Jim Grosbach · 13 years ago
  16. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 13 years ago
  17. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 13 years ago
  18. 4493c0a A little tweak to the SFINAE condition reporting. Don't say: by Richard Smith · 13 years ago
  19. b3198a8 add -fbounds-checking option. by Nuno Lopes · 13 years ago
  20. 5f164af Fix fmin*/fmax* library builtin signatures. by Douglas Gregor · 13 years ago
  21. 5ea6661 Fixes a typo. note_xxx not not_xxx. by Fariborz Jahanian · 13 years ago
  22. 1d8db49 [analyzer] Rework both constraint managers to handle mixed-type comparisons. by Jordy Rose · 13 years ago
  23. d3b6d99 [analyzer] Add an abstraction for the bit width and signedness of an APSInt. No functionality change. by Jordy Rose · 13 years ago
  24. 258796e Add missing 'y'. by Rafael Espindola · 13 years ago
  25. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 13 years ago
  26. 51a31ca [analyzer] Fixup for r155244: PurgeDeadSymbols should subclass StmtPoint by Anna Zaks · 13 years ago
  27. 00f3c4f Fixes resolution of relative paths when running clang tools. by Manuel Klimek · 13 years ago
  28. 0265555 Fixed UserDefinedLiteral source locations. by Abramo Bagnara · 13 years ago
  29. b8590f3 When we suppress an error due to SFINAE, stash the diagnostic away with the by Richard Smith · 13 years ago
  30. 1348967 Change how we suppress access control in explicit instantiations by John McCall · 13 years ago
  31. 3f152e6 There is no reason for these methods to be out-of-line. by John McCall · 13 years ago
  32. 9257664 Refactor DelayedDiagnostics so that it keeps diagnostics in by John McCall · 13 years ago
  33. d079abf A union can have a constexpr defaulted default constructor, if it has an by Richard Smith · 13 years ago
  34. 3b29436 Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important by Rafael Espindola · 13 years ago
  35. cab42cd Put the availability warnings in a group. by Rafael Espindola · 13 years ago
  36. d0f709e Simple typo fix (syntex to syntax). Fixes PR12735 by Aaron Ballman · 13 years ago
  37. 86b32fd Revert r156141 (making RecursiveASTVisitor data recursive). It is causing clang to blow up in memory usage on -O2 when compiling itself, by Ted Kremenek · 13 years ago
  38. 7ad5c99 Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. by Argyrios Kyrtzidis · 13 years ago
  39. 27a0097 Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNameAsCString by Argyrios Kyrtzidis · 13 years ago
  40. ab41fe9 Move Sema::VerifyIntegerConstantExpression() and by Douglas Gregor · 13 years ago
  41. 85d87df Explicitly model capturing variables for blocks in the static analyzer. Fixes <rdar://problem/11125868>. by Ted Kremenek · 13 years ago
  42. 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 13 years ago
  43. 95da181 Add more comments for Lexer::makeFileCharRange. by Argyrios Kyrtzidis · 13 years ago
  44. 51603be Synchronize the representations of DeclarationName and Selector so by Douglas Gregor · 13 years ago
  45. 12dcc64 [PCH] Use DenseMap instead of std::map to keep track of SwitchCases. by Argyrios Kyrtzidis · 13 years ago
  46. 6a26e2e Move Sema::RequireNonAbstractType() off of PartialDiagnostic. by Douglas Gregor · 13 years ago
  47. f502d8e Switch RequireLiteralType() off of PartialDiagnostic. by Douglas Gregor · 13 years ago
  48. d10099e Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 13 years ago
  49. 392da48 Fix handling of wint_t - we can't assume wint_t is purely an integer promotion of wchar_t - they may differ in signedness. by James Molloy · 13 years ago
  50. fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 13 years ago
  51. b88acb0 [PCH] Really, pinky swear, fix for PR12689 by Argyrios Kyrtzidis · 13 years ago
  52. 4ed5782 Make RecursiveASTVisitor fully data recursive on Stmts, with by Argyrios Kyrtzidis · 13 years ago
  53. aca0ac5 [analyzer] Allow pointers escape through calls containing callback args. by Anna Zaks · 13 years ago
  54. d964d63 Fix non-deterministic iteration order when walking the specializations by Chandler Carruth · 13 years ago
  55. 82047c1 Inline DenseMapInfo<clang::DeclarationName>::getHashValue() for a 0.4% speedup on <rdar://problem/11004361> by Douglas Gregor · 13 years ago
  56. 514d3b6 Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths and by Douglas Gregor · 13 years ago
  57. d54dff0 [PCH] When validating that the files coming from PCH did not change, also by Argyrios Kyrtzidis · 13 years ago
  58. 487eed6 Remove diagnostic groups and DefaultIgnore from notes. by Richard Smith · 13 years ago
  59. e0d3b4c Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between by Richard Smith · 13 years ago
  60. d39d23e Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of these by Richard Smith · 13 years ago
  61. 3144749 In StringLiteralParser::init, make sure we emit an error when by Argyrios Kyrtzidis · 13 years ago
  62. 975eef6 objective-c: warn for properties being default synthesized by Fariborz Jahanian · 13 years ago
  63. 0cf3c0e Correctly constify clang::CXXMemberCallExpr::getRecordDecl() by David Blaikie · 13 years ago
  64. baeaa9a [analyzer] Add a complexity bound on history tracking. by Anna Zaks · 13 years ago
  65. 82129e2 Add commas to for loop warning to separate variable names. by Richard Trieu · 13 years ago
  66. a058fd4 Revert most of r154844, which was disabled in r155975. Keep around the by Richard Smith · 13 years ago
  67. 914edfb Fix some doxycomments using \class instead of \brief. by David Blaikie · 13 years ago
  68. 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 13 years ago
  69. 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 13 years ago
  70. 0639c8b Fix same line doxycomments so they comment the adjacent field. by David Blaikie · 13 years ago
  71. 184be84 Implement the alternate spellings of attributes aligned (as "align") by Douglas Gregor · 13 years ago
  72. 769aa2d Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 13 years ago
  73. 3ecafe4 Don't try to instantiate std::list at an incomplete type; it's not by John McCall · 13 years ago
  74. c8c2228 Unrevert r155951, reverted in r155962, with two changes: by Richard Smith · 13 years ago
  75. b51c7f3 Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they" by Andrew Trick · 13 years ago
  76. ff310c7 Eliminate Sema::CompareMethodParamsInBaseAndSuper() entirely, by by Douglas Gregor · 13 years ago
  77. 8722ae8 The semantic checking that verifies whether an Objective-C method by Douglas Gregor · 13 years ago
  78. e4c043d Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. by Eli Friedman · 13 years ago
  79. e3ba298 Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they by Richard Smith · 13 years ago
  80. e2241cb [analyzer] Construct a SymExpr even when the constraint solver cannot by Anna Zaks · 13 years ago
  81. 10601a3 Revert r155933 by Douglas Gregor · 13 years ago
  82. edb45f0 Diagnostics should start with a lower-case letter. by Patrick Beard · 13 years ago
  83. d53f697 Fix CMake build by Douglas Gregor · 13 years ago
  84. 8165605 Implement simplify_type traits for redecl_iterator. by David Blaikie · 13 years ago
  85. c5713cf Get rid of storelv4si builtin as it can be expressed directly. This is general by Chad Rosier · 13 years ago
  86. bfd7a52 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 13 years ago
  87. 441c623 Add support for laying out vtordisps according to our current by John McCall · 13 years ago
  88. a12f84d Fix compilation with mingw-w64. by Abramo Bagnara · 13 years ago
  89. 08c88db Place several uncovered warnings under warning flags, and tweak diagnostic output including the term "gc" (in lowercase). by Ted Kremenek · 13 years ago
  90. 9222cad Remove the unused DestroyAttrs, noticed by Michael Han. by Douglas Gregor · 13 years ago
  91. b46d30f Move warn_cxx0x_right_shift_in_template_arg to CXX11Compat group, from by Douglas Gregor · 13 years ago
  92. bd4fa45 Remove ref/value inconsistency in redecl_iterator. by David Blaikie · 13 years ago
  93. aa54986 Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this' by Richard Smith · 13 years ago
  94. 0e22a9f For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. by Argyrios Kyrtzidis · 13 years ago
  95. 4548ca2 Store the source range of a CXXOperatorCallExpr in the Expr object instead of by Argyrios Kyrtzidis · 13 years ago
  96. 2c0abf4 Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. by David Blaikie · 13 years ago
  97. 694e796 Add -Wloop-analysis. This warning will fire on for loops which the variables by Richard Trieu · 13 years ago
  98. de88246 Restore paren, bracket and brace counts in parser when by Douglas Gregor · 13 years ago
  99. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 13 years ago
  100. 2980383 Correct CFGBlock's front() and back() to return by const ref rather than value. by David Blaikie · 13 years ago