1. fc4b191 In ARC, don't try to reclaim the result of a call to performSelector by John McCall · 13 years ago
  2. 194f06a Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI. by Bob Wilson · 13 years ago
  3. 40f9c30 When rewriting a call to a K&R function to lead to a well-prototyped by John McCall · 13 years ago
  4. 88710f2 A couple fixes for preprocessor expressions: by Eli Friedman · 13 years ago
  5. e164c18 Implements alignment for long long and double types in va_arg on ARM AAPCS. by Rafael Espindola · 13 years ago
  6. 9e6a1ca disable array bounds overflow warning for cases where an array by Chris Lattner · 13 years ago
  7. f23a0ff objective-c rewrite: Fixes rewriting of objective-c collection by Fariborz Jahanian · 13 years ago
  8. e360501 Change the hashing function for DeclContext lookup within an AST file by Douglas Gregor · 13 years ago
  9. aebab72 PR10566: Make sure codegen for deleting an pointer to an incomplete type actually works. by Eli Friedman · 13 years ago
  10. e68b5f1 KeychainAPI checker: only check the paths on which the allocator function returned noErr. (+ minor cleanup) by Anna Zaks · 13 years ago
  11. f57be28 Add a skeleton for the Keychain Services API Checker. Register it as OSX experimental for now. Note, the checker still does not handle tracking of escaped values, taking into account the return value of the allocator functions, nor the actual bug reporting.. by Anna Zaks · 13 years ago
  12. 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 13 years ago
  13. 9d9e3dd Test for // rdar://9846759 by Fariborz Jahanian · 13 years ago
  14. 0bfe83b [libclang] Annotation of parameters that got default args from a previous declarations was by Argyrios Kyrtzidis · 13 years ago
  15. f78c4e5 Introduce a Fix-It for the "missing sentinel" warning, adding an by Douglas Gregor · 13 years ago
  16. d2d8be6 Add code completion to produce "else" blocks after an "if" by Douglas Gregor · 13 years ago
  17. e424470 When producing code completion results for variadic macros, fold the by Douglas Gregor · 13 years ago
  18. 6fa14dd Add the various parameter-passing keywords for Distributed Objects by Douglas Gregor · 13 years ago
  19. 6887614 Turn off __has_feature(is_empty) and __has_feature(is_pod) if the by Douglas Gregor · 13 years ago
  20. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  21. 4eb7522 When complaining about a non-POD second argument to va_arg, use a by Douglas Gregor · 13 years ago
  22. 895d422 Add support for the 'Q' arm memory constraint. by Eric Christopher · 13 years ago
  23. c0a575f Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple by Argyrios Kyrtzidis · 13 years ago
  24. 53afad5 This patch makes the string/character literal tests run in C, by Douglas Gregor · 13 years ago
  25. 93f1322 Fix assertion failure in CodeGen where the input operand to an asm by Peter Collingbourne · 13 years ago
  26. 9aab148 Fix an inconsistency in Sema::ConvertArgumentsForCall in that by Peter Collingbourne · 13 years ago
  27. fefe91e objective-c: warn if implementation of a method in category by Fariborz Jahanian · 13 years ago
  28. a4c7a43 Really remove FlatStoreManager and BasicStoreManager, this time from the driver. Also remove associated tests. Sorry for the messy commits; this is the result of a botched Git merge. by Ted Kremenek · 13 years ago
  29. fc5b21d Remove flat store tests. by Ted Kremenek · 13 years ago
  30. 8829989 [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to be linearized only when used by the static analyzer. This required a rewrite of LiveVariables, and exposed a ton of subtle bugs. by Ted Kremenek · 13 years ago
  31. eea72a9 [analyzer] fix handling of MaterializeTemporaryExpr by binding the result value to by Ted Kremenek · 13 years ago
  32. d5612a2 Add a fixit for removal of unused label. by Anna Zaks · 13 years ago
  33. 7efa0e0 Fix a test case that was intermittently failing. The issue was that instantiations are not stored in an order preserving structure, so the print order may be impacted. Modified test case to do two FileCheck passes to ensure that both instantiations are in the same place. by Richard Trieu · 13 years ago
  34. db33e14 Added basic parsing for all remaining attributes, thread safety by Caitlin Sadowski · 13 years ago
  35. 1d05d42 Another test case for the &/* mismatch fixit. by Anna Zaks · 13 years ago
  36. 6722155 Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). by Anna Zaks · 13 years ago
  37. fdde9e7 Added parsing for guarded_var, pt_guarded_var, lockable, by Caitlin Sadowski · 13 years ago
  38. a26da1a test/Misc/ast-dump-templates.cpp: Disable this temporarily due to unstable output. by NAKAMURA Takumi · 13 years ago
  39. 27f1e7e test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET should accept the part of triplet. ("x86" is not the part of triplet) by NAKAMURA Takumi · 13 years ago
  40. fb72081 Fix a couple of problems with initialization and assignment to by John McCall · 13 years ago
  41. a17f0c4 test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to source tree. by NAKAMURA Takumi · 13 years ago
  42. 65e02fa Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 13 years ago
  43. e1adf81 test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, or they would not be recognized as armv7 on some hosts. by NAKAMURA Takumi · 13 years ago
  44. 886fefa Fix thinko in last checkin. by Eric Christopher · 13 years ago
  45. 95ee667 Remove the need for a header and specify a triple so that the type by Eric Christopher · 13 years ago
  46. 55528b2 Fix this up for clang codegen versus llvm-gcc. by Eric Christopher · 13 years ago
  47. 0b2b766 Fix this test to work for arm and on all platforms. by Eric Christopher · 13 years ago
  48. 5cb3d69 Add template instantiations to the output of -ast-dump. by Richard Trieu · 13 years ago
  49. d3e46dd Add a triple to this test and make sure it passes on arm where it was by Eric Christopher · 13 years ago
  50. 0bbe4b1 Correct the triple here. by Eric Christopher · 13 years ago
  51. 023b592 This works on arm. by Eric Christopher · 13 years ago
  52. 16a91a4 Apparently this does work on arm. by Eric Christopher · 13 years ago
  53. b655803 This was meant to test arm anyhow, make the registers agree with the by Eric Christopher · 13 years ago
  54. 2a077fd Remove this test, it's actually testing something that clang doesn't support. by Eric Christopher · 13 years ago
  55. de86a38 XFAIL this test on ARM. Filed PR10518 to track. by Eric Christopher · 13 years ago
  56. 5dcca66 Remove the optimization option for this test. by Eric Christopher · 13 years ago
  57. 2223441 No one cares about ppc, but make this work for arm and x86 and xfail the rest. by Eric Christopher · 13 years ago
  58. c154ec8 Test for r136294. by Chad Rosier · 13 years ago
  59. 0752403 The lock operand to an @synchronized statement is also by John McCall · 13 years ago
  60. 020972d Forbid address-space-qualified function types, per TR 18037 by Peter Collingbourne · 13 years ago
  61. 8c83031 Fix typo in test. by Eli Friedman · 13 years ago
  62. 91873b7 Make CodeGen for array delete involving incomplete class work without crashing. Should fix regression on g++.dg/init/delete1.C. by Eli Friedman · 13 years ago
  63. 87dd7d9 Make this darwin only for now while investigating to clear up x86_64 by Eric Christopher · 13 years ago
  64. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  65. 6fa8f86 [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111. by Argyrios Kyrtzidis · 13 years ago
  66. 18fd0c6 [arcmt] More automatic transformations and safety improvements; rdar://9615812 : by Argyrios Kyrtzidis · 13 years ago
  67. 990567c Clean up the analysis of the collection operand to ObjC by John McCall · 13 years ago
  68. dfb6ae1 In Microsoft mode, if we are within a templated function and we can't resolve Identifier during BuildCXXNestedNameSpecifier, then extend the SS with Identifier. This will have the effect of resolving Identifier during template instantiation. The goal is to be able to resolve a function call whose nested-name-specifier is located inside a dependent base class. by Francois Pichet · 13 years ago
  69. acc060f Handle different sized wchar_t for windows. by Eric Christopher · 13 years ago
  70. cd6ab8c Use the correct definition for memset. by Eric Christopher · 13 years ago
  71. 7e0afd9 Make this darwin only to simplify the padding calculations per arch. by Eric Christopher · 13 years ago
  72. ef8c79c Re-fix r136172 so it isn't an error; apparently, some people are fond of their undefined behavior. by Eli Friedman · 13 years ago
  73. 0cdb55b This appears to be passing on all hosts. by Eric Christopher · 13 years ago
  74. 1915913 This patch implements as much of the narrowing conversion error specified by by Jeffrey Yasskin · 13 years ago
  75. 3e23d68 Disable the optimization that skips emission of complete, non-virtual by Douglas Gregor · 13 years ago
  76. b056db9 Try a little hack to fix the memset duplication on windows. by Eric Christopher · 13 years ago
  77. 7560b3d Try harder to fix these for windows. by Eric Christopher · 13 years ago
  78. d579a88 Generalize for various build bots. by Eric Christopher · 13 years ago
  79. e33f643 Diagnose trying to delete a pointer to an abstract class with a non-virtual destructor. PR10504. by Eli Friedman · 13 years ago
  80. 0c14190 Rewrite match line to be friendlier to misc buildbots. by Eric Christopher · 13 years ago
  81. 2924da3 Rewrite matching line to be friendlier to misc buildbots. by Eric Christopher · 13 years ago
  82. 041e409 Attempt to rewrite the matching for this test to pacify the windows build bots. by Eric Christopher · 13 years ago
  83. b8f31ac Rework the match here to silence release mode windows buildbots. by Eric Christopher · 13 years ago
  84. c694411 Attempt to generalize this test for release mode buildbots. by Eric Christopher · 13 years ago
  85. c0ecde3 Try to generalize the match to quiet the windows build bot. by Eric Christopher · 13 years ago
  86. e52c914 A couple minor issues with Sema for delete: by Eli Friedman · 13 years ago
  87. 54562ec Use unsigned long long for uint64_t. Fixes part of the windows buildbot. by Eric Christopher · 13 years ago
  88. 3883e66 Migrate most of the rest of test/FrontendC from llvm and migrate by Eric Christopher · 13 years ago
  89. d484040 Adjust check for release mode. by Eric Christopher · 13 years ago
  90. 473506b In ARC we emit an error when compiling: by Argyrios Kyrtzidis · 13 years ago
  91. b025734 Migrate: by Eric Christopher · 13 years ago
  92. bb9d3f1 Migrate CodeGen/2007-03-05-DataLayout.c from test/FrontendC with changes by Eric Christopher · 13 years ago
  93. f1ce4be Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from test/FrontendC with by Eric Christopher · 13 years ago
  94. e6f7536 Migrate CodeGen/2009-09-24-SqrtErrno.c from test/FrontendC with changes by Eric Christopher · 13 years ago
  95. 4ebf229 Migrate CodeGen/2002-03-11-LargeCharInString.c from test/FrontendC and by Eric Christopher · 13 years ago
  96. d9a5459 Add CodeGen/2009-07-15-pad-wchar_t-array.c migrated from test/FrontendC by Eric Christopher · 13 years ago
  97. fd015a5 Migrate wchar-const.c with fixes and FileCheck from llvm/test/FrontendC. by Eric Christopher · 13 years ago
  98. 2760455 Revert r136046 while fixing handling of e.g. &foo[index_one_past_size] by Kaelyn Uhrain · 13 years ago
  99. 8eaefdc Provide fixit for static use of objective-c type by Fariborz Jahanian · 13 years ago
  100. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago