aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2009-06-08PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar
2009-06-08Add real parsing for __declspec. It doesn't make much of a difference Eli Friedman
2009-06-08Misc minor fixes for clang for the Windows target.Eli Friedman
2009-06-08Delete method which is now trivial.Eli Friedman
2009-06-08teach clang that -Wunused turns on all unused warnings, even though mostChris Lattner
2009-06-07Instantiation support for more Obj-C expressions, string literals, @selector ...Anders Carlsson
2009-06-07Template instantiation support for Obj-C @encode expressions.Anders Carlsson
2009-06-07Remove a few more vector builtins.Eli Friedman
2009-06-07Now that LLVM CodeGen can handle the generic variations a bit better, Eli Friedman
2009-06-06Get rid of a bunch of dead builtins.Eli Friedman
2009-06-06Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argume...Anders Carlsson
2009-06-05Set function Attribute::NoImplicitFloat appropriately.Devang Patel
2009-06-05Use of DeclContext for objc's ivars. No functionalityFariborz Jahanian
2009-06-05Improvements to CXXExprWithTemporaries in preparation for fixing a bug with d...Anders Carlsson
2009-06-05PR3443: Add stpcpy builtin (plus a few other related builtins). Yes, Eli Friedman
2009-06-05Add driver support for -fsigned-char/-funsigned-char.Eli Friedman
2009-06-05Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman
2009-06-05Add a couple of FreeBSD-specific command-line options.Eli Friedman
2009-06-05Address review comments for #pragma weak.Eli Friedman
2009-06-05Make TemplateArgumentListBuilder take an ASTContext (because we're probably g...Anders Carlsson
2009-06-05Make the TemplateArgumentList take a TemplateArgumentListBuilder.Anders Carlsson
2009-06-05Change the specialization decls to take a TemplateArgumentListBuilder.Anders Carlsson
2009-06-05Add a helper class for building template argument lists.Anders Carlsson
2009-06-05Start of a Sema implementation for #pragma weak. This isn't really theEli Friedman
2009-06-05Several improvements to template argument deduction:Douglas Gregor
2009-06-05Add parser support for #pragma weak.Eli Friedman
2009-06-04Set function attribute llvm::Attribute::NoRedZone appropriately.Devang Patel
2009-06-04Clean up builtin lists, add a few new builtins. (I re-sorted the Eli Friedman
2009-06-04forward -fno-color-diagnostics to clang-cc.Torok Edwin
2009-06-04Add ANSI color support for clang.Torok Edwin
2009-06-04Cleanup/Refactoring of ivar collection. No change in functionality.Fariborz Jahanian
2009-06-04When performing template argument deduction, ensure that multipleDouglas Gregor
2009-06-03PR4308: Fix support for -m32/-m64 on Linux.Eli Friedman
2009-06-03Driver: Support -mllvm; this just forwards options to clang-cc.Daniel Dunbar
2009-06-03Minor cleanup for implicit int warnings.Eli Friedman
2009-06-03Fix up a bunch of warnings to use ExtWarn so they interact with Eli Friedman
2009-06-03Add support for -Wempty-body.Eli Friedman
2009-06-03PR4290: Handle vfprintf in a way that doesn't give any diagnostics for Eli Friedman
2009-06-02Add clang-cc support for -disable-llvm-optzns.Daniel Dunbar
2009-06-02Missing file for __builtin_unwind_init support.Eli Friedman
2009-06-02Add builtin declarations for the variants of sin and cos.Eli Friedman
2009-06-02Add --shared option.Eli Friedman
2009-06-01A corner case of objc2 gc's write-barrier generationFariborz Jahanian
2009-06-01Fix a bug in hasEmptyExceptionSpec. (Thanks Sebastian for noticing).Anders Carlsson
2009-06-01PR4283: Don't truncate multibyte character constants in the Eli Friedman
2009-05-31Improve irgen of 'new' further.Anders Carlsson
2009-05-31Downgrade an error about "return in a no-return function" from being Chris Lattner
2009-05-31Disallow exception specs on typedefs.Sebastian Redl
2009-05-31Initial infrastructure for class template partial specialization. HereDouglas Gregor
2009-05-31Add more getters to the new AST nodes.Anders Carlsson