- 0024f94 Move DefaultABIInfo::classifyReturnType where it belongs. No functional change. by Bob Wilson · 14 years ago
- 66cf92a Only traverse template argument locations if we actually have explicit by Matt Beaumont-Gay · 14 years ago
- 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
- 3cae5c9 Implement more of C++0x [temp.arg.explicit]p9, allowing extension of by Douglas Gregor · 14 years ago
- 8dbfbf4 Fix a comment typo. by Bob Wilson · 14 years ago
- 4ea8dfa NEON vector support for ARM is in pretty good shape now. Update the docs. by Bob Wilson · 14 years ago
- 0216f81 Repent for my copy-and-paste sins, factoring out the code that forms by Douglas Gregor · 14 years ago
- 5429385 Factor out the code to set up template argument deduction for a set of by Douglas Gregor · 14 years ago
- 26c9cb5 Remove dead code. by Zhongxing Xu · 14 years ago
- e8f4b04 Fix CMakeLists.txt. by Zhongxing Xu · 14 years ago
- 0742f18 Revert r123160. There are linking dependency problems. by Zhongxing Xu · 14 years ago
- d373119 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 14 years ago
- 2770eb1 Unbreak the CMake build. by Douglas Gregor · 14 years ago
- 2f1a4a8 ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory. by Zhongxing Xu · 14 years ago
- 50f6aca Add some expression kinds to CheckerVisitor.def. by Zhongxing Xu · 14 years ago
- f9d3cbb In C++, assignment and compound assignment operators return an lvalue. by Zhongxing Xu · 14 years ago
- b086244 The isPrefix() checking is redundant. Lvalue incremental/decremental expressions by Zhongxing Xu · 14 years ago
- 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
- 65423ae Fix comment. by Zhongxing Xu · 14 years ago
- b5bc7d0 Don't crash if SpecString is an empty string. by Francois Pichet · 14 years ago
- 12bbc5c Make a helper function static. by Benjamin Kramer · 14 years ago
- f51d0b6 Rename CXXCtorInitializer::BaseOrMember to Initializee, since it will also be by Sean Hunt · 14 years ago
- cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
- 97fcc49 Check for delegating constructors and (currently) return an error about them. by Sean Hunt · 14 years ago
- eeef924 Remove a kludge from analysis based warnings that used to detect by Chandler Carruth · 14 years ago
- 65197b4 Add semantic checking that the "thousands grouping" by Ted Kremenek · 14 years ago
- bd18d45 Add printf format string parsing support for ' by Ted Kremenek · 14 years ago
- 0574c78 Fix typo. by Eric Christopher · 14 years ago
- e8bbf98 Variadic templates example: a nearly-complete implementation of a TR1 by Douglas Gregor · 14 years ago
- 9ce5270 Fix crash in CFGBuilder on invalid code. We still need by Ted Kremenek · 14 years ago
- 03414b9 Variadic templates example: a nearly-complete implementation of a TR1 by Douglas Gregor · 14 years ago
- 91fc73e When instantiating the arguments to an initializer, use the by Douglas Gregor · 14 years ago
- bd5f9f7 Fix a valgrind error when transforming function prototypes with by Douglas Gregor · 14 years ago
- 5d918a4 Use -check-prefix to make it clear the test is SVR4/DARWINPPC specific. by Roman Divacky · 14 years ago
- 403bdd7 Drop the _darwin/_svr4 suffixes. by Roman Divacky · 14 years ago
- f84109e Update AST reader/writer to handle new AppleKext. by Fariborz Jahanian · 14 years ago
- 12c9c00 Implement substitution of a function parameter pack for its set of by Douglas Gregor · 14 years ago
- 170464b Prefix all attribute enumerators with attr_ for consistency. by Francois Pichet · 14 years ago
- 3cd47e7 Do not use cdecl, fastcall, stdcall etc.. as identifier name. They are reserved keywords at least on MSVC. by Francois Pichet · 14 years ago
- d88687f Rework a few things about how we emit ObjC's for enumeration statement. by John McCall · 14 years ago
- 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
- 06f4563 Add cortex-m3 CPU to getCPUDefineSuffix mapping. Patch by Sylvère Teissier. by Bob Wilson · 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
- 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
- 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