]> granicus.if.org Git - clang/shortlog
clang
2012-10-03 Bill SchmidtThis patch enables general varargs support for the...
2012-10-03 Fariborz JahanianFix a typo in my last patch reported by Erik Schwiebert.
2012-10-03 Douglas GregorRemove ASTReader::needPendingInstantiation(), introduce...
2012-10-03 Douglas GregorAdd some FIXMEs to the ASTReader code
2012-10-03 Douglas GregorRevert most of the functionality in r165001. Instead...
2012-10-03 Fariborz Jahanianobjective-C arc: Warn under arc about a use of an ivar...
2012-10-03 Simon AtanasyanImplement Adnroid MIPS toolchain support:
2012-10-03 Preston GurdFix failure of newly added test, by using %clang instea...
2012-10-03 Preston GurdAdds a test to verify that Clang does the optimization...
2012-10-03 Jordan RoseRevert "InlineObjCInstanceMethod.m: Remove lines introd...
2012-10-03 Benjamin Kramerclang-check: Add clangRewriteCore.a to the Makefile...
2012-10-03 Benjamin KramerMatching block names with FileCheck requires asserts.
2012-10-03 Benjamin KramerCodeGen: Fix a silly typo when emitting subs of block...
2012-10-03 Nico WeberWhen mangling an APSInt with the ms abi, make sure...
2012-10-03 Daniel JasperAs opposed to the clang-fixit tool described on
2012-10-03 Logan ChienFix typo in comments.
2012-10-03 Dmitri GribenkoComment to XML conversion: escape XML special chars...
2012-10-03 Bill WendlingThe top-level clang Makefile is #included into other...
2012-10-03 Bill WendlingAdd the missing backslash-newline which was causing...
2012-10-03 Alexey SamsonovMake sure 32-bit ASan runtime is available on 64-bit...
2012-10-03 Nico WeberWhile I'm here, resync a %select with the enum definiti...
2012-10-03 Nico WeberMove expression mangling in the microsoft mangler to...
2012-10-03 Nico WeberReplace a default: with an explicit list of cases....
2012-10-03 John McCallUpdate the block specification for some long-settled...
2012-10-03 NAKAMURA TakumiInlineObjCInstanceMethod.m: Remove lines introduced...
2012-10-03 Argyrios Kyrtzidis[PCH] Fix serialization of an ImportDecl.
2012-10-03 Argyrios KyrtzidisSet the file entry for a Module* that was created durin...
2012-10-03 Argyrios KyrtzidisAdd a FIXME.
2012-10-03 Argyrios KyrtzidisIntroduce ASTConsumer::HandleImplicitImportDecl() callb...
2012-10-03 Argyrios KyrtzidisSome renames to use the 'visitor' nomenclature, no...
2012-10-03 Michael HanImprove C++11 attribute parsing.
2012-10-03 Jordan Rose[analyzer] Adjust the return type of an inlined devirtu...
2012-10-03 Jordan Rose[analyzer] Push evalDynamicCast and evalDerivedToBase...
2012-10-03 Jordan RoseTeach getCXXRecordDeclForPointerType about references.
2012-10-03 Richard TrieuChange how the SelfReferenceChecker handles MemberExpr...
2012-10-02 Chad RosierRevert 165058, per Jim request. This requires further...
2012-10-02 Alexander KornienkoAdded a test for C++11 statement attributes serialization.
2012-10-02 Fariborz Jahanian[Doc parse]: SUpport for message in deprecated/unavailable
2012-10-02 Ted KremenekSilence -Wunused-value warning.
2012-10-02 Chad Rosier[ms-inline asm] Rewrite the symbol references as wildca...
2012-10-02 Argyrios Kyrtzidis[PCH/Module] Change the map of file-level DeclIDs to...
2012-10-02 Argyrios Kyrtzidis[libclang] When indexing an AST file, only deserialize...
2012-10-02 Chad Rosier[ms-inline asm] Fixup test case to be valid ms-style...
2012-10-02 Ted KremenekRefactor clients of AnalyzerOptions::getBooleanOption...
2012-10-02 Ted KremenekTweak AnalyzerOptions::getOptionAsInteger() to populate...
2012-10-02 Ted KremenekChange AnalyzerOptions::mayInlineCXXMemberFunction...
2012-10-02 Fariborz Jahanian[Doc parsing]: Add available and deprecated attribute...
2012-10-02 Chad Rosier[ms-inline asm] Enhance the isSimpleMSAsm() function...
2012-10-02 Bill WendlingFix test for r165028. It only generates that flag for...
2012-10-02 Bill WendlingDuring LTO, we call 'dsymutil' when we compile source...
2012-10-02 Rafael EspindolaConvert to FileCheck.
2012-10-02 Chad RosierNo need to call the InitializeAll* functions.
2012-10-02 NAKAMURA TakumiFP_CONTRACT: Fix two tests for -Asserts.
2012-10-02 Argyrios Kyrtzidis[libclang] When indexing an AST file, only deserialize...
2012-10-02 Argyrios KyrtzidisAdd info in the preprocessing record whether an inclusi...
2012-10-02 Argyrios Kyrtzidis[libclang] Even though we disable the preprocessing...
2012-10-02 Argyrios Kyrtzidis[libclang] Implement the importedASTFile indexing callb...
2012-10-02 Aaron BallmanSplitting this test case into two because the behavior...
2012-10-02 Aaron BallmanAllowing individual targets to determine whether a...
2012-10-02 Aaron BallmanSilencing an MSVC warning about */ being found outside...
2012-10-02 Axel NaumannAdd redecls into their lexical DeclContext: this is...
2012-10-02 Axel NaumannEnable programmatic provisioning of virtual module...
2012-10-02 Axel NaumannOnly those InterestingDecls that got added to the AST...
2012-10-02 Benjamin Kramer-arch is a darwin-specific driver feature, use a triple...
2012-10-02 Benjamin KramerForce triple in test to unbreak it on non-darwin platforms.
2012-10-02 Axel NaumannMerge pending instantiations instead of overwriting...
2012-10-02 Bill WendlingUse an environment variable instead of what's in the...
2012-10-02 Ted KremenekTweak diagnostic text to indicate that __weak on a...
2012-10-02 Lang HamesAdd FP_CONTRACT support for clang.
2012-10-02 Ted KremenekCheck if an IdentifierInfo* is null when the FunctionDe...
2012-10-02 Chandler CarruthRe-enable this test to reflect re-enabling the new...
2012-10-02 Jordan Rose-Wformat: Don't check format strings in uninstantiated...
2012-10-02 NAKAMURA Takumiclang/test/Index: Fix two tests. Both %S and %t are...
2012-10-01 Chad Rosier[ms-inline asm] Use the convertToMapAndConstraints...
2012-10-01 Michael Gottesman[clang-tests] Changed relative paths to absolute paths...
2012-10-01 Fariborz JahanianModern translator test. Breakup test into two and
2012-10-01 Fariborz JahanianRename a test I just added.
2012-10-01 Fariborz Jahanianobjective-C modern translator. Test for producing both
2012-10-01 Richard SmithFix treatment of case which came up on std-proposals...
2012-10-01 Richard SmithPR13978: A 'decltype' DeclSpec has an expression repres...
2012-10-01 Anna ZaksMove isObjCSelf into Expr.
2012-10-01 Anna Zaks[analyzer] Address Jordan's review for r164868.
2012-10-01 Fariborz JahanianAdd xml test for availability to comment-xml-schema.c
2012-10-01 Jordan Rose[analyzer] Allow ObjC ivar lvalues where the base is...
2012-10-01 Jordan Rose[analyzer] Add a test for PR13927 "offsetof replacement...
2012-10-01 Jordan RoseRevert "[analyzer] Check that a member expr is valid...
2012-10-01 Fariborz Jahanianavailability in structured documents. Takes
2012-10-01 Ted KremenekHave AnalyzerOptions::getBooleanOption() stick the...
2012-10-01 Ted KremenekAdd checker debug.ConfigDumper to dump the contents...
2012-10-01 Jordan RoseReapply "[analyzer] Handle inlined constructors for...
2012-10-01 Richard TrieuCleaning up the self initialization checker.
2012-10-01 Jordan Rose[analyzer] Make ProgramStateManager's SubEngine paramet...
2012-10-01 Daniel JasperFix ASTMatchersTests in configurations where
2012-10-01 Daniel JasperAdd matchers for selected C++11 features.
2012-10-01 Axel NaumannThe Redeclarable part of named decls is read before...
2012-10-01 Axel NaumannAlso merge template redeclarations.
2012-10-01 Nico WeberMark two Clang tests as passing on ARM
2012-10-01 Kostya Serebryanyfix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode...
2012-10-01 Axel NaumannBring ASTReader and Writer into sync for the case where...
2012-09-30 Benjamin KramerCodeGen: Copy tail padding when we're not dealing with...
next