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