Age | Commit message (Expand) | Author |
2012-04-21 | move some stuff to .rodata | Nuno Lopes |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
2012-04-12 | Implement support for 18 of the GNU-compatible __atomic builtins. | Richard Smith |
2012-04-11 | Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's | Richard Smith |
2012-04-05 | Fix assertions and wrong output from StmtPrinter's string literal printing. | Richard Smith |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-09 | Fix statement printing for raw and template user-defined literals. | Richard Smith |
2012-03-08 | Ensure we don't print 123ULL_foo when printing a user-defined integer literal. | Richard Smith |
2012-03-07 | AST representation for user-defined literals, plus just enough of semantic | Richard Smith |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |
2012-02-23 | Provide the __is_trivially_assignable type trait, which provides | Douglas Gregor |
2012-02-16 | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl |
2012-02-16 | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl |
2012-02-16 | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl |
2012-02-13 | Introduce support for template instantiation of lambda | Douglas Gregor |
2012-02-07 | Print NamedDecls directly to a raw_ostream where possible. | Benjamin Kramer |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-16 | Some improvements to the handling of C11 atomic types: | David Chisnall |
2012-01-02 | Add assertion to char32_t that the value is valid, as suggested by Jordy Rose. | Richard Smith |
2011-12-30 | Fix crash when trying to pretty-print unicode or wide string literals. | Richard Smith |
2011-12-03 | Implement support for the __is_final type trait, to determine whether | Douglas Gregor |
2011-11-30 | Per an offline conversation with John McCall, have StmtPrinter actually print... | Ted Kremenek |
2011-11-07 | Add support for printing integer literals of type short, unsigned short, | Richard Trieu |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
2011-10-25 | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor |
2011-10-14 | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer |
2011-10-11 | Silence some -Wuninitialized false positives with gcc. | Eli Friedman |
2011-10-11 | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman |
2011-10-05 | Use APFloat::toString to print APFloats more precisely in the AST printer. P... | Eli Friedman |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-15 | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall |
2011-06-21 | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-04 | Add support for builtin astype: | Tanya Lattner |
2011-05-13 | Implement the __is_trivially_copyable type trait | Sean Hunt |
2011-05-09 | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Sean Hunt |
2011-05-01 | Remove a few more bogus returns when the switch covers all the | Chandler Carruth |
2011-05-01 | Remove another default and a *completely* bogus return from a switch | Chandler Carruth |
2011-05-01 | Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalueExpr. | Chandler Carruth |
2011-04-28 | Parsing/AST support for Structured Exception Handling | John Wiegley |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-27 | t/clang/type-traits | John Wiegley |