| Commit message (Expand) | Author | Age | Files | Lines |
* | [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes | Richard Smith | 2014-09-03 | 1 | -3/+7 |
* | [modules] Number anonymous declarations that are lexically within mergeable | Richard Smith | 2014-08-28 | 1 | -0/+8 |
* | [C++11] Use 'nullptr'. Serialization edition. | Craig Topper | 2014-05-22 | 1 | -6/+6 |
* | Make UsingShadowDecls redeclarable. This fixes some visibility problems with | Richard Smith | 2013-10-23 | 1 | -1/+1 |
* | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -0/+3 |
* | Sema for Captured Statements | Tareq A. Siraj | 2013-04-16 | 1 | -0/+2 |
* | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+1 |
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+1 |
* | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han | 2013-02-22 | 1 | -0/+1 |
* | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei | 2013-02-07 | 1 | -0/+1 |
* | Make getDefinitiveDeclContext() actually return a DeclContext, as one | Douglas Gregor | 2013-01-22 | 1 | -6/+7 |
* | When deserializing a declaration, don't look for redeclarations if its | Douglas Gregor | 2013-01-21 | 1 | -0/+63 |
* | Introduce a fast path for the ASTReader's name lookup within a | Douglas Gregor | 2013-01-21 | 1 | -0/+58 |
* | 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 | -86/+80 |
* | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -80/+86 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -0/+3 |
* | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -0/+1 |
* | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -1/+0 |
* | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -0/+1 |
* | Add a new placeholder type to represent "unbridged" | John McCall | 2011-10-17 | 1 | -0/+2 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+1 |
* | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+1 |
* | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -3/+0 |
* | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -1/+2 |
* | Give a default implementation for ASTDeserializationListener's methods, no fu... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -0/+4 |
* | Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -0/+40 |
* | Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -0/+29 |