]> granicus.if.org Git - clang/shortlog
clang
2012-10-04 Abramo BagnaraFixed FunctionTypeLoc source range.
2012-10-04 Abramo BagnaraFixed instantiated operators source range.
2012-10-04 Abramo BagnaraFixed friend decl source range.
2012-10-04 Abramo BagnaraFixed ParamDecl source range for implicit typed k&r...
2012-10-04 Bill SchmidtFix the CodeGen/ppc64-varargs-struct.c test case to...
2012-10-04 Bill SchmidtAdd a test case for r156143, which enabled general...
2012-10-04 Benjamin KramerDriver: Link crtfastmath.o if it's available and -ffast...
2012-10-04 Michael HanFix scope location when parsing GNU attributes.
2012-10-04 Preston GurdRevert 165129
2012-10-04 Benjamin KramerPrefer StringRef::startswith to the strncmp/strlen...
2012-10-04 Logan ChienFix typo in comments.
2012-10-04 Axel NaumannFix r165005: The lexical DeclContext is not the right...
2012-10-04 Nick LewyckyAdd missing comment for mangling.
2012-10-04 Lang HamesFail early with a clear assert if an operation with...
2012-10-04 Lang HamesTest file-scoped FP_CONTRACT pragma.
2012-10-04 Eli FriedmanPermanently end the whole "pragma got handled by the...
2012-10-03 Bill WendlingAdd an explicit -object_path_lto flag during linking...
2012-10-03 Fariborz Jahanianuse ';' instead of '-' in the note part of my last...
2012-10-03 Chad RosierUpdate test case for r165174.
2012-10-03 Sean Silvatblgen: Migrate clang-tblgen to new TableGenMain API.
2012-10-03 Bill WendlingRemove the directory that these are already in.
2012-10-03 Argyrios Kyrtzidis[libclang] When indexing, invoke the importedASTFile...
2012-10-03 Argyrios Kyrtzidis[libclang] Simplify indexing of module imports by handl...
2012-10-03 Richard SmithPR14004: Fix typo in documentation.
2012-10-03 Benjamin KramerFix invalid reads by memcmp.
2012-10-03 Benjamin KramerAlways initialize FPContractable.
2012-10-03 Michael J.... [Options] Store the owning OptTable in Option so it...
2012-10-03 Simon AtanasyanRemove useless parameter "WantFile" from Driver::GetPro...
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...
next