]> granicus.if.org Git - clang/shortlog
clang
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.
2013-01-23 Ted KremenekAdd a test case for 'analyzer_noreturn' on category...
2013-01-23 Ted KremenekAlways process an index.html file if we have HTML outpu...
2013-01-23 Ted KremenekAdd missing null check. Not sure why my tests passed...
2013-01-23 Ted KremenekHonor attribute 'analyzer_noreturn' on Objective-C...
2013-01-23 Daniel JasperAdd extra indent for nested calls inside if's.
2013-01-23 Dmitri GribenkoImplement -Wvla correctly
2013-01-23 Douglas GregorFactor the trait for lookup into the on-based hash...
2013-01-23 Sean Silvadocs: clear up ambiguity
2013-01-23 Argyrios Kyrtzidis[PCH] Temporarily disable the "ambiguous macro" warning...
2013-01-23 Dmitri GribenkoDocumentation: add a note that -cc1 options are not...
2013-01-23 Dmitri Gribenkolibclang: change return type of getCursorDecl() to...
2013-01-23 Dmitri GribenkoUse 'const Decl *' throughout code completion in Sema
2013-01-23 Dmitri GribenkoAdd constness for NestedNameSpecifier::Create parameter
2013-01-23 Daniel JasperDon't try to align builder-type continuations on assign...
2013-01-23 Dmitri GribenkoConstify some getters in RedeclarableTemplateDecl
2013-01-23 Dmitri GribenkoRemove uneeded casts
2013-01-23 Daniel JasperDon't try to do a hanging ident after assignments.
2013-01-23 Manuel KlimekFix handling of macro definitions.
2013-01-23 Manuel KlimekFixes layouting regression and invalid-read.
2013-01-23 Daniel JasperFix the formatting of pointer/reference types in range...
2013-01-23 Daniel JasperRemoving the penalty for breaking after "=".
2013-01-23 Daniel JasperFix another regression for pointer types.
2013-01-23 Joey GoulyAdd a new LangOpt NativeHalfType. This option allows...
2013-01-23 Daniel JasperFix regression in formatting pointer types.
2013-01-23 Manuel KlimekFixes incorrect handling of the declaration context...
2013-01-23 Manuel KlimekFix segfaults in the formatter.
2013-01-23 Daniel JasperAdd option to allow putting all parameters onto the...
2013-01-23 Manuel KlimekAllow us to better guess the context of an unwrapped...
2013-01-23 Bill WendlingExplicitly cast away the const-ness instead of doing...
2013-01-23 Bill WendlingExplicitly cast away the const-ness instead of doing...
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Nick LewyckyMake __attribute__((nonnull)) use the general expressio...
2013-01-23 NAKAMURA Takumiclang/test/Driver/output-file-is-dir.c: This requires...
2013-01-23 Daniel Dunbar[Driver] Don't remove non-regular files that were outputs.
2013-01-23 James DennettDocumentation cleanup: fixing documentation for Fronten...
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-22 Douglas GregorFix compilation on Linux, which defines PATH_MAX in...
2013-01-22 Chad RosierAdd a triple, per Ben's suggestion.
2013-01-22 Chad RosierSecond attempt to fix ppc bots.
2013-01-22 Chad RosierAdd x86 requirement to hopefully fix ppc bots.
2013-01-22 Adhemerval... PowerPC: fix __builtin_eh_return_data_regno return
2013-01-22 Chad Rosier[ms-inline asm] Remove the -fenable-experimental-ms...
2013-01-22 Ted KremenekSplit "discards qualifiers" warnings of -Wincompatible...
2013-01-22 Dmitri GribenkoUpdate docs: nullptr conversion tool landed
2013-01-22 Fariborz JahanianSmall code change to improve performance
2013-01-22 Fariborz JahanianobjectiveC (take two): don't warn when in -Wselector...
2013-01-22 Chad Rosier[ms-inline asm] Remove a warning about ms-style inline...
2013-01-22 Douglas GregorMake getDefinitiveDeclContext() actually return a DeclC...
2013-01-22 Nico WeberFix a bug in VarDecl::getSourceRange() for static membe...
2013-01-22 Nico WeberFormatter: Remove a fixme klimek fixed in r173168.
2013-01-22 Manuel KlimekImplements more principled comment parsing.
2013-01-22 Daniel JasperLet the formatter be more restrictive for breaking...
next