]> granicus.if.org Git - clang/shortlog
clang
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
2013-01-24 Jordan RoseMove 'convertUTF8Sequence' helper into the C++ section...
2013-01-24 Akira Hatanaka[mips] Do not emit i32 padding if target ABI is O32...
2013-01-24 Jordan RoseTest fix-it ranges for Unicode characters.
2013-01-24 Jordan RoseAdd a fixit for \U1234 -> \u1234.
2013-01-24 Jordan RoseAs an extension, treat Unicode whitespace characters...
2013-01-24 Jordan RoseHandle universal character names and Unicode characters...
2013-01-24 Jordan RoseUnify diagnostics for \x, \u, and \U without any follow...
2013-01-24 Chad RosierFail these tests in a way that doesn't cause unexpected...
2013-01-24 Chad RosierTemporarily XFAIL this test; the compiler will segfault...
2013-01-24 Chad Rosier[ms-inline asm] Add an error when trying to compile...
2013-01-24 Chad Rosier[driver] Associate a JobAction with each result file...
2013-01-24 Michael HanPR14922: when printing an attribute, use the real synta...
2013-01-24 Joey GoulyFix a non-conformant OpenCL test case.
2013-01-24 Joey GoulyProperly remove this test file, that I copied over...
2013-01-24 Joey GoulyFix an OpenCL test case that was OpenCL conformant.
2013-01-24 NAKAMURA Takumiclang/GlobalModuleIndex: Don't open the same file twice...
2013-01-24 NAKAMURA Takumiclang/test/Modules/global_index.m: XFAILing on win32...
2013-01-24 Nick LewyckyGive warn_redecl_library_builtin a flag name: -Wincompa...
2013-01-24 Nick LewyckyStart checking nonnull (as well as format and argument_...
2013-01-24 Nick LewyckyFix some wonky formatting, remove spurious emacs major...
2013-01-23 Richard SmithMicro cleanup: use an array of const char, rather than...
2013-01-23 Bill WendlingDon't check lines beginning with '#', since they could...
2013-01-23 Bill WendlingDon't check lines beginning with '#', since they could...
2013-01-23 Bill WendlingThe diagnostic is now a warning instead of an error...
2013-01-23 Douglas GregorFix for case-sensitive file systems. Ugh
2013-01-23 Douglas GregorImplement the writer side of the global module index.
next