]> granicus.if.org Git - clang/shortlog
clang
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.
2013-01-16 Manuel KlimekUse standard llvm Debug.h support for debugging output.
2013-01-16 Alexander KornienkoClang Format: A couple of tests for the trailing stuff...
2013-01-16 Alexander KornienkoClang Format: Handle missing semicolon
2013-01-16 Alexey SamsonovFix uninitialized bool flag access in SanitizerArgs...
2013-01-16 Daniel JasperCalculate the total length of a line up to each token...
2013-01-16 Daniel JasperChange the datastructure for UnwrappedLines.
2013-01-16 Daniel JasperNever merge < and ::, as it produces different tokens.
2013-01-16 Daniel JasperRemove errors were if statements were incorrectly put...
2013-01-16 NAKAMURA Takumiclang/test/Driver/darwin-sdkroot.c: Suppress this on...
2013-01-16 Anna Zaks[analyzer] Add an annotation to allow suppression of...
2013-01-16 Anna Zaks[analyzer] Fix warning typo.
2013-01-16 Anna Zaks[analyzer] Refactor: parameter rename.
2013-01-16 Douglas GregorAdd -fmodules-autolink/-fno-modules-autolink (defaults...
2013-01-16 Eric ChristopherCollect both normal and static data members of a class...
2013-01-16 Dmitri GribenkoDocumentation: fix typo
2013-01-16 Douglas GregorDocument the redeclaration and overriding restrictions...
2013-01-16 Douglas GregorOne can have an unavailable method overridden by an...
2013-01-16 Douglas GregorApply adjustment to function- and array-typed non-type...
2013-01-15 David GreeneFix signed/unsigned Compare
2013-01-15 David GreeneAvoid unsigned Compare to int
2013-01-15 Douglas GregorWhen checking availability attributes for consistency...
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Cast
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Const Cast
2013-01-15 David GreeneFix Cast
2013-01-15 David GreeneFix Cast Code
2013-01-15 Aaron BallmanTypo correction; no functional change.
next