1. e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 14 years ago
  2. 0a3bdb6 Constant expression evaluation: track the manner in which an lvalue was written, by Richard Smith · 14 years ago
  3. 74f4634 Constant expression evaluation: although we don't know whether a literal will by Richard Smith · 14 years ago
  4. 1bb94a4 Fix alignment on alloca's for parameters using ABIArgInfo::Expand. by Eli Friedman · 14 years ago
  5. 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 · 14 years ago
  6. e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 14 years ago
  7. 2c62864 Force test to use the non-fragile ABI by Douglas Gregor · 14 years ago
  8. ea0e4e8 [libclang] Make sure pointing inside the #include of the fields will return the struct. by Argyrios Kyrtzidis · 14 years ago
  9. dc35aac [libclang] Add a test for "targeting" a field inside an #include that only by Argyrios Kyrtzidis · 14 years ago
  10. f3c0286 Extend IsSimplyAccessible to check for Objective-C instance variable by Douglas Gregor · 14 years ago
  11. fb35e8f When we're checking a friend function template in an out-of-line class by Douglas Gregor · 14 years ago
  12. dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 14 years ago
  13. 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 14 years ago
  14. 3dd0f76 Test code completion for constructor initializers within the class by Douglas Gregor · 14 years ago
  15. ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 14 years ago
  16. c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 14 years ago
  17. 0b1beb7 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 14 years ago
  18. 3b694fa Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. by Bob Wilson · 14 years ago
  19. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 14 years ago
  20. 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 14 years ago
  21. 2d950b1 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 14 years ago
  22. cdcc653 [analyzer] BranchNodeBuilder should not generate autotransitions. by Anna Zaks · 14 years ago
  23. 5d8419c When we run into a constructor or destructor that is defined in the by Douglas Gregor · 14 years ago
  24. 0b4072f Fix r143463 to test what it was intended to test. by Richard Smith · 14 years ago
  25. ea9f54a When we see an out-of-line definition of a member class template that by Douglas Gregor · 14 years ago
  26. 65ac598 When constant-folding, don't look at the initializer of a global const variable by Richard Smith · 14 years ago
  27. 344d78d Temporarily disable lvalue-to-rvalue conversions on const pointers while an by Richard Smith · 14 years ago
  28. d4e7e22 [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 14 years ago
  29. 0505321 Find copy constructor needed to copy an rvalue reference by Fariborz Jahanian · 14 years ago
  30. 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 · 14 years ago
  31. 87ec9c2 [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 14 years ago
  32. 177dce7 Implement C++11 'constexpr calls must return constant expressions' rule, and by Richard Smith · 14 years ago
  33. cc7a648 Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 14 years ago
  34. 885011b Correct test for additional comment line. by Eli Friedman · 14 years ago
  35. 55a7ba0 Mark test as requiring x86 backend. by Eli Friedman · 14 years ago
  36. 8bb6e9e Don't depend on system includes in test. by Eli Friedman · 14 years ago
  37. d9f5b33 Make test work with ARM C++ ABI. by Eli Friedman · 14 years ago
  38. f12e1b9 Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. by Eli Friedman · 14 years ago
  39. 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 · 14 years ago
  40. 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 14 years ago
  41. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 14 years ago
  42. 76852c2 Rework the AST for the initializer of a delegating constructor, so by Douglas Gregor · 14 years ago
  43. d8c4551 Adds IRGen support for captured rvalue references in blocks. by Fariborz Jahanian · 14 years ago
  44. 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 · 14 years ago
  45. 7a420df Add missing lvalue-to-rvalue conversion. by Eli Friedman · 14 years ago
  46. 6a7c94a Refactoring and test for r143360. Support for array rvalue to pointer decay is by Richard Smith · 14 years ago
  47. 56892c1 Improve text of a diagnostic. by Fariborz Jahanian · 14 years ago
  48. 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 · 14 years ago
  49. ef23b60 [PCH] Now that we store the location of a decl outside its record by Argyrios Kyrtzidis · 14 years ago
  50. bd552ef C++11 generalized constant expression handling: evaluation support for by Richard Smith · 14 years ago
  51. 9e36b53 C++11 generalized constant expressions: evaluate equality comparisons between by Richard Smith · 14 years ago
  52. 625b807 C++11 generalized constant expressions: support pointer comparisons where the by Richard Smith · 14 years ago
  53. 7993e8a Fix assert on constant expression evaluation of floating point increment. by Richard Smith · 14 years ago
  54. 22a7dfe Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 14 years ago
  55. 1a1764b Stop disabling integrated assembler with -static. <rdar://problem/10175391> by Bob Wilson · 14 years ago
  56. 342f1f8 Don't crash if a GCC binary conditional is used in a constant expression on an by Richard Smith · 14 years ago
  57. b78c0b6 constexpr evaluation: allow lvalue-to-rvalue conversion on any literal type, not by Richard Smith · 14 years ago
  58. 47a1eed constexpr function substitution: by Richard Smith · 14 years ago
  59. fc2eff5 objc-arc: desugar certain type and improve on diagnostic for by Fariborz Jahanian · 14 years ago
  60. 839046a Add test missed from r143234. by Richard Smith · 14 years ago
  61. ee591a9 Fix assertion in constant expression evaluation. The LHS of a floating-point by Richard Smith · 14 years ago
  62. 5aa6dea Give __STDC_VERSION__ the value 201001L when we're in C1x mode. The by Douglas Gregor · 14 years ago
  63. 6ee5492 [ARC] Do not transfer ARC ownership if the cast is going to result in r-value, by Argyrios Kyrtzidis · 14 years ago
  64. d0dccea Initial support for C++11 constexpr function invocation substitution. Using by Richard Smith · 14 years ago
  65. ef8857d In case of template specialization, do not try to delay emitting debug info for concrete type in -flimit-debug-info mode. This fixes some of the failures from bs15503.exp tests in gdb testsuite. by Devang Patel · 14 years ago
  66. bcb5452 Fix this on the bots and make the test more complete by enabling optimizations. by Rafael Espindola · 14 years ago
  67. cc4889f Fix PR9614 for functions with the always_inline attribute. Try to keep by Rafael Espindola · 14 years ago
  68. 6d09f01 objective-c arc: type-casting of an objc pointer to by Fariborz Jahanian · 14 years ago
  69. 4a037c7 [analyzer] ObjC message sends to nil receivers that return structs are now okay (compiler zeroes out the data). Fixes <rdar://problem/9151319>. by Ted Kremenek · 14 years ago
  70. c49bd11 Reinstate r142844 (reverted in r142872) now that lvalue-to-rvalue conversions by Richard Smith · 14 years ago
  71. 9c273ff Fix test for LLVM change r143186. by Nick Lewycky · 14 years ago
  72. 9c129f8 Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertion by Richard Smith · 14 years ago
  73. ac51650 Be sure to build a dependent expression when we see by John McCall · 14 years ago
  74. 55733de Fix for PR9751 to change the behavior of -Wformat warnings. If the format by Richard Trieu · 14 years ago
  75. 61ffd09 Add missing lvalue-to-rvalue conversion to vector splat casts. by Richard Smith · 14 years ago
  76. 4f87062 Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an by Richard Smith · 14 years ago
  77. 2ce634d Mark these tests as requiring use of the shell. by Ted Kremenek · 14 years ago
  78. 9c1ba40 objc: fix an ir-gen crash caused by recent by Fariborz Jahanian · 14 years ago
  79. c5096cb Annotate imprecise FP division with fpaccuracy metadata by Peter Collingbourne · 14 years ago
  80. 1872b31 Move ASTUnit's handling of temporary files and the preamble file into a lazily-created static DenseMap. This DenseMap is cleared (and the files erased) via an atexit routine in the case an ASTUnit is not destroyed. Fixes <rdar://problem/10293367>. by Ted Kremenek · 14 years ago
  81. eee242f Make the loading of information attached to an IdentifierInfo from an by Douglas Gregor · 14 years ago
  82. 29e97cb Teach format string analysis that "%zu" means size_t. by Hans Wennborg · 14 years ago
  83. 98a9203 Move these test from checking assembly to checking LLVM IR. Should fix fallout by Nick Lewycky · 14 years ago
  84. 458bacf Fix crash on an @interface nested inside @implementation, rdar://10336158 by Argyrios Kyrtzidis · 14 years ago
  85. 90eed21 Do not warn when weak-import attribute is applied to enum by Fariborz Jahanian · 14 years ago
  86. 1b8fc01 Disalbe more Microsoft-specific stuff. by Douglas Gregor · 14 years ago
  87. 6c29eda Objective-c: fix an ir-gen crash where objc messag returns a _Complex by Fariborz Jahanian · 14 years ago
  88. e8f4eed Fix this tests on the bots. by Rafael Espindola · 14 years ago
  89. a411d2f Fix pr9614 by not emitting an available_externally function when it calls by Rafael Espindola · 14 years ago
  90. 29e627a Try to appease the Windows builders by Douglas Gregor · 14 years ago
  91. d488b3a Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 14 years ago
  92. 3ab057f Disable on Windows, for real. by Douglas Gregor · 14 years ago
  93. 3bfb571 Compute the promoted integer type of fixed-width enums correctly. Found by inspection. by Eli Friedman · 14 years ago
  94. 68a2dc4 Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <rdar://problem/10309088>. by Eli Friedman · 14 years ago
  95. f1f6d85 Fix crash due to missing array-to-pointer decay when instantiating an unresolved by Richard Smith · 14 years ago
  96. 601d2ee UnresolvedMemberExprs need lvalue-to-rvalue conversions during template by Richard Smith · 14 years ago
  97. fd08009 Turn off delayed template parsing for this test by Douglas Gregor · 14 years ago
  98. 7fe3878 Handle redundant 'typename' on base class specifications. by David Blaikie · 14 years ago
  99. 152aa4b Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. by David Blaikie · 14 years ago
  100. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 14 years ago