| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing comment for mangling. | Nick Lewycky | 2012-10-04 | 1 | -0/+1 |
| * | Fix the AST representation for non-type template arguments to encode | Eli Friedman | 2012-09-26 | 1 | -72/+30 |
| * | Implement Mike Herrick's proposed noexcept mangling. | John McCall | 2012-09-25 | 1 | -1/+5 |
| * | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman | 2012-09-19 | 1 | -5/+2 |
| * | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith | 2012-09-12 | 1 | -1/+9 |
| * | When mangling a negative number, remember that negating it does not | John McCall | 2012-08-18 | 1 | -3/+4 |
| * | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer | 2012-06-07 | 1 | -1/+1 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -6/+3 |
| * | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -2/+2 |
| * | Change the mangling of a ref-qualifier on a function type so that | John McCall | 2012-05-15 | 1 | -5/+16 |
| * | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -1/+1 |
| * | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -1/+1 |
| * | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor | 2012-04-16 | 1 | -6/+17 |
| * | Implement support for null non-type template arguments for non-type | Douglas Gregor | 2012-04-06 | 1 | -2/+12 |
| * | Move the computation of the lambda mangling information (mangling | Douglas Gregor | 2012-04-04 | 1 | -1/+11 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -2/+2 |
| * | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -1/+0 |
| * | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 2012-03-07 | 1 | -0/+3 |
| * | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+11 |
| * | Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X woul... | James Molloy | 2012-03-05 | 1 | -5/+4 |
| * | Richard Smith pointed out that there already is a proposal for init list mang... | Sebastian Redl | 2012-02-25 | 1 | -8/+18 |
| * | Better mangling for new-expressions. Also, although we can't mangle arbitrary... | Sebastian Redl | 2012-02-25 | 1 | -4/+15 |
| * | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor | 2012-02-24 | 1 | -0/+1 |
| * | Implement non-internal linkage for lambda closure types that need a | Douglas Gregor | 2012-02-21 | 1 | -6/+6 |
| * | Implement name mangling for lambda expressions that occur within the | Douglas Gregor | 2012-02-21 | 1 | -11/+29 |
| * | Implement name mangling for lambda expressions that occur within the | Douglas Gregor | 2012-02-21 | 1 | -55/+110 |
| * | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor | 2012-02-20 | 1 | -0/+39 |
| * | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl | 2012-02-16 | 1 | -3/+13 |
| * | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl | 2012-02-16 | 1 | -13/+3 |
| * | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl | 2012-02-16 | 1 | -3/+13 |
| * | Revise the SplitQualType interface to make it its own thing instead of | John McCall | 2012-02-08 | 1 | -2/+2 |
| * | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 2012-02-07 | 1 | -1/+0 |
| * | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor | 2012-02-07 | 1 | -0/+1 |
| * | Implement name mangling for scalar value initialization. Reported on IRC by Xeo. | Richard Smith | 2012-02-06 | 1 | -1/+6 |
| * | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -3/+3 |
| * | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
| * | Per discussion on cxx-abi-dev, don't drop leading zeroes from the | John McCall | 2012-01-30 | 1 | -9/+33 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -3/+0 |
| * | Fix the mangling of class template arguments in a particular | John McCall | 2012-01-06 | 1 | -2/+17 |
| * | Fix mangling substitutions for address-space-qualified class | Douglas Gregor | 2011-12-03 | 1 | -2/+9 |
| * | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -0/+1 |
| * | Macro metaprogramming for builtin types. | John McCall | 2011-10-18 | 1 | -4/+4 |
| * | Add a new placeholder type to represent "unbridged" | John McCall | 2011-10-17 | 1 | -0/+1 |
| * | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -1/+2 |
| * | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 2011-10-11 | 1 | -0/+1 |
| * | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -1/+2 |
| * | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+8 |
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -8/+8 |
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -3/+0 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -3/+3 |