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