Age | Commit message (Expand) | Author |
2012-05-04 | Fix handling of wint_t - we can't assume wint_t is purely an integer promotio... | James Molloy |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-27 | When @encode'ing a C++ class that has empty base classes, we can end | Douglas Gregor |
2012-04-19 | PR 12586: Fix assert while running libc++ testsuite: deal with exception | Richard Smith |
2012-04-17 | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith |
2012-04-16 | objective-c modern translator: buildit objc bool | Fariborz Jahanian |
2012-04-06 | Implement support for null non-type template arguments for non-type | Douglas Gregor |
2012-03-22 | Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729> | Bob Wilson |
2012-03-21 | Report the natural alignment of unsigned long long, not the preferred alignment. | Chad Rosier |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-09 | [AST] Memoize ASTContext::getTypeInfo(). | Daniel Dunbar |
2012-03-07 | Make sure we consistently canonicalize types when canonicalizing TemplateTemp... | Eli Friedman |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-03-06 | Use TinyPtrVector instead of UsuallyTinyPtrVector. | Argyrios Kyrtzidis |
2012-03-05 | Properly handle non-canonical underlying types in | Peter Collingbourne |
2012-03-03 | Avoid an unnecessary recursive loop between type canonicalization and NNS can... | Eli Friedman |
2012-02-20 | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor |
2012-02-12 | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor |
2012-02-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2012-02-08 | Revise the SplitQualType interface to make it its own thing instead of | John McCall |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-06 | objc: fixes a problem in block type comparison involving | Fariborz Jahanian |
2012-02-06 | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-02-04 | Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca... | Benjamin Kramer |
2012-02-03 | When a pack expansion occurs in the template argument list of an alias | Douglas Gregor |
2012-02-03 | Move isSentinelNullExpr() from Sema to ASTContext to make it more widely | Argyrios Kyrtzidis |
2012-02-02 | r149587 reverted | Anton Yartsev |
2012-02-02 | Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657) | Anton Yartsev |
2012-01-26 | objc: 'id' and block pointer compare in mergeTypes is | Fariborz Jahanian |
2012-01-26 | objc: allow block pointer matching 'id' type when | Fariborz Jahanian |
2012-01-20 | Add ability to specifiy 'restrict' on parameters of builtins, and correct thi... | Ted Kremenek |
2012-01-17 | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2012-01-14 | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor |
2012-01-02 | Fix canonicalization of protocol-qualified types | Douglas Gregor |
2012-01-01 | Use declaresSameEntity() when comparing ObjCProtocolDecls, and | Douglas Gregor |
2011-12-16 | If there is a definition of an ObjCInterfaceDecl, make it the Decl returned f... | Douglas Gregor |
2011-12-16 | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor |
2011-12-15 | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor |
2011-12-13 | Added an assertion about overflow in sizeof evaluation. This does not solve t... | Abramo Bagnara |
2011-12-03 | Keep track of all of the import declarations that are parsed or | Douglas Gregor |
2011-11-30 | Add bigger method type encodings to protocol objects. <rdar://problem/10492418> | Bob Wilson |
2011-11-13 | Fix the signature of the getcontext builtin. Patch by Dimitry Andric. | Rafael Espindola |
2011-11-06 | Correcting grammar. | David Blaikie |
2011-11-01 | [libclang] For a class extension, give it a unique USR but for any property o... | Argyrios Kyrtzidis |
2011-10-27 | Teach format string analysis that "%zu" means size_t. | Hans Wennborg |