| Commit message (Expand) | Author | Age | Files | Lines |
| * | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -5/+3 |
| * | Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function ... | Sebastian Redl | 2010-09-13 | 1 | -4/+26 |
| * | Fix a typo noted by Gabor | Douglas Gregor | 2010-09-13 | 1 | -1/+1 |
| * | Don't complain about useless user-defined conversion functions when | Douglas Gregor | 2010-09-12 | 1 | -1/+4 |
| * | Simplify template instantiation for C++ exception declarations, | Douglas Gregor | 2010-09-09 | 1 | -8/+7 |
| * | Eliminate the comma locations from all of the Sema routines that deal | Douglas Gregor | 2010-09-09 | 1 | -9/+4 |
| * | Don't give 'global constructor' warnings for function statics, even if they h... | Sebastian Redl | 2010-09-08 | 1 | -1/+1 |
| * | Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat. | John McCall | 2010-09-03 | 1 | -2/+0 |
| * | Enable inline namespaces in the AST. | Sebastian Redl | 2010-08-31 | 1 | -0/+21 |
| * | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -7/+8 |
| * | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -3/+0 |
| * | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 1 | -0/+3 |
| * | Fix the memory leak of FloatingLiteral/IntegerLiteral. | Argyrios Kyrtzidis | 2010-08-28 | 1 | -4/+5 |
| * | Parser support for inline namespaces | Sebastian Redl | 2010-08-27 | 1 | -0/+1 |
| * | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -16/+13 |
| * | Move things around so that Sema.h no longer depends on even DeclBase.h. | John McCall | 2010-08-26 | 1 | -5/+7 |
| * | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -19/+19 |
| * | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -11/+7 |
| * | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -8/+8 |
| * | Remove Sema.h's dependency on DeclCXX.h. | John McCall | 2010-08-25 | 1 | -0/+10 |
| * | Remove the DenseSet dependency from Sema.h. | John McCall | 2010-08-25 | 1 | -0/+1 |
| * | More header elimination. The goal of all this is to allow Parser to | John McCall | 2010-08-24 | 1 | -0/+2 |
| * | Remove a header dependency from Sema.h at the cost of some type safety. | John McCall | 2010-08-24 | 1 | -4/+5 |
| * | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -30/+30 |
| * | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -3/+3 |
| * | Diagnose the presence of multiple initializations of static data | Douglas Gregor | 2010-08-24 | 1 | -0/+19 |
| * | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -84/+69 |
| * | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -10/+10 |
| * | Do not elide copy construction when we're performing base-class initialization | Douglas Gregor | 2010-08-22 | 1 | -0/+1 |
| * | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -115/+106 |
| * | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian | 2010-08-20 | 1 | -1/+1 |
| * | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -2/+2 |
| * | Revert r111609, which is failing its new test. | Douglas Gregor | 2010-08-20 | 1 | -2/+0 |
| * | Detect efforts to declare a template member friend and explicitly ignore them. | John McCall | 2010-08-20 | 1 | -0/+2 |
| * | Fix the source range of an anonymous namespace, from Jan Bierbaum | Douglas Gregor | 2010-08-19 | 1 | -2/+3 |
| * | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -1/+1 |
| * | zap dead code. | Chris Lattner | 2010-08-18 | 1 | -7/+0 |
| * | Rip out the existing retroactive abstract-class usage checker, | John McCall | 2010-08-18 | 1 | -68/+176 |
| * | Don't try to initialize a reference with a constructed temporary if either | John McCall | 2010-08-17 | 1 | -1/+6 |
| * | Fix initialization for members of anonymous struct in a union. | Argyrios Kyrtzidis | 2010-08-16 | 1 | -0/+3 |
| * | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -3/+3 |
| * | Added locations and type source info for DeclarationName inside UsingDecl. | Abramo Bagnara | 2010-08-12 | 1 | -14/+14 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -12/+15 |
| * | PR7800: both virtual and non-virtual bases must be marked as used for VTTs. | Eli Friedman | 2010-08-07 | 1 | -2/+0 |
| * | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -11/+16 |
| * | Remove the DeclaredInCondition bit now that it's no longer used. | Nick Lewycky | 2010-08-06 | 1 | -2/+0 |
| * | Implement #pragma GCC visibility. | Eli Friedman | 2010-08-05 | 1 | -0/+5 |
| * | Remove a redundant and broken check. Fixes PR7810. | Sebastian Redl | 2010-08-05 | 1 | -12/+0 |
| * | Only look up an 'operator delete' on the definition of a destructor, not on | John McCall | 2010-08-04 | 1 | -2/+3 |