]> granicus.if.org Git - clang/shortlog
clang
2013-01-20 Sean SilvaNuke SetUpBuildDumpLog.
2013-01-20 Sean SilvaFix what appears to be a copy-paste error.
2013-01-20 David BlaikieThe last of PR14471: Debug info support for inline...
2013-01-20 Michael GottesmanFixed trailing whitespace.
2013-01-20 Chris Lattneradd back a #include needed on some builders.
2013-01-20 Chris Lattnerfinish converting the normal cases in ASTReader to...
2013-01-20 Tobias Grosser[cindex.py]: Use spaces instead of tabs
2013-01-20 Chris Lattnerconvert some more stuff over to use new cursor APIs.
2013-01-19 Dmitri GribenkoActually update the test, fixup for r172923
2013-01-19 Dmitri GribenkoUse llvm::hexDigitValue in comment lexer
2013-01-19 Dmitri GribenkoComment parsing: add more tests for html character...
2013-01-19 Chris Lattnerswitch a bunch of ASTReader to use the new BitstreamCur...
2013-01-19 Chris Lattnerrandom tidying
2013-01-19 Jordan Rose[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
2013-01-19 David BlaikieEmit the function type of member function pointer types...
2013-01-19 Benjamin KramerlibclangSerialization also depends on the bitreader.
2013-01-19 Chris Lattnerupdate header comment.
2013-01-19 Chris Lattnerfix the unit tests too.
2013-01-19 Chris Lattnerthese now depend on the bitcode reader too.
2013-01-19 Chris Lattnerthis depends on the bitcode reader, since it is using it.
2013-01-19 Tobias Grosser[cindex.py] Add cache for CompletionChunk spellings
2013-01-19 Tobias Grosser[cindex.py] Replace CachedProperty with our own impleme...
2013-01-19 Tobias Grosser[cindex.py]: Speed up lookup of the completion kind
2013-01-19 Chandler CarruthRe-sort all the headers. Lots of regressions have crept...
2013-01-19 Chandler CarruthMove an input header file under an Inputs directory...
2013-01-19 Ted KremenekReapply r172878 with test case.
2013-01-19 Richard SmithFix five more cases of tokens which can legally follow...
2013-01-19 Argyrios Kyrtzidis[PCH/Modules] Revert r172843, it caused a module to...
2013-01-19 Anna Zaks[analyzer] Suppress warnings coming out of macros defin...
2013-01-19 NAKAMURA TakumiWhitespace.
2013-01-19 NAKAMURA TakumiRevert r172878, "Reword warning about using a *static...
2013-01-19 Ted KremenekReword warning about using a *static* variable within...
2013-01-19 Ted Kremenek-Wuninitialized: warn about uninitialized values result...
2013-01-18 David BlaikieRemove windows line endings.
2013-01-18 Matt Beaumont-GayRemove unused variable
2013-01-18 Jordan RoseAdopt llvm::hexDigitValue.
2013-01-18 Jordan RoseFix mismatched #endif.
2013-01-18 Douglas GregorOnce we've collected the template arguments for a
2013-01-18 DeLesley HutchinsThread-safety analysis: ignore edges from throw express...
2013-01-18 Richard SmithInclude ubsan runtime even when building a shared libra...
2013-01-18 Akira Hatanaka[mips] Enable inlining of atomic ops on mips32 and...
2013-01-18 Bill WendlingUse the AttributeSet query method instead of the Attrib...
2013-01-18 Argyrios Kyrtzidis[PCH/Modules] Re-apply r172620 and r172629, now with...
2013-01-18 Nico WeberFix parsing of class specifiers before '\n' 'operator'.
2013-01-18 Jordan Rose[analyzer] Special path notes for C++ special member...
2013-01-18 Jordan Rose[analyzer] Do a better job describing C++ member functi...
2013-01-18 Manuel KlimekFix comment.
2013-01-18 Manuel KlimekFixes issues around pulling in the next line in simple...
2013-01-18 NAKAMURA Takumiclang/test/CodeGen: Suppress a couple of tests on win32...
2013-01-18 Manuel KlimekFixes problems with line merging in the face of preproc...
2013-01-18 NAKAMURA Takumiclang-check: Introduce llvm::sys::PrintStackTraceOnErro...
2013-01-18 Will Dietz[ubsan] Add support for -fsanitize-blacklist
2013-01-18 Daniel JasperReduce penalty for splitting between ")" and ".".
2013-01-18 Daniel JasperAlso align trailing line comments in include directives.
2013-01-18 Daniel JasperLet the formatter align trailing line comments where...
2013-01-18 Nico WeberFormatter: After case blocks, "break" goes on the same...
2013-01-18 Nico WeberFormatter: Enable @encode test.
2013-01-18 Douglas GregorRevert Clang r172620 and r172629, which caused a hang...
2013-01-18 Nico WeberFormatter: The contents of @selector() should be format...
2013-01-18 Douglas GregorWhen checking the parameter types of an Objective-C...
2013-01-18 Chad Rosier[ms-inline asm] Test case for r172773.
2013-01-17 Douglas GregorOne can override an Objective-C ARC ownership qualifier...
2013-01-17 Richard SmithSome builtins do not evaluate their arguments. Teach...
2013-01-17 Douglas GregorIn Objective-C ARC, completely ignore ownership qualifi...
2013-01-17 Anna Zaks[analyzer] DirectIvarAssignment: allow suppression...
2013-01-17 Richard SmithDefer checking for unsequenced operations on the RHS...
2013-01-17 Jordan RoseFormat strings: don't ever convert %+d to %lu.
2013-01-17 Richard SmithParsing support for C11's _Noreturn keyword. No semanti...
2013-01-17 Richard Smith-Wunsequenced: if the LHS of an &&, || or ?: is not...
2013-01-17 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-17 Peter CollingbourneDo not pass -pie flag to linker if -shared specified...
2013-01-17 Chad Rosier[ms-inline asm] Updates and test case for r172743.
2013-01-17 Chad Rosier[ms-inline asm] Extend the Sema interface to get the...
2013-01-17 Jordan RoseFormat strings: correct signedness if already correctin...
2013-01-17 Jordan RoseConvert test/FixIt/format-darwin.m to use relative...
2013-01-17 Joey GoulyAdd some semantic checks for OpenCL. Variadic macros...
2013-01-17 Nico WeberFormatter: Get bit tests in ifs right.
2013-01-17 Dmitri GribenkoDocumentation: formatting
2013-01-17 Daniel JasperAllow breaking after the trailing const after a functio...
2013-01-17 Chandler CarruthAdd initial rough support for synthesizing linker optio...
2013-01-17 Daniel JasperImprove handling of comments in static initializers.
2013-01-17 David BlaikieImprove -Wreorder to handle cases of anonymous class...
2013-01-17 NAKAMURA Takumiclang/test/Index/code-completion-skip-bodies.cpp: Check...
2013-01-17 Nico WeberRevert most of r172140.
2013-01-17 David BlaikieArrayRef-ize some ctor initializer related APIs
2013-01-17 David BlaikieRemove some unnecessary casts
2013-01-17 David BlaikieAdd test for PR12938, fixed by Richard Smith in r172691
2013-01-17 Matt Beaumont-GaySuppress all -Wunused-value warnings from macro body...
2013-01-17 Douglas GregorAdd a comment for Daniel
2013-01-17 Richard SmithTest that we correctly handle reversion of line splicin...
2013-01-17 Richard SmithAttempt to work around bug in older GCCs to fix buildbot.
2013-01-17 Daniel Dunbar[IRgen] Update modules autolink metadata to use module...
2013-01-17 Richard SmithImplement C++11 semantics for [[noreturn]] attribute...
2013-01-17 Richard SmithAdd -Wunsequenced (with compatibility alias -Wsequence...
2013-01-17 NAKAMURA Takumiclang/test/Modules/compiler_builtins.m: Mark this as...
2013-01-17 Douglas GregorTreat hidden Objective-C protocol definitions as if...
2013-01-17 Dmitri GribenkoImplement a fixit for -Wmain-return-type
2013-01-17 Fariborz JahanianobjC block layout: Patch reorders block layout to
2013-01-17 Matt Beaumont-GayFix a typo introduced in r172665.
2013-01-16 Argyrios Kyrtzidis[objcmt] Rewrite a NSDictionary dictionaryWithObjects...
next