Age | Commit message (Expand) | Author |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-16 | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor |
2012-04-06 | Implement support for null non-type template arguments for non-type | Douglas Gregor |
2012-04-04 | Move the computation of the lambda mangling information (mangling | Douglas Gregor |
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-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-03-05 | Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X woul... | James Molloy |
2012-02-25 | Richard Smith pointed out that there already is a proposal for init list mang... | Sebastian Redl |
2012-02-25 | Better mangling for new-expressions. Also, although we can't mangle arbitrary... | Sebastian Redl |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |
2012-02-21 | Implement non-internal linkage for lambda closure types that need a | Douglas Gregor |
2012-02-21 | Implement name mangling for lambda expressions that occur within the | Douglas Gregor |
2012-02-21 | Implement name mangling for lambda expressions that occur within the | Douglas Gregor |
2012-02-20 | Basic support for name mangling of C++11 lambda expressions. Because | 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-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-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |
2012-02-06 | Implement name mangling for scalar value initialization. Reported on IRC by Xeo. | Richard Smith |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-01-30 | Per discussion on cxx-abi-dev, don't drop leading zeroes from the | John McCall |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-06 | Fix the mangling of class template arguments in a particular | John McCall |
2011-12-03 | Fix mangling substitutions for address-space-qualified class | Douglas Gregor |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
2011-10-18 | Macro metaprogramming for builtin types. | John McCall |
2011-10-17 | Add a new placeholder type to represent "unbridged" | John McCall |
2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
2011-10-11 | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman |
2011-10-10 | Constant expression evaluation refactoring: | Richard Smith |
2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-22 | Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi... | Argyrios Kyrtzidis |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | 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-07-12 | Improve name mangling for instantiation-dependent types that are not | Douglas Gregor |
2011-07-12 | Implement name mangling for sizeof...(function parameter pack). | Douglas Gregor |
2011-07-12 | Mangle dependent template names of unknown arity | Douglas Gregor |
2011-07-12 | Implement the Itanium C++ ABI's mangling rule for | Douglas Gregor |
2011-07-12 | Centralize the getCanonicalType() calls in the Itanium C++ mangling | Douglas Gregor |
2011-07-01 | Just mangle substituted template parameter types as unresolved types. | John McCall |