1. dc4df51 There are some crazy cases that LookupMethodInReceiverType by John McCall · 13 years ago
  2. 66f8571 constexpr: static data members declared constexpr are required to have an by Richard Smith · 13 years ago
  3. 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
  4. 8da270e Remove test with int128 printing since it breaks on some platforms. by Richard Trieu · 13 years ago
  5. 21adcf3 Add missing part of test by Douglas Gregor · 13 years ago
  6. 66e8700 ASTConsumer::handleTopLevelDecl will end up getting called for by Douglas Gregor · 13 years ago
  7. a33849b [arcmt] Fix handling NSMakeCollectable inside an objc method. by Argyrios Kyrtzidis · 13 years ago
  8. b0e1e12 [arcmt] In GC, handle (assign) @properties. by Argyrios Kyrtzidis · 13 years ago
  9. 11cbe2a Add support for printing integer literals of type short, unsigned short, by Richard Trieu · 13 years ago
  10. 12192cf [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied by Argyrios Kyrtzidis · 13 years ago
  11. 5cad822 When applying ARC __weak to a non-objc pointer, do not give error that by Argyrios Kyrtzidis · 13 years ago
  12. 2c1227c Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  13. efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago
  14. cc5d4f6 Constant expression evaluation: support for arrays. by Richard Smith · 13 years ago
  15. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  16. 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 13 years ago
  17. 921da24 Move tests to the appropriate directory to match the spec hierarchy. by David Blaikie · 13 years ago
  18. cd68992 Allow constexpr variables' initializers to be folded in C++11 mode. This by Richard Smith · 13 years ago
  19. 280b4ad [arcmt] In GC, error for __strong/__weak on non-objc pointers. by Argyrios Kyrtzidis · 13 years ago
  20. 17ac319 [arcmt] In GC, clear redundant __strong's. by Argyrios Kyrtzidis · 13 years ago
  21. fc8205e test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876. by NAKAMURA Takumi · 13 years ago
  22. 00c2877 test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating. by NAKAMURA Takumi · 13 years ago
  23. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  24. 5b898cc This test was assuming that /usr/include was in the system header search by Chandler Carruth · 13 years ago
  25. 997a1c0 XFAIL crash-cleanup.c only on Darwin and msys. by Peter Collingbourne · 13 years ago
  26. de7a500 XFAIL test until Peter has a chance to investigate. by Chad Rosier · 13 years ago
  27. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  28. df0a4c3 Switch Lit to directly query the driver for the builtin inclue path. by Chandler Carruth · 13 years ago
  29. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  30. b40fd3f Teach lit to ask the Clang it is running what version string to use by Chandler Carruth · 13 years ago
  31. 292da56 Compute the path properly on different platforms. Specifically, compute by Chandler Carruth · 13 years ago
  32. 0cad538 Change this test to reflect the state we are moving in. The Clang by Chandler Carruth · 13 years ago
  33. 129d924 Switch these two tests to use the Clang driver instead of CC1. They want by Chandler Carruth · 13 years ago
  34. 044a790c Teach Lit to pass the CC1 invocation the builtin include directory. This by Chandler Carruth · 13 years ago
  35. 32bae37 Fix vector macros to correctly check argument types. <rdar://problem/10261670> by Bob Wilson · 13 years ago
  36. 83ea3bd tests: Remove some stray and unused -cc1 flags. These tests appear to be written by Daniel Dunbar · 13 years ago
  37. cb3194f Fix test so that it XFAILs consistently. by Eli Friedman · 13 years ago
  38. 6a9065a Per discussion with John McCall, don't add OpaqueValueExprs to the CFG. by Ted Kremenek · 13 years ago
  39. 1fe4203 [arcmt] In GC, error out when there is a call that returns a pointer to by Argyrios Kyrtzidis · 13 years ago
  40. 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
  41. 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago
  42. 03ea52f Revert r143551. It is causing g++.dg/template/crash52.C test failure. by Devang Patel · 13 years ago
  43. 3b25216 objc: fixed enum type is supported in objc mode. by Fariborz Jahanian · 13 years ago
  44. 545d1bb Clean up C++11 constant expression testing. by Richard Smith · 13 years ago
  45. e71eb23 Add new test. by Devang Patel · 13 years ago
  46. c915bc9 Add new test. by Devang Patel · 13 years ago
  47. e7ef855 [arcmt] For GC, cleanup and turn -finalize to -dealloc. by Argyrios Kyrtzidis · 13 years ago
  48. 81eecde [arcmt] In GC, error for use of CFMakeCollectable because it will leak the by Argyrios Kyrtzidis · 13 years ago
  49. 0d579b6 In C++ keep unavailable function calls in the AST, like in C/ObjC. by Argyrios Kyrtzidis · 13 years ago
  50. e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 13 years ago
  51. 0a3bdb6 Constant expression evaluation: track the manner in which an lvalue was written, by Richard Smith · 13 years ago
  52. 74f4634 Constant expression evaluation: although we don't know whether a literal will by Richard Smith · 13 years ago
  53. 1bb94a4 Fix alignment on alloca's for parameters using ABIArgInfo::Expand. by Eli Friedman · 13 years ago
  54. 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
  55. e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 13 years ago
  56. 2c62864 Force test to use the non-fragile ABI by Douglas Gregor · 13 years ago
  57. ea0e4e8 [libclang] Make sure pointing inside the #include of the fields will return the struct. by Argyrios Kyrtzidis · 13 years ago
  58. dc35aac [libclang] Add a test for "targeting" a field inside an #include that only by Argyrios Kyrtzidis · 13 years ago
  59. f3c0286 Extend IsSimplyAccessible to check for Objective-C instance variable by Douglas Gregor · 13 years ago
  60. fb35e8f When we're checking a friend function template in an out-of-line class by Douglas Gregor · 13 years ago
  61. dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  62. 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  63. 3dd0f76 Test code completion for constructor initializers within the class by Douglas Gregor · 13 years ago
  64. ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 13 years ago
  65. c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 13 years ago
  66. 0b1beb7 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  67. 3b694fa Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. by Bob Wilson · 13 years ago
  68. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
  69. 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
  70. 2d950b1 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 13 years ago
  71. cdcc653 [analyzer] BranchNodeBuilder should not generate autotransitions. by Anna Zaks · 13 years ago
  72. 5d8419c When we run into a constructor or destructor that is defined in the by Douglas Gregor · 13 years ago
  73. 0b4072f Fix r143463 to test what it was intended to test. by Richard Smith · 13 years ago
  74. ea9f54a When we see an out-of-line definition of a member class template that by Douglas Gregor · 13 years ago
  75. 65ac598 When constant-folding, don't look at the initializer of a global const variable by Richard Smith · 13 years ago
  76. 344d78d Temporarily disable lvalue-to-rvalue conversions on const pointers while an by Richard Smith · 13 years ago
  77. d4e7e22 [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 13 years ago
  78. 0505321 Find copy constructor needed to copy an rvalue reference by Fariborz Jahanian · 13 years ago
  79. 0bfaf06 Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of code. We will reconsider promoting it back to an error later. by Ted Kremenek · 13 years ago
  80. 87ec9c2 [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 13 years ago
  81. 177dce7 Implement C++11 'constexpr calls must return constant expressions' rule, and by Richard Smith · 13 years ago
  82. cc7a648 Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 13 years ago
  83. 885011b Correct test for additional comment line. by Eli Friedman · 13 years ago
  84. 55a7ba0 Mark test as requiring x86 backend. by Eli Friedman · 13 years ago
  85. 8bb6e9e Don't depend on system includes in test. by Eli Friedman · 13 years ago
  86. d9f5b33 Make test work with ARM C++ ABI. by Eli Friedman · 13 years ago
  87. f12e1b9 Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. by Eli Friedman · 13 years ago
  88. 64f45a2 Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving by Eli Friedman · 13 years ago
  89. 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 13 years ago
  90. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  91. 76852c2 Rework the AST for the initializer of a delegating constructor, so by Douglas Gregor · 13 years ago
  92. d8c4551 Adds IRGen support for captured rvalue references in blocks. by Fariborz Jahanian · 13 years ago
  93. ffbda40 Don't try to fold comparisons between the address of an object and an arbitrary integer constant. Fixes regression from r143334. by Eli Friedman · 13 years ago
  94. 7a420df Add missing lvalue-to-rvalue conversion. by Eli Friedman · 13 years ago
  95. 6a7c94a Refactoring and test for r143360. Support for array rvalue to pointer decay is by Richard Smith · 13 years ago
  96. 56892c1 Improve text of a diagnostic. by Fariborz Jahanian · 13 years ago
  97. eea6480 In x86_64, when calling an Objective-C method that returns a _Complex long double, make sure to use the objc_msgSend_fp2ret function which ensures that the return value will be {0, 0} if the receiver is nil. by Anders Carlsson · 13 years ago
  98. ef23b60 [PCH] Now that we store the location of a decl outside its record by Argyrios Kyrtzidis · 13 years ago
  99. bd552ef C++11 generalized constant expression handling: evaluation support for by Richard Smith · 13 years ago
  100. 9e36b53 C++11 generalized constant expressions: evaluate equality comparisons between by Richard Smith · 13 years ago