summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateVariadic.cpp
Commit message (Expand)AuthorAge
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-18
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-17
* Fix one place I missed that was memcpy'ing TypeLocs in a way that messesEli Friedman2013-06-20
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-07
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-07
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-07
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-16
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-21
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-20
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-18
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-07
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-02
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-20
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-18
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-18
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-18
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-31
* PR12057: Allow variadic template pack expansions to cross lambda boundaries.Richard Smith2012-07-25
* PR13386: When matching up parameters between a function template declarationRichard Smith2012-07-18
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-04
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-10
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-06
* Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.Eli Friedman2012-03-01
* ArrayRef-icize the function arguments.Bill Wendling2012-02-22
* Make the callback object to Sema::CorrectTypo mandatory.Kaelyn Uhrain2012-01-31
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo.Kaelyn Uhrain2012-01-13
* Check for unexpanded parameter packs in the name that guards aDouglas Gregor2011-10-25
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-14
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-06
* ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa...David Blaikie2011-09-22
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-28
* Implement a new type node, UnaryTransformType, designed to represent aSean Hunt2011-05-24
* Implement __underlying_type for libc++.Sean Hunt2011-05-19
* Switch the interface name for both TemplateTypeParmType andChandler Carruth2011-05-01
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-09
* remove some defensive code: LocalInstantiationScope::getInstantiationOfChris Lattner2011-02-17
* Null initialize a few variables flagged byTed Kremenek2011-01-23
* Fix a use of uninitialized variables, found by Ted!Douglas Gregor2011-01-20
* Implement basic support for the use of variadic templates and blocksDouglas Gregor2011-01-19