]> granicus.if.org Git - clang/shortlog
clang
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...
2013-01-16 Rafael EspindolaDelay linkage checks when validating the weakref attribute.
2013-01-16 Aaron BallmanFixes crash when illegal function definitions are delet...
2013-01-16 Rafael EspindolaSimplify code. No functionality change.
2013-01-16 David BlaikieRemove unnecessary initialization i Added in r172668.
2013-01-16 David BlaikieReadd an open paren that was lost while reformatting...
2013-01-16 David BlaikieFix -Wreorder warning.
2013-01-16 Rafael EspindolaCheck for internal weak decls after merging.
2013-01-16 David BlaikiePR14964: intrinsic headers using non-reserved identifiers
2013-01-16 Douglas GregorRework the traversal of Objective-C categories and...
2013-01-16 Peter CollingbourneUse getProcessTriple in clang-interpreter.
2013-01-16 Richard SmithAdd raw string literal versus C preprocessor test,...
2013-01-16 Tim NorthoverFix recent test for more diverse environments.
2013-01-16 Tim NorthoverCorrect order of operands forwarding NEON vfma to LLVM fma
2013-01-16 Eric ChristopherMove initialization of ParsingIfOrElifDirective down...
2013-01-16 Eric ChristopherAdd testcase missed yesterday. Patch from Paul Robinson.
2013-01-16 Aaron BallmanAdding verbiage to the Language Extensions document...
2013-01-16 Aaron BallmanNo longer crashing with an assert when __has_include...
2013-01-16 Douglas GregorTeach global selector lookup to ignore hidden methods...
2013-01-16 Argyrios Kyrtzidis[libclang] In clang_reparseTranslationUnit_Impl, move...
2013-01-16 Argyrios Kyrtzidis[PCH/Modules] The iterator may become invalidated becau...
2013-01-16 Reed KotlerFirst step in implementation of mips16 and nomips16...
2013-01-16 Argyrios Kyrtzidis[libclang] In clang_getCursorType, don't crash if the...
2013-01-16 Daniel JasperFix a bug where we would move a following line into...
2013-01-16 Argyrios Kyrtzidis[preprocessor] Call the MacroUndefined callback even...
2013-01-16 Daniel JasperFix parsing error in conditional expressions.
2013-01-16 Argyrios Kyrtzidis[PCH/Modules] Change how macro [re]definitions are...
2013-01-16 Daniel JasperImprove understanding of unary operators.
2013-01-16 Daniel JasperDisable inlining of short ifs in Google style.
2013-01-16 Daniel JasperAdd option to avoid "bin-packing" of parameters.
2013-01-16 Manuel KlimekAdd debugging support for split penalties.
next