]> granicus.if.org Git - clang/shortlog
clang
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...
2013-01-12 Nico WeberFormatter: * and & are binary operators before ( and [.
2013-01-12 Nico WeberFormatter: * and & are binary operators after ) and ].
2013-01-12 Nico WeberFormatter: + and - after { are unary operators.
2013-01-12 NAKAMURA Takumiclang/unittests: Fixup corresponding to r172290.
2013-01-12 Rafael EspindolaFix a regression from 171193: main cannot be overloaded.
2013-01-12 Douglas GregorProvide Decl::getOwningModule(), which determines the...
2013-01-12 Nico WeberFormatter: add a test for :? in []
2013-01-12 Richard SmithOnly produce one -Wc++98-compat warning when initializi...
2013-01-12 Rafael EspindolaAdd a test from pr14898.
2013-01-12 Matt Beaumont-GayFix -Wunused-comparison for comparisons in arguments...
2013-01-12 Fariborz Jahaniancomment parsing: when property accessors don't have...
2013-01-11 Ted KremenekRefine analyzer's handling of unary '!' and floating...
2013-01-11 Sean CallananFixed a bug that caused the AST importer to erroneously
2013-01-11 Dmitri Gribenkolibclang: use C++ casts in CXString.cpp
2013-01-11 Dmitri Gribenkolibclang: constness for CXString
2013-01-11 Ted KremenekCorrectly propagate uninitialized values within logical...
2013-01-11 Argyrios Kyrtzidis[PCH] Make the const_cast explicit to silence a compile...
2013-01-11 Argyrios Kyrtzidis[libclang] Add some constness in CXSourceLocation and...
2013-01-11 Argyrios Kyrtzidis[libclang] In ASTUnit::getMainFileName() Invocation...
2013-01-11 Ted KremenekSet process return code of 1 in set-xcode-analyzer...
2013-01-11 Nico WeberFormatter: Format ObjC static and instance methods...
2013-01-11 Dmitri Gribenkolibclang: remove unneeded casts
2013-01-11 Dmitri Gribenkolibclang: change CXCursor to store 'const void *' point...
2013-01-11 Dmitri GribenkoConstify parameter of clang::getCursorKindForDecl
2013-01-11 Rafael EspindolaReject incompatible redeclarations of extern C symbols.
2013-01-11 Fariborz JahanianImprove diagnostic per Richard's suggestion
2013-01-11 Dmitri Gribenkolibclang: use getCursorTU and getCursorASTUnit instead...
2013-01-11 Manuel KlimekFix crashes in UnwrappedLineParser on missing parens.
2013-01-11 Manuel KlimekFix single-line optimization for ObjC.
2013-01-11 Manuel KlimekFix crash on invalid.
2013-01-11 Manuel KlimekFix parsing of initializer lists with elaborated type...
2013-01-11 Manuel KlimekImplements pulling simple blocks into a single line.
2013-01-11 Fariborz JahanianAdd -std=c++98 to the test and minor improvment in...
next