| Commit message (Expand) | Author | Age | Files | Lines |
| * | Explicitly build __builtin_va_list. | Meador Inge | 2012-06-16 | 1 | -8/+225 |
| * | Documentation cleanup: eliminated Doxygen warnings by deleting a doc comment | James Dennett | 2012-06-15 | 1 | -8/+0 |
| * | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith | 2012-06-10 | 1 | -4/+4 |
| * | Add ext_vector type code for builtins, from John Garvin! | Douglas Gregor | 2012-06-07 | 1 | -0/+13 |
| * | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer | 2012-06-07 | 1 | -2/+1 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -5/+5 |
| * | CUDA: add CodeGen support for global variable address spaces. | Peter Collingbourne | 2012-05-20 | 1 | -1/+4 |
| * | Added two missing const qualifiers. | Abramo Bagnara | 2012-05-17 | 1 | -2/+2 |
| * | Fix handling of wint_t - we can't assume wint_t is purely an integer promotio... | James Molloy | 2012-05-04 | 1 | -0/+2 |
| * | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -5/+5 |
| * | When @encode'ing a C++ class that has empty base classes, we can end | Douglas Gregor | 2012-04-27 | 1 | -5/+2 |
| * | PR 12586: Fix assert while running libc++ testsuite: deal with exception | Richard Smith | 2012-04-19 | 1 | -1/+1 |
| * | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith | 2012-04-17 | 1 | -0/+2 |
| * | objective-c modern translator: buildit objc bool | Fariborz Jahanian | 2012-04-16 | 1 | -1/+2 |
| * | Implement support for null non-type template arguments for non-type | Douglas Gregor | 2012-04-06 | 1 | -2/+5 |
| * | Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729> | Bob Wilson | 2012-03-22 | 1 | -1/+1 |
| * | Report the natural alignment of unsigned long long, not the preferred alignment. | Chad Rosier | 2012-03-21 | 1 | -1/+2 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -11/+11 |
| * | [AST] Memoize ASTContext::getTypeInfo(). | Daniel Dunbar | 2012-03-09 | 1 | -4/+15 |
| * | Make sure we consistently canonicalize types when canonicalizing TemplateTemp... | Eli Friedman | 2012-03-07 | 1 | -3/+5 |
| * | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -1/+4 |
| * | Use TinyPtrVector instead of UsuallyTinyPtrVector. | Argyrios Kyrtzidis | 2012-03-06 | 1 | -6/+0 |
| * | Properly handle non-canonical underlying types in | Peter Collingbourne | 2012-03-05 | 1 | -1/+1 |
| * | Avoid an unnecessary recursive loop between type canonicalization and NNS can... | Eli Friedman | 2012-03-03 | 1 | -18/+5 |
| * | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor | 2012-02-20 | 1 | -0/+7 |
| * | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor | 2012-02-12 | 1 | -34/+3 |
| * | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith | 2012-02-10 | 1 | -1/+4 |
| * | Revise the SplitQualType interface to make it its own thing instead of | John McCall | 2012-02-08 | 1 | -24/+24 |
| * | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 2012-02-07 | 1 | -7/+0 |
| * | objc: fixes a problem in block type comparison involving | Fariborz Jahanian | 2012-02-06 | 1 | -2/+4 |
| * | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara | 2012-02-06 | 1 | -0/+1 |
| * | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
| * | Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca... | Benjamin Kramer | 2012-02-04 | 1 | -0/+6 |
| * | When a pack expansion occurs in the template argument list of an alias | Douglas Gregor | 2012-02-03 | 1 | -12/+20 |
| * | Move isSentinelNullExpr() from Sema to ASTContext to make it more widely | Argyrios Kyrtzidis | 2012-02-03 | 1 | -0/+18 |
| * | r149587 reverted | Anton Yartsev | 2012-02-02 | 1 | -3/+1 |
| * | Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657) | Anton Yartsev | 2012-02-02 | 1 | -1/+3 |
| * | objc: 'id' and block pointer compare in mergeTypes is | Fariborz Jahanian | 2012-01-26 | 1 | -3/+6 |
| * | objc: allow block pointer matching 'id' type when | Fariborz Jahanian | 2012-01-26 | 1 | -1/+5 |
| * | Add ability to specifiy 'restrict' on parameters of builtins, and correct thi... | Ted Kremenek | 2012-01-20 | 1 | -0/+3 |
| * | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor | 2012-01-17 | 1 | -5/+14 |
| * | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -8/+6 |
| * | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -2/+3 |
| * | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -5/+5 |
| * | Fix canonicalization of protocol-qualified types | Douglas Gregor | 2012-01-02 | 1 | -1/+9 |
| * | Use declaresSameEntity() when comparing ObjCProtocolDecls, and | Douglas Gregor | 2012-01-01 | 1 | -5/+5 |
| * | If there is a definition of an ObjCInterfaceDecl, make it the Decl returned f... | Douglas Gregor | 2011-12-16 | 1 | -0/+4 |
| * | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor | 2011-12-16 | 1 | -2/+8 |