| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor all diagnosing of TypoCorrections through a common function, in | Richard Smith | 2013-08-17 | 1 | -8/+4 |
* | Fix one place I missed that was memcpy'ing TypeLocs in a way that messes | Eli Friedman | 2013-06-20 | 1 | -0/+60 |
* | Re-commit r183466 with a fix to make the TypeLoc casting machinery work | Eli Friedman | 2013-06-07 | 1 | -10/+7 |
* | Reverts r183466: "Perform dynamic alignment computations..." | Manuel Klimek | 2013-06-07 | 1 | -7/+10 |
* | Perform dynamic alignment computations so that the data in TypeLocs is | Eli Friedman | 2013-06-07 | 1 | -10/+7 |
* | First pass of semantic analysis for init-captures: check the initializer, build | Richard Smith | 2013-05-16 | 1 | -2/+6 |
* | Implement C++1y decltype(auto). | Richard Smith | 2013-04-26 | 1 | -0/+1 |
* | Use None rather than Optional<T>() where possible. | David Blaikie | 2013-02-21 | 1 | -5/+4 |
* | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 1 | -21/+18 |
* | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie | 2013-02-18 | 1 | -1/+2 |
* | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei | 2013-02-07 | 1 | -0/+1 |
* | This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard | Nick Lewycky | 2013-02-02 | 1 | -1/+1 |
* | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 1 | -0/+1 |
* | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 1 | -0/+6 |
* | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei | 2012-12-18 | 1 | -6/+0 |
* | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -0/+6 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -0/+1 |
* | PR12057: Allow variadic template pack expansions to cross lambda boundaries. | Richard Smith | 2012-07-25 | 1 | -25/+64 |
* | PR13386: When matching up parameters between a function template declaration | Richard Smith | 2012-07-18 | 1 | -7/+17 |
* | For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is | Richard Smith | 2012-04-04 | 1 | -0/+1 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -2/+2 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -9/+0 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+16 |
* | Fix the isReferenced bit on parameters in a couple of edge cases. PR12153. | Eli Friedman | 2012-03-01 | 1 | -0/+2 |
* | ArrayRef-icize the function arguments. | Bill Wendling | 2012-02-22 | 1 | -1/+1 |
* | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain | 2012-01-31 | 1 | -1/+1 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -3/+0 |
* | Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo. | Kaelyn Uhrain | 2012-01-13 | 1 | -13/+24 |
* | Check for unexpanded parameter packs in the name that guards a | Douglas Gregor | 2011-10-25 | 1 | -13/+34 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+1 |
* | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -1/+2 |
* | ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa... | David Blaikie | 2011-09-22 | 1 | -9/+10 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -16/+16 |
* | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -7/+9 |
* | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -1/+1 |
* | Implement __underlying_type for libc++. | Alexis Hunt | 2011-05-19 | 1 | -1/+2 |
* | Switch the interface name for both TemplateTypeParmType and | Chandler Carruth | 2011-05-01 | 1 | -2/+2 |
* | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall | 2011-04-09 | 1 | -0/+1 |
* | remove some defensive code: LocalInstantiationScope::getInstantiationOf | Chris Lattner | 2011-02-17 | 1 | -3/+2 |
* | Null initialize a few variables flagged by | Ted Kremenek | 2011-01-23 | 1 | -2/+1 |
* | Fix a use of uninitialized variables, found by Ted! | Douglas Gregor | 2011-01-20 | 1 | -7/+9 |
* | Implement basic support for the use of variadic templates and blocks | Douglas Gregor | 2011-01-19 | 1 | -1/+10 |
* | Teach PackExpansionExpr to keep track of the number of pack expansions | Douglas Gregor | 2011-01-14 | 1 | -5/+6 |
* | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor | 2011-01-14 | 1 | -11/+19 |
* | Start implementing support for substitution into pack expansions that | Douglas Gregor | 2011-01-14 | 1 | -0/+4 |
* | Teach TreeTransform how to transform a pack expansion type into | Douglas Gregor | 2011-01-12 | 1 | -10/+21 |
* | When mapping from a function parameter pack to the set of function | Douglas Gregor | 2011-01-11 | 1 | -0/+44 |
* | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor | 2011-01-10 | 1 | -14/+31 |
* | Implement substitution of a function parameter pack for its set of | Douglas Gregor | 2011-01-07 | 1 | -19/+39 |