]> granicus.if.org Git - clang/shortlog
clang
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.
2013-01-15 Daniel Dunbar[driver/Darwin] Adjust SDKROOT handling code to not...
2013-01-15 Dmitri GribenkoAdd a test for -Wsemicolon-before-method-body fixit
2013-01-15 Manuel KlimekDo not traverse the break-state when we know we cannot...
2013-01-15 Manuel KlimekFix formatting of preprocessor directives (incluces...
2013-01-15 Daniel JasperImprove operator kind detection in presence of comments.
2013-01-15 Manuel KlimekFixes various bugs around the keywords class, struct...
2013-01-15 Alexander KornienkoResolved merge error with r172323 (llvm::X -> X)
2013-01-15 Richard SmithDon't crash when binding a reference to a temporary...
2013-01-15 Richard SmithPR14950: Fix out-of-bounds function parameter access...
2013-01-15 Richard SmithPR14918: Don't confuse braced-init-lists after template...
2013-01-15 Douglas GregorAdd -fopenmp -cc1 option and wire it up to define _OPEN...
2013-01-15 Richard SmithFix behavior of [[gnu::]] function attributes. Per...
2013-01-15 Chad Rosier[driver] Warnings for warning options are handled by...
2013-01-14 Dmitri GribenkoDocument that we should recognize attributes supported...
2013-01-14 Richard SmithRefactor to call ActOnFinishFullExpr on every full...
2013-01-14 Michael GottesmanMultiprecision subtraction builtins.
2013-01-14 Douglas GregorTopologically sort the link options generated for modul...
2013-01-14 Douglas GregorWhen forming the link options for an imported module...
2013-01-14 Jordan Rose[analyzer] Add ProgramStatePartialTrait<const void *>.
2013-01-14 Jordan Rose[analyzer] Fix cast-away-const warning by using const_cast.
2013-01-14 Jordan Rose[analyzer] -drain is not an alias for -release.
2013-01-14 Douglas GregorSwitch autolinking metadata format over to actual linke...
2013-01-14 Douglas GregorInfer "link" lines for top-level frameworks. Essentiall...
2013-01-14 Bill SchmidtThis patch addresses varargs processing for small compl...
2013-01-14 Douglas GregorImplement parsing, AST, (de-)serialization, and placeho...
2013-01-14 Manuel KlimekFixes formatting of nested brace initializers.
2013-01-14 Daniel JasperMake single-line if statements optional.
2013-01-14 Daniel JasperFix a bug in the line merging.
2013-01-14 Daniel JasperFix bug that would lead to joining preprocessor directives.
2013-01-14 Daniel JasperPut simple preprocessor directives on a single line.
2013-01-14 Benjamin KramerTurns out there is a simpler way of getting a set diffe...
2013-01-14 Daniel JasperPut short if statements on a single line.
2013-01-14 Alexander KornienkoDump comments in -ast-dump.
2013-01-14 NAKAMURA Takumiclang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit...
2013-01-14 Daniel JasperRefactor datastructure used in clang-format.
2013-01-14 Daniel JasperImprove understanding post increment and decrement.
2013-01-14 Alexander KornienkoCustom DiagnosticConsumer parameter of reformat() ...
2013-01-14 Manuel KlimekAdds some more tests for * and &.
2013-01-14 Richard SmithAdd extra tests for [[gnu::...]] attributes, missed...
2013-01-14 Richard SmithFix regression in r172376. Don't try to detect missing...
2013-01-14 Richard SmithAccept [[gnu::*]] for all __attribute__((*))s which...
2013-01-14 Nico WeberFormatter: Add a test for bitfields.
2013-01-14 Richard SmithPR12008: defer adding the implicit 'const' to a constex...
2013-01-14 Richard Smith*this is const in a trailing-return-type for a constexp...
2013-01-14 Dmitri Gribenkolibclang: remove a few const_casts
2013-01-14 Dmitri GribenkoConstify argument of Preprocessor::getMacroInfoHistory...
2013-01-14 Dmitri GribenkoRemove an unneeded const_cast
2013-01-13 Dmitri GribenkoArrayRef'ize Sema APIs related to format string checking
2013-01-13 Dmitri GribenkoDocument behavior of -Wformat-nonliteral, it is differe...
2013-01-13 Daniel JasperStronger respect the input codes line breaks wrt. comments.
2013-01-13 Michael J.... Fix LLP64 build.
2013-01-13 Daniel JasperFormat unions like structs and classes.
2013-01-13 Chandler CarruthRefactor the x86 CPU name logic in the driver and pass...
2013-01-13 NAKAMURA TakumiCGBuiltin.cpp: Fix abuse of ArrayRef in EmitOverflowInt...
2013-01-13 Daniel JasperAlways put a space after ",".
2013-01-13 Daniel JasperDon't put spaces around hyphens in include paths.
2013-01-13 Daniel JasperImprove identification of c-style casts.
2013-01-13 Michael GottesmanUpdated documentation to reflect new multiprecision...
2013-01-13 NAKAMURA Takumiclang/test/CodeGen/builtins-multiprecision.c: Enhance...
2013-01-13 Michael GottesmanFixed spelling of test name: builtins-multipercision...
2013-01-13 Michael GottesmanAdded a triple to the test builtins-multiprecision.c.
2013-01-13 Michael GottesmanAdded builtins for multiprecision adds.
2013-01-13 Richard SmithRemove some duplication in the handling of __attribute_...
2013-01-12 Nico WeberFormatter: Don't insert a space before unary operators...
2013-01-12 Nico WeberFormatter: Add a test for @selector in an ObjC method...
2013-01-12 Nico WeberFormatter: Remove debugging junk I accidentally landed...
2013-01-12 Nico WeberFormatter: Prefer breaking before ObjC selector names...
2013-01-12 Dmitri GribenkoAdd a comment to test to clarify the intention here
2013-01-12 Dmitri GribenkoPrune an unused diagnostic, detected after improving...
2013-01-12 Benjamin KramerSpeed up find-unused-diagnostics. Now runs in less...
2013-01-12 Dmitri GribenkoRemove unused diagnostics
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-12 Arnaud A. de... Fix spurious output in JSONCompilationDatabase
2013-01-12 Dmitri GribenkoAdd missing includes and forward declarations so that...
2013-01-12 Rafael Espindolacomment
2013-01-12 Rafael Espindolabar
2013-01-12 Rafael EspindolaRemove unused private field.
2013-01-12 Daniel JasperFix incorrect comparison operator causing loooong forma...
2013-01-12 Nico WeberFormatter: Remove an always-false condition.
2013-01-12 Nico WeberFormatter: Remove a redundant CurrentLineType check.
2013-01-12 Rafael EspindolaDisable caching of visibility.
2013-01-12 Nico WeberFormatter: Initial support for formatting Objective...
next