1. b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 14 years ago
  2. a009b59 Factor out the template transformation of a sequence of function by Douglas Gregor · 14 years ago
  3. 666b3e9 Add target triple. by Devang Patel · 14 years ago
  4. f5c65ff Implement template argument deduction from a call to a function by Douglas Gregor · 14 years ago
  5. 150d2df test case for r122971. by Devang Patel · 14 years ago
  6. ebfde17 Put warning about makeing a string writable into by Fariborz Jahanian · 14 years ago
  7. 772cae5 Added testcase for commit r122963. by Abramo Bagnara · 14 years ago
  8. c81f2a2 PowerPC fixes. by Roman Divacky · 14 years ago
  9. 914c9a6 Tweak the wording of this warning further based on a suggestion from Chris. by Chandler Carruth · 14 years ago
  10. ba3ca52 fix rdar://8823139, a crash on a comment in a preprocessed .s file by Chris Lattner · 14 years ago
  11. 603cfb4 Initial implementation of function parameter packs. This implementation allows: by Douglas Gregor · 14 years ago
  12. 2b77cb8 Don't warn on missing 'copy' attribute on a 'block' by Fariborz Jahanian · 14 years ago
  13. d53e16a When we're converting deduced template arguments to the type of the by Douglas Gregor · 14 years ago
  14. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  15. ba68eca Add semantic analysis for the creation of and an AST representation by Douglas Gregor · 14 years ago
  16. 1ed6476 Implement C++0x [temp.param]p11 for non-type and template template by Douglas Gregor · 14 years ago
  17. f457c1a Implement proper parameter pack matching for non-type template by Douglas Gregor · 14 years ago
  18. 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 14 years ago
  19. 711c52b Refactor the application of type attributes so that attributes from by John McCall · 14 years ago
  20. e6bf90a Use Parser::ExpectAndConsume() uniformly to eat semicolons after by Douglas Gregor · 14 years ago
  21. 2fdc5e8 Many of the built-in operator candidates introduced into overload by Douglas Gregor · 14 years ago
  22. 54c53cc Improve our handling of non-type template parameters in partial by Douglas Gregor · 14 years ago
  23. a490c47 Tweak test for portability by Douglas Gregor · 14 years ago
  24. 4626867 Simplistic test case for mangling of variadic templates. There is more to be done in this area by Douglas Gregor · 14 years ago
  25. b9a7d6f Improve the checking of deduced template arguments stored within template argument packs when finishing template argument deduction for a function template by Douglas Gregor · 14 years ago
  26. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  27. ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 14 years ago
  28. 9f7a6ee Implement -Wself-assign, which warns on code such as: by Chandler Carruth · 14 years ago
  29. b2b5cc0 Enhance the diagnostic for negative array sizes to include the by Chandler Carruth · 14 years ago
  30. b95cc97 When creating the injected-class-name for a class template involving a by Douglas Gregor · 14 years ago
  31. 3fb9e4b Implement pack expansion of base initializers, so that we can by Douglas Gregor · 14 years ago
  32. f90b27a Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 14 years ago
  33. 0fe5397 When in code-completion, skip obj-c method bodies for speed up. by Argyrios Kyrtzidis · 14 years ago
  34. 69e5aed Add a test that is currently failing by Douglas Gregor · 14 years ago
  35. 7a21fd4 Properly rebuild pack expansions whose pattern is a non-type template by Douglas Gregor · 14 years ago
  36. bacb949 Unwrap template argument packs when checking the template arguments of by Douglas Gregor · 14 years ago
  37. 925910d Diagnose the presence of unexpanded parameter packs within class by Douglas Gregor · 14 years ago
  38. 3437f1f Speed up code-completion by skipping function bodies. by Argyrios Kyrtzidis · 14 years ago
  39. dcaa1ca Implement support for pack expansions in initializer lists and expression lists. by Douglas Gregor · 14 years ago
  40. ef9d09c Fix PR8841 by checking for both semantic and lecical dependent by Chandler Carruth · 14 years ago
  41. f96bdf4 Consider zero-length array of structs when by Fariborz Jahanian · 14 years ago
  42. e776f88 Guard lazy synthesis of provisional ivars under the new by Fariborz Jahanian · 14 years ago
  43. 431feb5 by David Greene · 14 years ago
  44. dee196e Another variadic template metafunction test case: summing values. by Douglas Gregor · 14 years ago
  45. be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 14 years ago
  46. 81063a2 Consolidate template metafunction tests for variadic templates into a single file by Douglas Gregor · 14 years ago
  47. 6b9109e When we attempt to create a built-in that involves a library type we by Douglas Gregor · 14 years ago
  48. 33a5344 Add support for passing variables declared to use a xmm register to asm by Rafael Espindola · 14 years ago
  49. baf8695 Produce a better error message for invalid register names. by Rafael Espindola · 14 years ago
  50. 0ec89f9 Add support for declaring register contraints in variables. They are only used by Rafael Espindola · 14 years ago
  51. 272324b Fix PR8796. by Rafael Espindola · 14 years ago
  52. 927b180 Added scalar casts test. by Abramo Bagnara · 14 years ago
  53. 6915c52 More __uuidof validation: by Francois Pichet · 14 years ago
  54. c7ff82c Fix for PR8695. by David Chisnall · 14 years ago
  55. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  56. a6b0b96 Add basic support for pointer arithmetic in by Ted Kremenek · 14 years ago
  57. ee933e1 Handle locations coming from macro instantiations properly in SourceManager::isBeforeInTranslationUnit(). by Argyrios Kyrtzidis · 14 years ago
  58. 6e4e17d Fix a thinko in a helper routine for template argument deduction that by Douglas Gregor · 14 years ago
  59. 8537473 Non-type template parameter packs cannot have default arguments. by Douglas Gregor · 14 years ago
  60. 56bc983 When instantiating a non-type template parameter pack, be sure to by Douglas Gregor · 14 years ago
  61. 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 14 years ago
  62. 662a482 Improve the diagnostic and recovery for missing colons after 'case' by Douglas Gregor · 14 years ago
  63. a8bc8c9 Implement parsing of function parameter packs and non-type template by Douglas Gregor · 14 years ago
  64. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  65. b9c6631 Reimplement the comparison of a class template partial by Douglas Gregor · 14 years ago
  66. b7d09d6 When forming the injected-class-name of a variadic template, the by Douglas Gregor · 14 years ago
  67. 15a467e It's amazing what you find when you actually by Ted Kremenek · 14 years ago
  68. c478a14 Add WIP prototype of a new buffer overflow by Ted Kremenek · 14 years ago
  69. ea6c96f Implement the part of C++0x [temp.arg.explicit]p3 that pertains to by Douglas Gregor · 14 years ago
  70. 7b976ec Implement the rest of C++0x [temp.deduct.type]p9, which specifies that by Douglas Gregor · 14 years ago
  71. 0d80abc Unify the consistency checking for deduced template arguments into a by Douglas Gregor · 14 years ago
  72. e02e262 Implement template argument deduction for pack expansions whose by Douglas Gregor · 14 years ago
  73. 99130e5 Complain on missing property getter method only by Fariborz Jahanian · 14 years ago
  74. 0972c86 When performing template argument deduction where the argument is a by Douglas Gregor · 14 years ago
  75. d2592a3 [analyzer] Refactoring: Drop the 'GR' prefix. by Argyrios Kyrtzidis · 14 years ago
  76. 20a55e2 Implicitly expand argument packs when performing template argument by Douglas Gregor · 14 years ago
  77. 250704b If the unary operator is prefix and an lvalue (in C++), bind by Zhongxing Xu · 14 years ago
  78. 05e5391 After inlining the CXXConstructExpr, bind the temporary object region to it. by Zhongxing Xu · 14 years ago
  79. cfddf7b For member pointer conversions potentially involving derived-to-base by Douglas Gregor · 14 years ago
  80. ebb1c56 When searching for the instantiation of a locally-scoped tag by Douglas Gregor · 14 years ago
  81. b68e399 In C++, if the user redeclares a builtin function with a type that is by Douglas Gregor · 14 years ago
  82. 32038bb When determining which preprocessed entities to traverse in libclang, by Douglas Gregor · 14 years ago
  83. 52e64c8 Fix test to be platform-agnostic by Douglas Gregor · 14 years ago
  84. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  85. 2fcbcef Implement BlockDecl::getSourceRange(). The bogus source-range by Douglas Gregor · 14 years ago
  86. 55dc95b Add test for C++ [temp.friend]p8, which bans partial specializations from being friends by Douglas Gregor · 14 years ago
  87. b0ee93c A class template partial specialization cannot be a friend. Fixes PR8649. by Douglas Gregor · 14 years ago
  88. 6fb0729 When checking a using declaration, make sure that the context we're by Douglas Gregor · 14 years ago
  89. 14af91a Don't try to compute the value of a value-dependent expression when by Douglas Gregor · 14 years ago
  90. 124b3de add missing newlines at end of file. by Chris Lattner · 14 years ago
  91. b99268b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 14 years ago
  92. 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 14 years ago
  93. a04426c Extend the parser to support pack expansions within exception by Douglas Gregor · 14 years ago
  94. 88f30de Test template instantiation of pack expansions where the parameter pack is in a nested-name-specifier by Douglas Gregor · 14 years ago
  95. dace95b Clean up the printing of template argument packs; previously, we were by Douglas Gregor · 14 years ago
  96. 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 14 years ago
  97. 14be16b When checking a template argument list against a template containing by Douglas Gregor · 14 years ago
  98. a9150cd Adding a line for XFAIL win32 broke the test. by Francois Pichet · 14 years ago
  99. d803912 XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace. by Francois Pichet · 14 years ago
  100. f453fca test/PCH/reloc.c fails on Win32. XFAIL for now, I'll investigate why later. by Francois Pichet · 14 years ago