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