1. 7e2a01e clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure. by NAKAMURA Takumi · 12 years ago
  2. be8becc clang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES: shell". by NAKAMURA Takumi · 12 years ago
  3. d57f52c Clean up r156925, so that we only mark the capturing DeclRefExpr of a by Douglas Gregor · 12 years ago
  4. 29a93f8 Fix code generation of variables reference expressions when mixing by Douglas Gregor · 12 years ago
  5. d0792de Fix ASTReader handling of ImportDecls, from Meador Inge! by Douglas Gregor · 12 years ago
  6. e337cba [analyzer] Fix RUN lines for old XFAIL tests, one of which actually works. by Jordy Rose · 12 years ago
  7. 43d9f0d [analyzer] Convert many existing tests to use clang_analyzer_eval. by Jordy Rose · 12 years ago
  8. 93a9d82 [analyzer] Introduce clang_analyzer_eval for regression test constraint checks. by Jordy Rose · 12 years ago
  9. 3940ce8 Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long! by Douglas Gregor · 12 years ago
  10. def0762 Include the correct conversion context locations for condition expressions. by David Blaikie · 12 years ago
  11. 797105a Fix the visibility of instantiations of static data members. Fixes pr12835. by Rafael Espindola · 12 years ago
  12. 0773659 [objcmt] Accept char arrays for rewriting to @() syntax. by Argyrios Kyrtzidis · 12 years ago
  13. f1db0c9 [analyzer] Add a test for dead stores, which uses OpaqueValExpr. by Anna Zaks · 12 years ago
  14. 9abf88c objective-c: perform strict type checking on property by Fariborz Jahanian · 12 years ago
  15. 5ec351c [analyzer] Fix a regression in ObjCUnusedIVars checker. by Anna Zaks · 12 years ago
  16. 7fe103c [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: by Argyrios Kyrtzidis · 12 years ago
  17. 9fb1ac5 Don't warn when NULL is used within a macro but its conversion is outside a macro. by David Blaikie · 12 years ago
  18. 8f0a7e7 If we see a declaration which is either missing a type or has a malformed type, by Richard Smith · 12 years ago
  19. 827adaf Don't use the implicit int rule for error recovery in C++. Instead, try to by Richard Smith · 12 years ago
  20. 04e326b Add the Objective-C runtime linking arguments after user-specified by Douglas Gregor · 12 years ago
  21. 89deb3f Add documentation about boxing enum types and a codegen test to make by Argyrios Kyrtzidis · 12 years ago
  22. 0d578a6 [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax. by Argyrios Kyrtzidis · 12 years ago
  23. f5343ff Allow objc @() syntax for enum types. by Argyrios Kyrtzidis · 12 years ago
  24. 63d9f3c Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. by Bob Wilson · 12 years ago
  25. 7441471 objc: avoid duplicate diagnostics on certain type mismatches by Fariborz Jahanian · 12 years ago
  26. dc3eb6a Remove word 'block' from option and diagnostic I added in r156825. by Fariborz Jahanian · 12 years ago
  27. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
  28. 8f674a8 objective-c nonfragile abi: discourage ivar declarations by Fariborz Jahanian · 12 years ago
  29. 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 12 years ago
  30. c608c3c Further improvement to wording of overload resolution diagnostics, and including by Richard Smith · 12 years ago
  31. 6314db9 PR12798: Don't drop part of the nested name specifier when instantiating a by Richard Smith · 12 years ago
  32. 455e3e1 Test file I forgot to 'svn add' in r156802. by Richard Smith · 12 years ago
  33. dbbeccc PR12826: Converting an lvalue to an xvalue is a no-op conversion, not an lvalue-to-rvalue conversion. by Richard Smith · 12 years ago
  34. 3003e1d Fold the six functions checking explicitly-defaulted special member functions by Richard Smith · 12 years ago
  35. 4b50263 Change the mangling of a ref-qualifier on a function type so that by John McCall · 12 years ago
  36. 20119a8 [objcmt] When rewriting to subscripting syntax, make sure we put by Argyrios Kyrtzidis · 12 years ago
  37. 0cd00be objc: allow typedef'ing an id to a pointer to a c-struct only. by Fariborz Jahanian · 12 years ago
  38. 2375677 Recover properly from a redundant 'typename' before a non-nested name. This is by Richard Smith · 12 years ago
  39. 45246a7 [analyzer] Fix a crash in templated code which uses blocks. by Anna Zaks · 12 years ago
  40. 5dfced8 Slightly generalize FileCheck patterns to unbreak -Asserts builds. by Richard Smith · 12 years ago
  41. 055b395 [objcmt] When rewriting to array/dictionary literals, add an explicit by Argyrios Kyrtzidis · 12 years ago
  42. 13ec910 Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the by Richard Smith · 12 years ago
  43. 2ba542c Teach the driver on Linux to respect -nodefaultlibs. by Chandler Carruth · 12 years ago
  44. 6e4244e [analyzer] strncpy: Special-case a length of 0 to avoid an incorrect warning. by Jordy Rose · 12 years ago
  45. 9d6ca8a Test for -fdebugger-objc-literal: missing methods should be generated like missing classes. by Jordy Rose · 12 years ago
  46. 420efd8 Produce a warning for mismatched section attributes. Completest pr9356. by Rafael Espindola · 12 years ago
  47. 6565b8a We were already passing the case in pr9356. Add it to attributes.c to make by Rafael Espindola · 12 years ago
  48. ee409a9 Add support for __attribute__((hot)) and __attribute__((cold)). by Benjamin Kramer · 12 years ago
  49. f113940 [analyzer] Test case: p->x is the same as p[0].x. (PR7297) by Jordy Rose · 12 years ago
  50. 3eda6fa Only check NSArray/NSDictionary boxing method params once. by Jordy Rose · 12 years ago
  51. 99446d9 Don't crash on boxed strings when +stringWithUTF8String: is missing. by Jordy Rose · 12 years ago
  52. 70fdbc3 [analyzer] RetainCountChecker: track ObjC boxed expression objects. by Jordy Rose · 12 years ago
  53. 58715da [analyzer] Test variable modified types. by Anna Zaks · 12 years ago
  54. 297ca45 [analyzer] Test objC boxing. by Anna Zaks · 12 years ago
  55. 72b74aa [analyzer] Add buffer overflow test case. by Anna Zaks · 12 years ago
  56. b2749b1 Make sure that we recognize __attribute__((align)) as a synonym for by Douglas Gregor · 12 years ago
  57. 2f68ca0 When diagnosing inaccessible temporary destructors in decltype expressions, use by Richard Smith · 12 years ago
  58. e2c6066 Merge branch 'format-string-braced-init' by Matt Beaumont-Gay · 12 years ago
  59. 91338cf Coerce byval aggregate arguments to integers whose size matches the integer by Akira Hatanaka · 12 years ago
  60. df87558 The Lexer constructor expects a source location at the start of the by Argyrios Kyrtzidis · 12 years ago
  61. 8aeb147 Fix handling of vector return types. by Akira Hatanaka · 12 years ago
  62. f7b8056 PR11857: When the wrong number of arguments are provided for a function by Richard Smith · 12 years ago
  63. 79993dc Add a test case for going through typedefs until we reach "BOOL", that NSAPI::isObjCTypedef() is doing. by Argyrios Kyrtzidis · 12 years ago
  64. bf9da1f Fix a recent regression with the merging of format attributes. by Rafael Espindola · 12 years ago
  65. 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 12 years ago
  66. b3b1ae8 [analyzer] Exit early if constraint solver is given a non-integer symbol by Anna Zaks · 12 years ago
  67. edd2760 Don't crash when using objc boxed expression with parsing error. by Argyrios Kyrtzidis · 12 years ago
  68. 66c44e7 [preprocessor] Make sure that MacroExpands callbacks are always in source order. by Argyrios Kyrtzidis · 12 years ago
  69. 4abe3d3 Test for previously checked in patch. // rdar://11374235 by Fariborz Jahanian · 12 years ago
  70. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 12 years ago
  71. dd44f34 Warn about visibility attributes in typedefs. by Rafael Espindola · 12 years ago
  72. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 12 years ago
  73. 88feba0 [analyzer] Do not highlight the range of the statement in case of leak. by Anna Zaks · 12 years ago
  74. 1de6a6c objective-c. Fixes a 'fixit' where location of by Fariborz Jahanian · 12 years ago
  75. 060ddb0 hopefully fix a bunch of ARM buildbot failures by Nuno Lopes · 12 years ago
  76. f6278e5 Pull some cases of initialization with self-reference warnings out of by Richard Trieu · 12 years ago
  77. a971d24 Push the knowledge that we are parsing a type-id/type-name further into the by Richard Smith · 12 years ago
  78. f63eee7 Stop AltiVec parsing from going down the 'implicit int' codepath as part of its by Richard Smith · 12 years ago
  79. 50e8a27 Pass a target triple explicitly to check platform specific macros definitions. by Simon Atanasyan · 12 years ago
  80. 78e63f1 Update test case for new default of 3.0 by Chad Rosier · 12 years ago
  81. 87ca558 [driver] Use the iOS target triple to infer the deployment target. by Chad Rosier · 12 years ago
  82. c44c0e4 [libclang] Add a test for objc boxed expressions. by Argyrios Kyrtzidis · 12 years ago
  83. caa62af [analyzer] Allow pointers to escape through selector callbacks. by Anna Zaks · 12 years ago
  84. ec5a7fc Remove this test again which fails the build-bot for reasons yet unknown to me. by Fariborz Jahanian · 12 years ago
  85. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 12 years ago
  86. 4c4cc16 Re-add test for // rdar://11374235 by Fariborz Jahanian · 12 years ago
  87. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 12 years ago
  88. 08a9ae9 update calls to objectsize intrinsic to match LLVM r156473 by Nuno Lopes · 12 years ago
  89. 83a22ec Recover properly if a class member declaration starts with a scope specifier by Richard Smith · 12 years ago
  90. 00e1f6f Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may have a Typedef type, and not always a ConstantArrayType. by Ted Kremenek · 12 years ago
  91. 4493c0a A little tweak to the SFINAE condition reporting. Don't say: by Richard Smith · 12 years ago
  92. 767e9d9 Remove thid test for now. by Fariborz Jahanian · 12 years ago
  93. 7e9f8af Update the SelfReferenceChecker. Refactored some of the visitor methods. by Richard Trieu · 12 years ago
  94. 163d3ce Modern objective-c translation. Translating default by Fariborz Jahanian · 12 years ago
  95. a8f2362 [analyzer] We currently do not fully support CompoundLiterals in by Anna Zaks · 12 years ago
  96. b3198a8 add -fbounds-checking option. by Nuno Lopes · 12 years ago
  97. 4213e38 Having RegionStore lower field bindings to raw offsets, just like ElementRegions. This is a bit by Ted Kremenek · 12 years ago
  98. d1376ee Bind cleanups after doing l2r conversion on the operand of a by John McCall · 12 years ago
  99. 6a2a186 [analyzer] SelfInit: Stop tracking self if it's assigned a value we by Anna Zaks · 12 years ago
  100. 20e181a modern objc translation. objc_getClass() and objc_getMetaClass() by Fariborz Jahanian · 12 years ago