- b7ec67a Clang should not warn on code in clang that is only there to remove warnings. by Jakob Stoklund Olesen · 14 years ago
- b0ddf3a When default-initializing a TemplateArgumentLocInfo, make sure that we by Douglas Gregor · 14 years ago
- 0bbacf8 Fast-path an arity check when performing template argument deduction that compares two parameter-type-lists. No functionality change. by Douglas Gregor · 14 years ago
- c8a16fb Eliminate an unnecessary dance where we tried to cope with the lack of by Douglas Gregor · 14 years ago
- 603cfb4 Initial implementation of function parameter packs. This implementation allows: by Douglas Gregor · 14 years ago
- 8678d44 Fix an embarrassing think in the disambiguation logic for the ellipsis in a parameter-type-list by Douglas Gregor · 14 years ago
- 2b77cb8 Don't warn on missing 'copy' attribute on a 'block' by Fariborz Jahanian · 14 years ago
- 7b1cf30 hasInit() -> hasDefaultArg() by Douglas Gregor · 14 years ago
- 1fe85ea Add Decl::isParameterPack(), which covers both function and template by Douglas Gregor · 14 years ago
- 135ffa7 Propagate the "deduced from array bound" bit when comparing deduced by Douglas Gregor · 14 years ago
- d53e16a When we're converting deduced template arguments to the type of the by Douglas Gregor · 14 years ago
- b1fa3dc Use the proper enum as parameter, instead of unsigned. No functionality change. by Argyrios Kyrtzidis · 14 years ago
- 1d65ebb Eliminate two "unsupported" errors relating to variadic templates: one by Douglas Gregor · 14 years ago
- a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
- cbf40f9 fix a -Wself-assign warning by Chris Lattner · 14 years ago
- ba68eca Add semantic analysis for the creation of and an AST representation by Douglas Gregor · 14 years ago
- ec5e696 Parse template template argument pack expansions. They're still not by Douglas Gregor · 14 years ago
- b49e415 Update C++ [temp.param]p11 citation to reflect the changes in C++0x. No functionality change 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
- 07fa2fa Fix the -Asserts build. by John McCall · 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
- a8311be Eliminate some completely useless code that attempted to perform some 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
- 5471cbc Remove an unnecessary FIXME for variadic templates by Douglas Gregor · 14 years ago
- 033a3ca Minor cleanups for template argument deduction in the presence of by Douglas Gregor · 14 years ago
- 843cb8d Fix wording for err_invalid_use_of_bound_member_func by Matt Beaumont-Gay · 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
- 72a2eb6 Test commit; added blank line to TODO.txt by Marshall Clow · 14 years ago
- 2e774c4 Implement name mangling for sizeof...(pack), to silence the last of by Douglas Gregor · 14 years ago
- f901a7d There is nothing interesting to analyze with a sizeof...(pack) expression by Douglas Gregor · 14 years ago
- ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 14 years ago
- bb03f5d Prefer getAs<ComplexType> rather than cast<ComplexType> on canonical type. Suggestion by Douglas Gregor! by Abramo Bagnara · 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
- b162054 Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCodeCompletion and check isCodeCompletionEnabled() before doing the call. by Argyrios Kyrtzidis · 14 years ago
- 1b21391 Fix 80 column violation. by Argyrios Kyrtzidis · 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
- af4bad2 Remove a couple of setters that have no callers. by Argyrios Kyrtzidis · 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
- aa165f8 Refactor the tree transform's many loops over sets of expressions by Douglas Gregor · 14 years ago
- e776f88 Guard lazy synthesis of provisional ivars under the new by Fariborz Jahanian · 14 years ago
- 20df8e7 In the latest episode of "Deserializing bugs caused by accessors" the series reached a thrilling climax when by Argyrios Kyrtzidis · 14 years ago
- 3a1a874 Fix PR8654, ensuring each branch of an #if, #elif, #else, ... chain by Chandler Carruth · 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
- 9917401 Use some of the llvm cmake infraestructure. This takes care of by Oscar Fuentes · 14 years ago
- 81063a2 Consolidate template metafunction tests for variadic templates into a single file by Douglas Gregor · 14 years ago
- 7f88643 Set LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnalyzerCheckers by Oscar Fuentes · 14 years ago
- 6b9109e When we attempt to create a built-in that involves a library type we by Douglas Gregor · 14 years ago
- a96022c Funciton -> Function by Peter Collingbourne · 14 years ago
- 743b82b Unkown -> Unknown by Peter Collingbourne · 14 years ago
- 8595a0c Remove obsolete comments. by Francois Pichet · 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
- 03117d1 Fix typo and add comment. by Rafael Espindola · 14 years ago
- b2c5de5 More empty directory removal. by Benjamin Kramer · 14 years ago
- 4ff1a1c Remove empty directories. by Nick Lewycky · 14 years ago
- 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
- f57258b MSVC doesn't require an accessible copy-constructor when binding a temporary class object to a const-reference. by Francois Pichet · 14 years ago
- 0ec89f9 Add support for declaring register contraints in variables. They are only used by Rafael Espindola · 14 years ago
- a9de3fa Correct function name in comment. by Nick Lewycky · 14 years ago
- 5389f48 Expose Objective-C type encodings of declarations to libclang users. This also adds a method in ASTContext which encodes FunctionDecls using the same encoding format that is used for Objective-C methods. by David Chisnall · 14 years ago
- 9f0c7cc Simplify mem{cpy, move, set} creation with IRBuilder. by Benjamin Kramer · 14 years ago
- 272324b Fix PR8796. by Rafael Espindola · 14 years ago
- c8b09a1 set features for k8-sse3 by Roman Divacky · 14 years ago
- 927b180 Added scalar casts test. by Abramo Bagnara · 14 years ago
- 4b0766f Canonicalize types before possible cast. by Abramo Bagnara · 14 years ago
- 6915c52 More __uuidof validation: by Francois Pichet · 14 years ago
- 8fac25d Add support for GNU runtime property set / get structure functions. Minor refactoring of Mac runtime (returns the same function for both, as the Mac runtimes currently only provide a single entry point for setting and getting struct properties, although this will presumably be fixed at some point). by David Chisnall · 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
- af6530c Remove all uses of PathV1::GetRootDirectory. by Michael J. Spencer · 14 years ago
- a6b0b96 Add basic support for pointer arithmetic in by Ted Kremenek · 14 years ago
- 3252134 Remove the EntoSA directories. by Argyrios Kyrtzidis · 14 years ago
- 194252d don't use #pragma mark, it isn't portable. by Chris Lattner · 14 years ago
- 1a3942a ifndef _MSC_VER out #pragma mark on MSVC. It still tries to parse the text even by Michael J. Spencer · 14 years ago
- ee933e1 Handle locations coming from macro instantiations properly in SourceManager::isBeforeInTranslationUnit(). by Argyrios Kyrtzidis · 14 years ago
- 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 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