Age | Commit message (Expand) | Author |
2009-11-14 | When dumping implicit cast exprs, print out whether the cast is an lvalue cas... | Anders Carlsson |
2009-11-14 | Move the program action enum to FrontendOptions. | Daniel Dunbar |
2009-11-14 | Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. | Daniel Dunbar |
2009-11-14 | Add an internal CreateRecordDecl that will create a CXXRecordDecl when compil... | Anders Carlsson |
2009-11-14 | Always build a builtin operator expression for the __extension__ unary operator. | Anders Carlsson |
2009-11-14 | Handle CK_BitCast in EmitCastLValue. | Anders Carlsson |
2009-11-14 | - Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen... | Sebastian Redl |
2009-11-14 | Canonicalize the type before trying to create a debug type. | Anders Carlsson |
2009-11-14 | Have CGDebugInfo::getOrCreateType cache the QualType instead of having every ... | Anders Carlsson |
2009-11-14 | Improve test to make sure -fixit is really working. | Daniel Dunbar |
2009-11-14 | Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by A... | Benjamin Kramer |
2009-11-14 | Build up more of the rtti info for a class. WIP. | Mike Stump |
2009-11-14 | Add the name to the rtti data structure. | Mike Stump |
2009-11-14 | Change *BugReport constructors to take StringRefs. | Benjamin Kramer |
2009-11-14 | clang-cc: Switch to using FrontendAction. Whee. | Daniel Dunbar |
2009-11-14 | Add FrontendActions for all preprocessor based clang-cc actions. | Daniel Dunbar |
2009-11-14 | Add FrontendActions, which provides a FrontendAction interface to all the exi... | Daniel Dunbar |
2009-11-14 | Add FrontendAction interface, for encapsulating a "clang-cc" style action. | Daniel Dunbar |
2009-11-14 | Avoid assert-crash in a case where the expression passed to EmitConstantExpr | Eli Friedman |
2009-11-14 | Make __func__ and friends work correctly within the initializer for a static | Eli Friedman |
2009-11-14 | Shuffle VerifyDiagnosticsClient API to be less fragile. | Daniel Dunbar |
2009-11-14 | Add CompilerInstance::InitializeSourceManager. | Daniel Dunbar |
2009-11-14 | PR5462: Don't run off the edge of the argument array for vararg handling | Eli Friedman |
2009-11-14 | Update FixIt tests to make it more obvious they use a separate mode. | Daniel Dunbar |
2009-11-14 | Turn -fixit it back into a mode, but make -fixit-at imply that mode this time | Daniel Dunbar |
2009-11-14 | Fix a couple of tests. | Eli Friedman |
2009-11-14 | PR5483: Generate missing form of destructor when it is virtual. (Someone | Eli Friedman |
2009-11-14 | Fix for PR5489: don't skip the complete type requrirement for variable | Eli Friedman |
2009-11-14 | When type-checking a static cast (or the static_cast part of a C-style | Douglas Gregor |
2009-11-14 | Switch -verify implementation to use VerifyDiagnosticClient. | Daniel Dunbar |
2009-11-14 | Fix broken tests, exposed by improved -verify. | Daniel Dunbar |
2009-11-14 | Add VerifyDiagnosticsClient, to replace old -verify. | Daniel Dunbar |
2009-11-14 | Diagnose ambiguity of operator delete and operator delete[]. Sebastian, pleas... | Anders Carlsson |
2009-11-14 | Pass Preprocessor through DiagnosticClient::BeginSourceFile. | Daniel Dunbar |
2009-11-14 | Add ASTConsumer to CompilerInstance. | Daniel Dunbar |
2009-11-14 | Generate the old API when sending message to super | Fariborz Jahanian |
2009-11-14 | Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. | Anders Carlsson |
2009-11-14 | If we attempt to add a constructor template specialization that looks | Douglas Gregor |
2009-11-14 | Add static version of Preprocessor::getSpelling. | Daniel Dunbar |
2009-11-14 | Move CompilerInstance::set* methods out-of-line. | Daniel Dunbar |
2009-11-14 | Move definition of GRExprEngine::ProcessEndPath() out-of-line. | Ted Kremenek |
2009-11-14 | Mangling support for typeinfo names. | Mike Stump |
2009-11-13 | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor |
2009-11-13 | Handle descructor printing better. | Mike Stump |
2009-11-13 | Template argument deduction of a non-type template parameter from a | Douglas Gregor |
2009-11-13 | A constructor template cannot be instantiated to a copy | Douglas Gregor |
2009-11-13 | Also track address points for primaries bases. | Mike Stump |
2009-11-13 | Code gen. For virtual destructor call on array objects | Fariborz Jahanian |
2009-11-13 | More VTT and constructor vtable testcases from recent work. | Mike Stump |
2009-11-13 | Add more testcase for construction vtables and VTTs. | Mike Stump |