]> granicus.if.org Git - clang/shortlog
clang
2013-01-30 Richard TrieuHandle passing non-Qualtypes to %diff better. Instead...
2013-01-30 Tanya LattnerAdd OpenCL error that a kernel function must have void...
2013-01-30 Jordan RoseFix comment in test/Lexer/utf8-invalid.c for updates...
2013-01-30 Jordan RoseFix r173881 to properly skip invalid UTF-8 characters...
2013-01-30 Anna Zaks[analyzer] Make shallow mode more shallow.
2013-01-30 Anna Zaks[analyzer] Use analyzer config for max-inlinable-size...
2013-01-30 Anna Zaks[analyzer] Move report false positive suppression to...
2013-01-30 Anna Zaks[analyzer] Remove further references to analyzer-ipa.
2013-01-30 Ted Kremenekscan-build: When using Xcode 4.6, use build settings...
2013-01-30 Ted KremenekHoist retrieval of Expr* into caller. No functionality...
2013-01-30 Argyrios Kyrtzidis[preprocessor] Don't warn about "disabled expansion...
2013-01-30 Jordan Rose[analyzer] Model trivial copy/move ctors with an aggreg...
2013-01-30 Dmitri GribenkoDocumentation: fix escaping in JSON example
2013-01-30 Dmitri GribenkoDocumentation: add a link to Bear, a tool to help with...
2013-01-30 James DennettDocumentation: fix link to ExecuteAction(), which was...
2013-01-30 Dmitri GribenkoComment parsing: fold named character references test...
2013-01-30 Dmitri GribenkoComment parsing: resolve more named character references
2013-01-30 Dmitri GribenkoRevert unintended change
2013-01-30 Dmitri GribenkoIndex/special-html-characters.m: mark this as XFAIL...
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2013-01-30 Tim NorthoverAlso promote fp16 types to double when they're anonymou...
2013-01-30 Daniel JasperDon't generate no-op replacements.
2013-01-30 Douglas GregorAdd "instancetype" as a code completion result for...
2013-01-30 Douglas GregorThe instance methods of the root class of an Objective...
2013-01-30 Richard SmithC11: Provide the missing half of <stdalign.h>
2013-01-30 Richard SmithFix test failure from previous change.
2013-01-30 Richard SmithSemantic analysis and CodeGen support for C11's _Noretu...
2013-01-30 Alexander KornienkoDon't warn on fall-through from unreachable code.
2013-01-30 Douglas GregorUnresolved lookups can have using declarations that...
2013-01-30 Jordan RoseDon't warn about Unicode characters in -E mode.
2013-01-30 David Blaikie[Sema] Constrain test added in r173873 with expected...
2013-01-30 David BlaikieProvide a fixit for constexpr non-static data members.
2013-01-30 Fariborz Jahanianc: When checking on validity of sizeof passed as size of
2013-01-30 Daniel Dunbar[Frontend] Factor AddUnmappedPath() out of AddPath...
2013-01-30 Daniel Dunbar[Frontend] Remove HeaderSearchOptions::Entry::IsInterna...
2013-01-30 NAKAMURA Takumiclang/test/Driver/asan-ld.c: Try not to mismatch tempor...
2013-01-30 Daniel Dunbar[Frontend] Remove actual ImplicitExternC member variable.
2013-01-30 Daniel Dunbar[Frontend] Add an ExternCSystem include entry group.
2013-01-30 Fariborz JahanianRemoved couple of html named character references in
2013-01-29 Daniel Dunbar[Frontend] Make the include dir group independent from...
2013-01-29 Daniel Dunbar[Frontend] Rename a member variable to clarify its...
2013-01-29 Daniel Dunbar[Frontend] Factor out helper function, for clarity.
2013-01-29 Chad Rosier[driver] Clear the FailureResultFiles when initializing...
2013-01-29 Fariborz Jahanian[Doc parsing] Patch to parse Doxygen-supported HTML...
2013-01-29 Chad Rosier[ubsan] Implement the -fcatch-undefined-behavior flag...
2013-01-29 NAKAMURA Takumiclang/test/Index/getcursor-preamble.m: Formatting.
2013-01-29 NAKAMURA Takumiclang/test/Index/getcursor-preamble.m: Tweak for win32...
2013-01-29 David BlaikieMove -Wstatic-float-init fixit into a note & don't...
2013-01-29 David BlaikieDon't fixit/recover from -Wstatic-float-init when it...
2013-01-29 Daniel JasperMove the token annotator into separate files.
2013-01-29 Argyrios Kyrtzidis[Preprocessor] When checking if we can concatenate...
2013-01-29 Chad Rosier[driver] Refactor the driver so that a failing commands...
2013-01-29 Daniel JasperImprove formatting of code with comments.
2013-01-29 Argyrios KyrtzidisMark a struct definition in an objc container with...
2013-01-29 Daniel JasperAllow all parameters on next line for function calls...
2013-01-29 Daniel JasperSplit ">>" in "A<B<C> >" in Chromium style.
2013-01-29 Daniel JasperFix uninitialized error caused by r173801.
2013-01-29 Joey GoulyFix a crash in OpenCL code by using the proper (RHS...
2013-01-29 Daniel JasperCalculate the split penalty upfront.
2013-01-29 Daniel JasperFix a comment and reformat clang-format with clang...
2013-01-29 Daniel JasperInitial support for multiple variable declarations.
2013-01-29 Joey GoulyAdd a diagnostic for an OpenCL kernel with a pointer...
2013-01-29 Richard SmithTest update missed in r173789.
2013-01-29 Richard SmithProduce a diagnostic if alignas is applied to an expres...
2013-01-29 Richard SmithDowngrade 'attribute ignored when parsing type' from...
2013-01-29 Daniel JasperReverting changes from r173785 (removing empty lines...
2013-01-29 Daniel JasperRemove empty lines before "}".
2013-01-29 Richard SmithImplement C++11 [dcl.align]p1 and C11 6.7.5/2 rules...
2013-01-29 Richard SmithC++11 status:
2013-01-29 Richard SmithPropagate the spelling list index for an attribute...
2013-01-29 Richard SmithPR15017: A '>' can appear after a type-specifier in...
2013-01-29 Michael HanAdd a test case for attribute print.
2013-01-29 Bill WendlingModify the tests for the (sorted) order that the attrib...
2013-01-29 Richard SmithPR15100: look through type sugar when determining wheth...
2013-01-29 Richard SmithFold tests for C++ 'main' into a single file.
2013-01-29 Richard SmithTest that we print MS keyword attributes without a...
2013-01-29 Richard SmithTreat alignas and _Alignas as keyword attributes. This...
2013-01-29 Richard SmithActually remove the hack which was blocking the Borland...
2013-01-29 Douglas GregorDon't crash while printing APValues that are lvalues...
2013-01-29 Richard SmithReplace AS_MSTypespec with AS_Keyword, for representing...
2013-01-29 John McCallAbstract the behavior of when to use base-class tail...
2013-01-28 Richard SmithFinish semantic analysis for [[carries_dependency]...
2013-01-28 Dmitri GribenkoFileCheck'ize tests
2013-01-28 Dmitri GribenkoFileCheck'ize a test
2013-01-28 Dmitri GribenkoMigrate a test to -verify
2013-01-28 Chad Rosier[driver] Revise this test to remove the dependency...
2013-01-28 Dmitri GribenkoFileCheck'ize and merge tests
2013-01-28 Douglas GregorUndo my re-wording of the "ARC forbids Objective-C...
2013-01-28 Douglas GregorForbid the use of objects in unions in Objective-C...
2013-01-28 Douglas GregorEnable the global module index by default. Introduce the
2013-01-28 Douglas GregorASTReader and profiling statistics indicate that implem...
2013-01-28 Dmitri GribenkoTests: remove disabled llvm-gcc invocations
2013-01-28 Douglas GregorAdd some more ASTReader statistics for global method...
2013-01-28 Jordan RosePR15067 (again): Don't warn about UCNs in C90 if we...
2013-01-28 Eric ChristopherFix comment.
2013-01-28 Dmitri GribenkoFileCheck'ize and merge tests
2013-01-28 Dmitri GribenkoFileCheck'ize test
2013-01-28 Daniel JasperFix a bug that would lead to bad line break decisions...
2013-01-28 Douglas GregorBack out r173689. It doesn't matter when we're building...
2013-01-28 Douglas GregorEliminate memory allocation from most invocations of
next