]> granicus.if.org Git - clang/shortlog
clang
2010-07-02 Douglas GregorLazily declare implicit copy constructors.
2010-07-02 Argyrios KyrtzidisRead/write CastExpr's CXXBaseSpecifierArray for PCH.
2010-07-02 Argyrios KyrtzidisFix broken PCH support for CXXDefaultArgExpr.
2010-07-02 Douglas GregorIntroduce a new routine, LookupConstructors(), and...
2010-07-02 Douglas GregorLazily declare copy-assignment operators.
2010-07-02 Zhanyong WanMake RecursiveASTVisitor traverse function parameter...
2010-07-02 Douglas GregorLazily declare the implicitly-declared destructor in...
2010-07-02 Craig SilversteinDon't visit implicitly defined functions (default const...
2010-07-02 Douglas GregorMove the "current scope" state from the Parser into...
2010-07-02 Douglas GregorBy default, warn about commas at the end of an enumerat...
2010-07-02 Argyrios KyrtzidisHandle CXXConstructorDecl, CXXDestructorDecl, and CXXCo...
2010-07-02 Argyrios KyrtzidisProvide some test cases for C++ PCH.
2010-07-02 Argyrios KyrtzidisDisable Decl::CheckAccessDeclContext() temporarily.
2010-07-02 Argyrios KyrtzidisFix reading FunctionDecls from PCH.
2010-07-02 Argyrios KyrtzidisFix reading ClassTemplateDecl's ClassTemplateSpecializa...
2010-07-02 Argyrios KyrtzidisFully read/write CXXRecordDecl for PCH.
2010-07-02 Argyrios KyrtzidisFix reading of DependentNameType.
2010-07-02 Argyrios KyrtzidisAllow reading of InjectedClassNameType from PCH even...
2010-07-02 Argyrios KyrtzidisFix broken reading of member pointer from PCH.
2010-07-02 Argyrios Kyrtzidis- Allow a typedef type to be read from PCH even if...
2010-07-02 Argyrios KyrtzidisFix broken reading of "#lines" from PCH.
2010-07-02 Argyrios KyrtzidisGenerally types expect an initialized TypeDecl; its...
2010-07-02 Argyrios KyrtzidisAdd some side-effect free Create methods for TypeDecl...
2010-07-02 Zhongxing XuCreate a ASTUnitTU class to interface ASTUnit to the...
2010-07-02 Zhongxing Xuadd -analyze-function option.
2010-07-02 Zhongxing Xuadd -view-call-graph option to wpa.
2010-07-02 Zhongxing XuChange CallGraph::Prog to be a reference. idx::Program...
2010-07-01 Craig SilversteinHandle typedef function declarations correctly, such as
2010-07-01 Douglas GregorAdd a new routine Sema::LookupDestructor and make all...
2010-07-01 Douglas GregorProvide exception specifications for implicitly-declare...
2010-07-01 Douglas GregorMove the implicit declaration of a default constructor...
2010-07-01 Douglas GregorProvide exception specifications for implicitly-declare...
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Ted KremenekFix PR 7475 by enhancing the static analyzer to also...
2010-07-01 Jordy RoseAdd an ivar to SymbolReaper for the current statement...
2010-07-01 Douglas GregorTest implicit declaration of copy assignment operator...
2010-07-01 Douglas GregorMove the implicit declaration of a constructor out...
2010-07-01 Douglas GregorTeach DeclareImplicitCopyConstructor how to cope with...
2010-07-01 Douglas GregorMove declaration of a class's implicit copy constructor...
2010-07-01 Douglas GregorProvide an exception-specification for an implicitly...
2010-07-01 Douglas GregorMove the implicit declaration of a class's copy-assignm...
2010-07-01 Douglas GregorMake loops infinitely faster. No functionality change.
2010-07-01 Douglas GregorAdd Sema test case for exception-specifiers implicitly...
2010-07-01 Douglas GregorRemove unnecessary ASTContext parameter from
2010-07-01 Zhongxing XuExplodedGraph never uses ASTContext, remove it.
2010-07-01 Chris Lattnerfix rdar://8147692 - yet another crash due to my abi...
2010-07-01 Douglas GregorReinstate fix for PR7526, which was failing because...
2010-07-01 Douglas GregorUpdate diagnostic on compatibility page to reflect...
2010-07-01 Douglas GregorWhen performing copy initialization via user-defined...
2010-07-01 Douglas GregorRevert r107374, which broke bootstrap.
2010-07-01 Douglas GregorWhen building the type of a destructor, make sure to...
2010-07-01 Douglas GregorExtend the "cannot convert from base class pointer...
2010-07-01 Daniel DunbarDriver: .dSYM suffix should be appended, not replace...
2010-07-01 Daniel DunbarDriver/IRgen: Add support for -momit-leaf-frame-pointer.
2010-07-01 Ted KremenekUpdate checker build.
2010-07-01 Douglas GregorAdd test case that I forgot to commit with r107354...
2010-07-01 Douglas GregorBe a bit more careful with undefined CXXRecordDecls...
2010-07-01 Daniel DunbarRevert "IRgen: Make sure any prolog instructions get...
2010-07-01 Douglas GregorImplement C++ DR481, which clarifies that the scope...
2010-06-30 Daniel DunbarDriver/Darwin: Add one -L for the DarwinClang toolchain...
2010-06-30 Douglas GregorImprove diagnostic when we fail to pick an overload...
2010-06-30 John ThompsonFix vector literal/cast confusion - bug 6895.
2010-06-30 Douglas GregorWording tweak from Dan.
2010-06-30 Douglas GregorWording tweak from Dan.
2010-06-30 Benjamin Kramertypo.
2010-06-30 Daniel DunbarRuntime: Always build compiler-rt using the Clang we...
2010-06-30 Daniel DunbarMove lib/Runtime to runtime/, and build after everythin...
2010-06-30 Douglas GregorRemove redundant and incomplete bits from the users...
2010-06-30 Douglas GregorNew language-compatibility page, including language...
2010-06-30 Daniel Dunbarlibclang: When invoking external clang process to get...
2010-06-30 Daniel DunbarIRgen: Fix debug info regression in r106970; when we...
2010-06-30 Daniel DunbarIRgen: Make sure any prolog instructions get debug...
2010-06-30 Daniel DunbarRewriter: Use the appropriate printing context instead...
2010-06-30 Daniel DunbarAST: Propogate printing policy to types in a bunch...
2010-06-30 Chris LattnerReapply:
2010-06-30 Fariborz JahanianUse isFunctionOrMethod for vars declared locallly
2010-06-30 Eric ChristopherAdd a return to silence a warning. Alternately a defau...
2010-06-30 Zhanyong WanFix RecursiveASTVisitor to traverse the ctor initialize...
2010-06-30 Fariborz Jahanianextern variable declared locally to objective-c++ method
2010-06-30 Sebastian RedlMake both old and new versions of reference binding...
2010-06-30 Douglas GregorClean up the diagnostic complaining about the element...
2010-06-30 Douglas GregorComplain about the application of a transparent_union...
2010-06-30 Chris Lattnerreduce nesting.
2010-06-30 Duncan SandsAdd header file needed to compile with g++-4.6, which...
2010-06-30 Sebastian RedlFix a comment typo.
2010-06-30 Fariborz JahanianNasty rewriter bug which turns out to have an easy...
2010-06-30 Argyrios KyrtzidisFix rdar://8139785 "implement warning on dead expressio...
2010-06-30 Argyrios KyrtzidisFix PCH support for UnresolvedUsingTypenameDecl and...
2010-06-30 Argyrios KyrtzidisSupport DependentSizedArrayType for PCH.
2010-06-30 Argyrios KyrtzidisSupport ParenListExpr for PCH.
2010-06-30 Argyrios KyrtzidisMake the constructor explicit.
2010-06-30 Charles DavisMangle arrays in the Microsoft C++ Mangler. It's not...
2010-06-30 Ted KremenekCorrectly implement the CheckerVisit optimization intro...
2010-06-30 Daniel DunbarHeaders: Define __INT64_TYPE__ in terms of getInt64Type...
2010-06-30 Daniel DunbarHeaders: Change [u]intmax_t to be defined in terms...
2010-06-30 Chandler CarruthReapply r107235, this time with both my typo fixed...
2010-06-30 Chandler CarruthRevert r107235, it had a silly typo in it, and fixing...
2010-06-30 Jordy RosePointers casted as integers still count as locations...
2010-06-30 Chandler CarruthFix PR7402: We were creating implicit member initialize...
2010-06-30 Daniel DunbarRevert r107173, "fix PR7519: after thrashing around...
next