1. 6c95787 Constant expression evaluation: support for constexpr member functions. by Richard Smith · 13 years ago
  2. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  3. c430ef4 PR11148: Fix crash-on-invalid if an invalid member declaration is marked as by Richard Smith · 13 years ago
  4. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  5. 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
  6. 608b402 Update test. by Benjamin Kramer · 13 years ago
  7. a720287 Try to fix an issue on some hosts where the 'lib' in the builtin include by Chandler Carruth · 13 years ago
  8. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  9. a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
  10. b31dd8f Put ext_offsetof_extended_field_designator under the warning flag by Douglas Gregor · 13 years ago
  11. 6b18e74 Don't crash when transforming an ill-formed pseudo-destructor by Douglas Gregor · 13 years ago
  12. 3382f65 Extract the blocks-related ARC tests into their own file. by John McCall · 13 years ago
  13. 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
  14. 3d75ca8 Constant expression evaluation: support for default arguments. by Richard Smith · 13 years ago
  15. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  16. ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
  17. 8b08eb3 [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 13 years ago
  18. a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
  19. 90f7b62 objc: Don't crash on missing @interface decl. // rdar://10415026 by Fariborz Jahanian · 13 years ago
  20. af9b5e9 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 13 years ago
  21. f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
  22. 4219c66 This test isn't portable to non-x86 platforms; specify a triple. by Eli Friedman · 13 years ago
  23. 5b0c519 Mark the overloaded atomic builtins as having custom type checking, by Douglas Gregor · 13 years ago
  24. ae7c25d [arcmt] Now that properties are strong by default, avoid adding redundant '(strong)' by Argyrios Kyrtzidis · 13 years ago
  25. 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
  26. 9da2352 Fix the layout of vb-tables and vf-tables in the MS C++ ABI. by John McCall · 13 years ago
  27. 63cf68a TypePrinter: print OpenCL address space names. Patch by Richard by Peter Collingbourne · 13 years ago
  28. aa9aa3b Some tests missed from r144056. by Richard Smith · 13 years ago
  29. 7cfd7fe [arcmt] When we already removed a __weak, don't try to change it to __unsafe_unretained by Argyrios Kyrtzidis · 13 years ago
  30. db1822c Fix a cluster of related issues involving value-dependence and constant by Richard Smith · 13 years ago
  31. dc4df51 There are some crazy cases that LookupMethodInReceiverType by John McCall · 13 years ago
  32. 66f8571 constexpr: static data members declared constexpr are required to have an by Richard Smith · 13 years ago
  33. 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
  34. 8da270e Remove test with int128 printing since it breaks on some platforms. by Richard Trieu · 13 years ago
  35. 21adcf3 Add missing part of test by Douglas Gregor · 13 years ago
  36. 66e8700 ASTConsumer::handleTopLevelDecl will end up getting called for by Douglas Gregor · 13 years ago
  37. a33849b [arcmt] Fix handling NSMakeCollectable inside an objc method. by Argyrios Kyrtzidis · 13 years ago
  38. b0e1e12 [arcmt] In GC, handle (assign) @properties. by Argyrios Kyrtzidis · 13 years ago
  39. 11cbe2a Add support for printing integer literals of type short, unsigned short, by Richard Trieu · 13 years ago
  40. 12192cf [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied by Argyrios Kyrtzidis · 13 years ago
  41. 5cad822 When applying ARC __weak to a non-objc pointer, do not give error that by Argyrios Kyrtzidis · 13 years ago
  42. 2c1227c Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  43. efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago
  44. cc5d4f6 Constant expression evaluation: support for arrays. by Richard Smith · 13 years ago
  45. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  46. 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 13 years ago
  47. 921da24 Move tests to the appropriate directory to match the spec hierarchy. by David Blaikie · 13 years ago
  48. cd68992 Allow constexpr variables' initializers to be folded in C++11 mode. This by Richard Smith · 13 years ago
  49. 280b4ad [arcmt] In GC, error for __strong/__weak on non-objc pointers. by Argyrios Kyrtzidis · 13 years ago
  50. 17ac319 [arcmt] In GC, clear redundant __strong's. by Argyrios Kyrtzidis · 13 years ago
  51. fc8205e test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876. by NAKAMURA Takumi · 13 years ago
  52. 00c2877 test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating. by NAKAMURA Takumi · 13 years ago
  53. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  54. 5b898cc This test was assuming that /usr/include was in the system header search by Chandler Carruth · 13 years ago
  55. 997a1c0 XFAIL crash-cleanup.c only on Darwin and msys. by Peter Collingbourne · 13 years ago
  56. de7a500 XFAIL test until Peter has a chance to investigate. by Chad Rosier · 13 years ago
  57. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  58. df0a4c3 Switch Lit to directly query the driver for the builtin inclue path. by Chandler Carruth · 13 years ago
  59. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  60. b40fd3f Teach lit to ask the Clang it is running what version string to use by Chandler Carruth · 13 years ago
  61. 292da56 Compute the path properly on different platforms. Specifically, compute by Chandler Carruth · 13 years ago
  62. 0cad538 Change this test to reflect the state we are moving in. The Clang by Chandler Carruth · 13 years ago
  63. 129d924 Switch these two tests to use the Clang driver instead of CC1. They want by Chandler Carruth · 13 years ago
  64. 044a790c Teach Lit to pass the CC1 invocation the builtin include directory. This by Chandler Carruth · 13 years ago
  65. 32bae37 Fix vector macros to correctly check argument types. <rdar://problem/10261670> by Bob Wilson · 13 years ago
  66. 83ea3bd tests: Remove some stray and unused -cc1 flags. These tests appear to be written by Daniel Dunbar · 13 years ago
  67. cb3194f Fix test so that it XFAILs consistently. by Eli Friedman · 13 years ago
  68. 6a9065a Per discussion with John McCall, don't add OpaqueValueExprs to the CFG. by Ted Kremenek · 13 years ago
  69. 1fe4203 [arcmt] In GC, error out when there is a call that returns a pointer to by Argyrios Kyrtzidis · 13 years ago
  70. 033be8b Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. by Devang Patel · 13 years ago
  71. 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago
  72. 03ea52f Revert r143551. It is causing g++.dg/template/crash52.C test failure. by Devang Patel · 13 years ago
  73. 3b25216 objc: fixed enum type is supported in objc mode. by Fariborz Jahanian · 13 years ago
  74. 545d1bb Clean up C++11 constant expression testing. by Richard Smith · 13 years ago
  75. e71eb23 Add new test. by Devang Patel · 13 years ago
  76. c915bc9 Add new test. by Devang Patel · 13 years ago
  77. e7ef855 [arcmt] For GC, cleanup and turn -finalize to -dealloc. by Argyrios Kyrtzidis · 13 years ago
  78. 81eecde [arcmt] In GC, error for use of CFMakeCollectable because it will leak the by Argyrios Kyrtzidis · 13 years ago
  79. 0d579b6 In C++ keep unavailable function calls in the AST, like in C/ObjC. by Argyrios Kyrtzidis · 13 years ago
  80. e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 13 years ago
  81. 0a3bdb6 Constant expression evaluation: track the manner in which an lvalue was written, by Richard Smith · 13 years ago
  82. 74f4634 Constant expression evaluation: although we don't know whether a literal will by Richard Smith · 13 years ago
  83. 1bb94a4 Fix alignment on alloca's for parameters using ABIArgInfo::Expand. by Eli Friedman · 13 years ago
  84. ddfb8d1 Fix the alignment on scalar parameter variables so that it matches what the AST thinks it should be. Per report on cfe-dev. by Eli Friedman · 13 years ago
  85. e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 13 years ago
  86. 2c62864 Force test to use the non-fragile ABI by Douglas Gregor · 13 years ago
  87. ea0e4e8 [libclang] Make sure pointing inside the #include of the fields will return the struct. by Argyrios Kyrtzidis · 13 years ago
  88. dc35aac [libclang] Add a test for "targeting" a field inside an #include that only by Argyrios Kyrtzidis · 13 years ago
  89. f3c0286 Extend IsSimplyAccessible to check for Objective-C instance variable by Douglas Gregor · 13 years ago
  90. fb35e8f When we're checking a friend function template in an out-of-line class by Douglas Gregor · 13 years ago
  91. dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  92. 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  93. 3dd0f76 Test code completion for constructor initializers within the class by Douglas Gregor · 13 years ago
  94. ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 13 years ago
  95. c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 13 years ago
  96. 0b1beb7 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  97. 3b694fa Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. by Bob Wilson · 13 years ago
  98. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
  99. 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
  100. 2d950b1 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 13 years ago