Age | Commit message (Expand) | Author |
2009-09-05 | Refine overrides and thunks for virtual bases. Cleanups. WIP. | Mike Stump |
2009-09-05 | Replace some instances of std::string with StringRefs. | Benjamin Kramer |
2009-09-05 | Cleanup. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Cleanups. | Mike Stump |
2009-09-05 | Overhaul the mangler to use a visitor pattern, at least for types. We can sa... | John McCall |
2009-09-05 | Cleanups. WIP. | Mike Stump |
2009-09-05 | Pass the ConstructLoc to BuildCXXConstructExpr. | Anders Carlsson |
2009-09-05 | Install thunks later to fixup overrides. Track space taken by vbase | Mike Stump |
2009-09-05 | pass the correct predecessor node. | Zhongxing Xu |
2009-09-05 | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall |
2009-09-05 | Do not call FlushReports() in GRBugReporter's dtor. We already call it in | Zhongxing Xu |
2009-09-05 | Report errors for member functions correctly. | Anders Carlsson |
2009-09-05 | Use a separate diagnostic for default function argument expressions. | Anders Carlsson |
2009-09-05 | Refactor builtin function evaluation code into its own function. | Zhongxing Xu |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-09-04 | Improve the AST representation and semantic analysis for extern | Douglas Gregor |
2009-09-04 | Don't generate any code for an explicit call to a trivial destructor. | Douglas Gregor |
2009-09-04 | Merge libgcc spec changes for darwin::Link::ConstructJob. | Daniel Dunbar |
2009-09-04 | Tweak darwin::Link::AddLinkArgs. | Daniel Dunbar |
2009-09-04 | Implement darwin::Link::AddDarwinArch for ARM. | Daniel Dunbar |
2009-09-04 | Darwin: Pass -iphoneos-version-min to ld when building for ARM. | Daniel Dunbar |
2009-09-04 | Add -ccc-install-dir option for faking installation path. | Daniel Dunbar |
2009-09-04 | Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. | Daniel Dunbar |
2009-09-04 | If a destructor is referenced or a pseudo-destructor expression is | Douglas Gregor |
2009-09-04 | Add overidding for methods for vtable building for the secondary | Mike Stump |
2009-09-04 | Remove unused argument. | Daniel Dunbar |
2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
2009-09-04 | Implement accessors clang_getCursorKind(), clang_getCursorDecl(). | Steve Naroff |
2009-09-04 | When searching for a default constructor or copy constructor, skip constructo... | Douglas Gregor |
2009-09-04 | Parse extern templates, pass that information all the way to Sema, | Douglas Gregor |
2009-09-04 | Introduce an egregious hack to fix PR4828. | Douglas Gregor |
2009-09-04 | move the check into MarkNoReturnFunction. | Zhongxing Xu |
2009-09-04 | Extract mark-no-return-function code into a function. | Zhongxing Xu |
2009-09-04 | Correctly handle elaborated template ids. Still not handled properly for fri... | John McCall |
2009-09-03 | Patch to instantiate destructors used to destruct | Fariborz Jahanian |
2009-09-03 | If the alignment of the chosen field in a union is greater than the alignment... | Anders Carlsson |
2009-09-03 | Implement tree transformations for DeclarationNames. Among other | Douglas Gregor |
2009-09-03 | Improve template instantiation for member access expressions that | Douglas Gregor |
2009-09-03 | Mark constructors used in initialization of base(s) and fields | Fariborz Jahanian |
2009-09-03 | Issue diagnostics in variety of situations involving | Fariborz Jahanian |
2009-09-03 | Don't use '%ll', this doesn't workin on Win32. | Daniel Dunbar |
2009-09-03 | Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS... | Steve Naroff |
2009-09-03 | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor |
2009-09-03 | Save/load POSIXThreads flag for PCH | Douglas Gregor |
2009-09-03 | Revert "Visit function/method bodies and issue callback for parameters and local | Daniel Dunbar |