1. 8f7d64b Remove tgmath.h from the module map for now, because it currently causes a by Douglas Gregor · 13 years ago
  2. 3c267e6 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
  3. 7fc8003 [analyzer] Rename the checker as per Ted's comment. Remove the reference by Anna Zaks · 13 years ago
  4. ce3aa39 Disable "non literal format string" for NSString that result from a macro expansion. by Jean-Daniel Dupas · 13 years ago
  5. 304e6f1 [analyzer] Make osx.cocos.CFContainersSyntax a default checker. by Anna Zaks · 13 years ago
  6. ba0e318 Fix typo spotted by Sebastian. Thanks! by Douglas Gregor · 13 years ago
  7. 0c8731a Per discussion on cxx-abi-dev, don't drop leading zeroes from the by John McCall · 13 years ago
  8. 013b366 SmallBitVectorize the deduced parameter set. by Benjamin Kramer · 13 years ago
  9. e29cdeb Fix yet another issue introduced when renaming '-ccc-host-triple' to by Chandler Carruth · 13 years ago
  10. 30c5f14 Remove long dead code for handling vector shift by immediate builtins. by Craig Topper · 13 years ago
  11. 34269df Update on format attribute handling. by Jean-Daniel Dupas · 13 years ago
  12. 79a64c7 Remove custom handling for cmpsd/cmpss/cmppd/cmpps builtins. The builtins are now in IntrinsicsX86.td. by Craig Topper · 13 years ago
  13. f8495d6 Cleanup 3dnow builtin handling. Most of them were already handled by LLVM connecting intrinsics and builtins in IntrinsicsX86.td. by Craig Topper · 13 years ago
  14. af5f550 [analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex. by Anna Zaks · 13 years ago
  15. e727d21 Introduce TargetInfo::hasFeature() to query various feature names in by Douglas Gregor · 13 years ago
  16. 89f4283 Simplify code by using the new getAggregateElement method that got added by Chris Lattner · 13 years ago
  17. dc58aa7 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 13 years ago
  18. add5adb CMake: Promote the testing targets out of folders on IDE. by NAKAMURA Takumi · 13 years ago
  19. ebb1004 Just disable the compiler-builtins module test on MSVC for now by Douglas Gregor · 13 years ago
  20. 8101c7f Teach tgmath.h to only include <complex.h> if it's available. by Douglas Gregor · 13 years ago
  21. 0fcba56 Try to get useful diagnostics out of the failing MSVC builders by Douglas Gregor · 13 years ago
  22. e5c9e09 Alternate fix to the modules failures that doesn't require us to tweak tgmath.h by Douglas Gregor · 13 years ago
  23. 5ad2649 If there's no math.h, then tgmath.h should just be empty by Douglas Gregor · 13 years ago
  24. fe225e4 Temporary disable the -verify on this test in the hope of getting some useful output from the buildbots by Douglas Gregor · 13 years ago
  25. 3e80d8a Introduce a module map for (some of) the compiler-supplied by Douglas Gregor · 13 years ago
  26. 4e1524b revert r149184 by Fariborz Jahanian · 13 years ago
  27. 52f1272 Switch over to LLVM's file-level locking facility by Douglas Gregor · 13 years ago
  28. c6d626b Update line numbers. Sigh by Douglas Gregor · 13 years ago
  29. a007431 Also require a proper shell by Douglas Gregor · 13 years ago
  30. 85ae12d Ensure that we clean up after a failed module build and cope with the by Douglas Gregor · 13 years ago
  31. c5b2e58 Implement code completion support for module import declarations, e.g., by Douglas Gregor · 13 years ago
  32. e434ec7 Rework HeaderSearch's interface for getting a module from a name and by Douglas Gregor · 13 years ago
  33. 8f95cb3 Test module lookup within a subdirectory of a normal include directory. by Douglas Gregor · 13 years ago
  34. 77fe6cd When emitting an ARC epilogue that looks like a return of 'self', by John McCall · 13 years ago
  35. f48f796 Get a little bit smarter about killing off the ReturnValue alloca by John McCall · 13 years ago
  36. 4188760 Complain about attempts to use 'protected' visibility on targets by John McCall · 13 years ago
  37. de2fdc2 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
  38. a49a283 Make the __builtin_c[lt]zs builtins target independent. by Benjamin Kramer · 13 years ago
  39. 9f1c49c Use defined-at-zero behavior for CLZ/CTZ builtins on PowerPC. by Bob Wilson · 13 years ago
  40. c35fb7d StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. by Benjamin Kramer · 13 years ago
  41. bd2b6f0 Added tests for template keyword presence. by Abramo Bagnara · 13 years ago
  42. 82e6411 DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool, by Argyrios Kyrtzidis · 13 years ago
  43. 394f7b6 Allow the external AST source to provide a layout without specifying by Douglas Gregor · 13 years ago
  44. 5faf5d3 Remove the "C" in "implicitly declaring C library function" diagnostic by Jean-Daniel Dupas · 13 years ago
  45. a1f1fad Introduce module attributes into the module map grammar, along with a by Douglas Gregor · 13 years ago
  46. e4b9276 Added source location for the template keyword in AST template-id expressions. by Abramo Bagnara · 13 years ago
  47. 69d5384 Remove redundant checks. by Jean-Daniel Dupas · 13 years ago
  48. fad03b7 Avoid redundant NNS qualification in constructor/destructor names. by Abramo Bagnara · 13 years ago
  49. 8b4f2b7 Add test for -Wno-everything. by Argyrios Kyrtzidis · 13 years ago
  50. 11583c7 Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having by Argyrios Kyrtzidis · 13 years ago
  51. 97a9cf3 In FixItRecompile::BeginInvocation() reset the diagnostics before executing by Argyrios Kyrtzidis · 13 years ago
  52. cff9f26 Reimplement (de-)serialization of Objective-C categories to eliminate by Douglas Gregor · 13 years ago
  53. 6895a64 Be sure to emit delayed diagnostics after parsing the declaration by John McCall · 13 years ago
  54. 745f514 constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr by Richard Smith · 13 years ago
  55. 30ae84c In FixItRecompile::BeginInvocation(), check the return value of BeginSourceFile(). by Argyrios Kyrtzidis · 13 years ago
  56. ba4be25 Placate gcc's -Wreturn-type by Matt Beaumont-Gay · 13 years ago
  57. a5fde15 test/Driver/prefixed-tools.c: Disable this on win32 hosts, msvc and mingw. by NAKAMURA Takumi · 13 years ago
  58. 5701e97 test/Driver/prefixed-tools.c: Fix newline at end-of-file. by NAKAMURA Takumi · 13 years ago
  59. 0fa0638 Turn off implicit truncation warning for compound assignment to bitfields; it might be reasonable in some cases, but it clearly doesn't make sense in some cases, like the included testcase. by Eli Friedman · 13 years ago
  60. 71d9d5c Teach ccc-analyzer about -fobjc-abi-version. by Ted Kremenek · 13 years ago
  61. 3a643af Make the bitfield implicit truncation warning slightly more aggressive, and make the printed warning a bit more accurate. The new behavior matches gcc's -Wconversion. <rdar://problem/10238797>. by Eli Friedman · 13 years ago
  62. 1bd9137 Remove the ToolTriple logic in NetBSD, which was completely broken by by Joerg Sonnenberger · 13 years ago
  63. 8b30a93 Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455 by Bob Wilson · 13 years ago
  64. 66de97f Remove obviously incorrect branch. by Joerg Sonnenberger · 13 years ago
  65. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
  66. 8bef823 Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. by Ted Kremenek · 13 years ago
  67. bbdfad5 objc-arc: introduce -no-finalize-removal which in gc mode, by Fariborz Jahanian · 13 years ago
  68. e8c904f Don't suppress access-control or invalid-type diagnostics from a by John McCall · 13 years ago
  69. b9cd498 Try harder to get X7 defined by Douglas Gregor · 13 years ago
  70. 4fe19b5 Change HasMutableFields to HasOnlyCMembers and consider that a tag inside by Argyrios Kyrtzidis · 13 years ago
  71. ed0cc22 Don't separately serialize the list of instance variables in an by Douglas Gregor · 13 years ago
  72. a2a5028 Force layout of more of the unions and structures in this test by Douglas Gregor · 13 years ago
  73. 4196363 objc: 'id' and block pointer compare in mergeTypes is by Fariborz Jahanian · 13 years ago
  74. 5fe3122 AST/ExprConstant.cpp: Silence a warning on ms cl.exe. "bool" does not prefer to be compared to integer. by NAKAMURA Takumi · 13 years ago
  75. 1366392 Suppress any warnings from this test. They aren't interesting, and they by Chandler Carruth · 13 years ago
  76. 453dbcb Extend the ExternalASTSource interface to allow the AST source to by Douglas Gregor · 13 years ago
  77. 5b78a24 Use createRecordFwdDecl here since that's what we're doing. by Eric Christopher · 13 years ago
  78. 1c081d9 Revert previous patch unifying all of the C++ record prep in one area, by Eric Christopher · 13 years ago
  79. f8de042 Fix a minor bug in r148582, which made -ccc-host-triple into an alias option. by Bob Wilson · 13 years ago
  80. 3ee8c91 Remove another duplicated variable. by Eric Christopher · 13 years ago
  81. f2e4cd7 constexpr: evaluate (bool)&x as true when x is a local variable or a temporary. by Richard Smith · 13 years ago
  82. 98b940b Remove the headers now that ::close() is not used. by Argyrios Kyrtzidis · 13 years ago
  83. c8af910 In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor by Argyrios Kyrtzidis · 13 years ago
  84. f81263f [analyzer] The CFContainer test should only be run on x86_64. by Anna Zaks · 13 years ago
  85. 0277039 Rewrite/FrontendActions.cpp: Tweak to unbreak msvc. by NAKAMURA Takumi · 13 years ago
  86. c01dfc1 Revert r148249: "Make the auto-detection hack for the iOS simulator set the target triple correctly." by Bob Wilson · 13 years ago
  87. b4ab843 Improve efficiency of Sema::MaybeBindToTemporary by working with the by Peter Collingbourne · 13 years ago
  88. 95b68f9 Simplify {Record,Enum}Type::classof. by Peter Collingbourne · 13 years ago
  89. e26198c Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are built by Peter Collingbourne · 13 years ago
  90. 516bbd4 Use function pointers, rather than references, to pass Destroyers by Peter Collingbourne · 13 years ago
  91. 24466d8 Add missing include of <unistd.h> by Douglas Gregor · 13 years ago
  92. e41b041 Add an additional testcase for a lambda with implicit void return type. by Eli Friedman · 13 years ago
  93. 8ec2bc8 Post link to checker-260, which is checker-259 with some experimental checks enabled. by Ted Kremenek · 13 years ago
  94. 84b007f Refactor to share code for handling return statements between lambda expressions and block literals. As it turns out, almost all the logic can be shared. by Eli Friedman · 13 years ago
  95. 61d679a Introduce 3 new fixit options: by Argyrios Kyrtzidis · 13 years ago
  96. 7a776be fix to go along with an llvm change: VMCore now returns an UndefValue by Chris Lattner · 13 years ago
  97. 8dc0506 Enable several checkers under --analyze for general testing. by Ted Kremenek · 13 years ago
  98. de983d8 Tidy and remove some unused variables. by Eric Christopher · 13 years ago
  99. 426fc94 Fix our handling of #pragma GCC visibility. by Rafael Espindola · 13 years ago
  100. 027cb30 Collect this information together. No reason to have it split. by Eric Christopher · 13 years ago