]> granicus.if.org Git - clang/shortlog
clang
2013-01-26 Dmitri Gribenkolibclang: refactor CXStringPool: make it a class
2013-01-26 David BlaikiePR14566: Debug Info: avoid top level lexical blocks...
2013-01-26 Dmitri Gribenkolibclang: type safety for CXTranslationUnitImpl::CIdx
2013-01-26 Dmitri Gribenkolibclang: type safety for CXTranslationUnitImpl::Format...
2013-01-26 Dmitri Gribenkolibclang: some type safety for CXTranslationUnitImpl...
2013-01-26 Fariborz JahanianFix comment.
2013-01-26 Fariborz JahanianAttach any tag type's documentation to its typedef if
2013-01-26 Dmitri Gribenkolibclang: factor out the frequent pattern static_cast...
2013-01-26 Dmitri Gribenkolibclang: make getCursorParentDecl() return 'const...
2013-01-26 Dmitri Gribenkolibclang: change getCursorAttr() to return 'const Attr *'
2013-01-26 Dmitri GribenkoMigrate tests to -verify
2013-01-26 Enea ZaffanellaAdded ASTContext methods getIntPtrType and getUIntPtrType.
2013-01-26 Dmitri Gribenko<limits.h> includes <linux/limits.h> on Linux, no need...
2013-01-26 Dmitri Gribenkolibclang: make getCursorStmt() and getCursorExpr()...
2013-01-26 Tim NorthoverSpecify non-GNU-ARM triples for key-function test.
2013-01-26 Dmitri GribenkoConstify getOptionalExplicitTemplateArgs()
2013-01-26 Dmitri GribenkoConstify some getters of DesignatedInitExpr
2013-01-26 NAKAMURA Takumiclang/test/Misc/diag-template-diffing-color.cpp: Symbol...
2013-01-26 Argyrios Kyrtzidis[libclang] Introduce clang_getFileUniqueID which return...
2013-01-26 NAKAMURA Takumiclang/test/Misc/ast-dump-color.cpp: Symbolize color...
2013-01-26 Jordan Rose[analyzer] C++ initializers may require cleanups; look...
2013-01-26 Richard TrieuGive a more informative error message when the dot...
2013-01-26 Richard SmithFix mismatch between pointer and pointee type when...
2013-01-26 Richard TrieuFix test case by being more lenient on what to accept...
2013-01-26 Nick LewyckyRemove function that is newly dead as of r173538.
2013-01-26 Fariborz JahanianHopefuly unbreak buldbot.
2013-01-26 Richard TrieuHighlight various parts of the AST dump with color...
2013-01-26 Jordan Rose[analyzer] Track null object lvalues back through C...
2013-01-26 Jordan Rose[analyzer] bugreporter::getDerefExpr now takes a Stmt...
2013-01-26 Jordan Rose[analyzer] Add 'prune-paths' config option to disable...
2013-01-26 Jordan Rose[analyzer] Rename PruneNullReturnPaths to SuppressNullR...
2013-01-26 Fariborz JahanianFix up the test.
2013-01-26 Douglas GregorSince we're stuck with realpath for the header <->...
2013-01-26 Richard SmithRevert r172285 (suppressing a 'redundant' -Wc++98-compa...
2013-01-26 Dmitri GribenkoComment parsing: actually check for a block command...
2013-01-26 Nick LewyckyPreserve Sema::UndefinedInternals across PCH boundaries...
2013-01-25 Fariborz Jahanianpatch for PR9027 and // rdar://11861085
2013-01-25 NAKAMURA Takumiclang/test/Index/annotate-comments-typedef.m: Remove...
2013-01-25 John McCallARM says that the array cookie should always be eight...
2013-01-25 John McCallMove the decision about the kind of CGCXXABI to make...
2013-01-25 Douglas GregorImprove coordination between the module manager and...
2013-01-25 NAKAMURA Takumiclang/test/Preprocessor/iwithprefix.c: Tweak default...
2013-01-25 Daniel Dunbar[utils] Kill another no-longer-useful utility script.
2013-01-25 Fariborz Jahaniansimplify code by removing excessive bracing.
2013-01-25 Fariborz JahanianAttach enum's documentation to its typedef if
2013-01-25 John McCallThe standard ARM C++ ABI dictates that inline functions are
2013-01-25 John McCallFirst pass at abstracting out a class for the target...
2013-01-25 Douglas GregorOptimize ModuleManager::visit() by precomputing the...
2013-01-25 Dmitri GribenkoRemove useless 'XPASS: *' from tests
2013-01-25 Renato GolinTemporarily disabling ms-asm test
2013-01-25 Dmitri GribenkoThis test actually passes, just add the missing expecte...
2013-01-25 Dmitri GribenkoMigrate test from grep to -fdiagnostics-parseable-fixits
2013-01-25 Daniel DunbarRemove empty directories.
2013-01-25 Daniel Dunbar[utils] Remove the OptionalTests subdir no one runs.
2013-01-25 Daniel Dunbar[utils] Remove C++Tests that I don't think anyone uses...
2013-01-25 Alexander KornienkoSilence unintended fallthrough diagnostic on a case...
2013-01-25 Dmitri GribenkoFileCheck'ize tests
2013-01-25 Dmitri GribenkoMigrate tests to -verify and merge them
2013-01-25 Daniel Dunbar[tests] Force a triple to ensure /usr/include is one...
2013-01-25 Daniel Dunbar[tests] Add a test for -iwithprefix.
2013-01-25 Fariborz JahanianAdd space after ';'.
2013-01-25 Fariborz JahanianImprove diagnsotic further on integer overflow.
2013-01-25 Alexander KornienkoDon't suggest to insert [[clang::fallthrough]] before...
2013-01-25 Daniel JasperFix some alignment and line break decisions.
2013-01-25 NAKAMURA TakumiLexer.cpp: Fix a warning with ptrdiff_t on i686. [...
2013-01-25 NAKAMURA Takumiclang/test/PCH/modified-header-error.c: Disable it...
2013-01-25 Daniel JasperAllow breaking after "::" if absolutely necessary.
2013-01-25 NAKAMURA TakumiConvertUTF.h: Suppress a warning with ptrdiff_t on...
2013-01-25 NAKAMURA Takumiclang/test/Driver/output-file-cleanup.c: Add arm and...
2013-01-25 Nick LewyckyAdd missing InGroup for this warning.
2013-01-25 NAKAMURA Takumiclang/test/Driver/output-file-cleanup.c: Mark it as...
2013-01-25 NAKAMURA Takumiclang/test/Index/crash-recovery-*.c: Drop 'REQUIRES...
2013-01-25 NAKAMURA Takumiclang/test: Drop "REQUIRES:shell" in three tests. They...
2013-01-25 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-static-member.cpp...
2013-01-25 NAKAMURA TakumiCreate clang/test/Driver/lit.local.cfg.
2013-01-25 Richard SmithSync 'in class initialization of static const double...
2013-01-25 Daniel Dunbar[Frontend] Remove another IsUserSpecified member variab...
2013-01-25 Daniel Dunbar[Frontend] Drop the isUserSupplied argument to InitHead...
2013-01-25 Daniel Dunbar[Frontend] The -iwithprefix option belongs in the After...
2013-01-25 Daniel Dunbar[Lex] Remove DirectoryLookup.UserSpecified, which is...
2013-01-25 NAKAMURA TakumiSerialization/GlobalModuleIndex.cpp: Fixup r173405...
2013-01-25 Douglas GregorImplement the reader of the global module index and...
2013-01-25 Douglas GregorRename the -cc1 option "-generate-module-index" to
2013-01-25 Douglas GregorTrack the number of lookups and hits into the on-disk...
2013-01-25 Jordan RoseClarify comment: "diagnose" is better than "warn" when...
2013-01-25 Richard SmithClean up: since we have FunctionDecl::IsInline, make...
2013-01-25 Dmitri GribenkoFileCheck'ize test
2013-01-24 Dmitri GribenkoFileCheck'ize test
2013-01-24 Anna Zaks[analyzer] Fixup for r173385 and r173386 - initialize...
2013-01-24 Dmitri GribenkoFileCheck'ize test
2013-01-24 Dmitri GribenkoFileCheck'ize test
2013-01-24 Fariborz JahanianFixes text of diagnostics in integer overflow patch.
2013-01-24 Dmitri GribenkoFileCheck'ize test/SemaCXX/qualified-names-print.cpp...
2013-01-24 Anna Zaks[analyzer] Add "-analyzer-config mode=[deep|shallow] ".
2013-01-24 Anna Zaks[analyzer] Replace "-analyzer-ipa" with "-analyzer...
2013-01-24 Anna Zaks[analyzer] refactor: access IPAMode through the accessor.
2013-01-24 Jordan Rosescan-build: Add a --keep-empty option for better testing.
2013-01-24 David BlaikieFileCheck-ify some debug info scope related tests.
2013-01-24 Fariborz Jahanianremoved duplicated comment.
2013-01-24 Fariborz JahanianPatch to check for integer overflow. It has been
next