]> granicus.if.org Git - clang/shortlog
clang
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
2013-01-28 Daniel JasperDon't put a function's return type on its own line...
2013-01-28 Douglas GregorNote that SrcMgr::SLocEntry's are POD-like, so SmallVec...
2013-01-28 Daniel JasperLet clang-format break after a function's return type.
2013-01-28 Daniel JasperMake continuations in constructor initializers consistent.
2013-01-28 Daniel JasperInitial support for formatting range-based for-loops.
2013-01-28 Daniel JasperImprove formatting of conditional expressions.
2013-01-28 Daniel JasperSeveral small changes in formatting decisions.
2013-01-28 Daniel JasperImprove indentation after breaking at nested name speci...
2013-01-28 Daniel JasperAvoid confusing identations for multi-parameter functions.
2013-01-28 Alexey SamsonovPrint warning instead of error if optional ASan feature...
2013-01-28 Hal FinkelFix a typo in the name of a tooling unit test
2013-01-28 Hal FinkelFix the indentation of the first line of preprocessor...
2013-01-28 Michael GottesmanSince ObjCARC has been refactored into its own library...
2013-01-28 Richard SmithTests and a minor bugfix for [dcl.attr.depend]p1 (C...
2013-01-28 Richard SmithAdd a -pedantic warning: an anonymous union within...
2013-01-27 Dmitri GribenkoComment parsing: fix test in r173626 for -fms-extension...
2013-01-27 Dmitri GribenkoDecl printer: fix CXXConstructExpr with implicit defaul...
2013-01-27 Dmitri GribenkoComment parsing: attach any tag type's documentation...
2013-01-27 Jordan RosePR15067: Don't assert when a UCN appears in a C90 file.
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE...
2013-01-27 NAKAMURA TakumiRevert r173586 (and r173587) , "Attach any tag type...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Michael HanAdd the missing line return to align parameters of...
2013-01-26 Dmitri Gribenkolibclang: refactor CXStringPool: make it a class
2013-01-26 David BlaikiePR14566: Debug Info: avoid top level lexical blocks...
2013-01-26 Dmitri Gribenkolibclang: type safety for CXTranslationUnitImpl::CIdx
2013-01-26 Dmitri Gribenkolibclang: type safety for CXTranslationUnitImpl::Format...
2013-01-26 Dmitri Gribenkolibclang: some type safety for CXTranslationUnitImpl...
2013-01-26 Fariborz JahanianFix comment.
2013-01-26 Fariborz JahanianAttach any tag type's documentation to its typedef if
2013-01-26 Dmitri Gribenkolibclang: factor out the frequent pattern static_cast...
2013-01-26 Dmitri Gribenkolibclang: make getCursorParentDecl() return 'const...
2013-01-26 Dmitri Gribenkolibclang: change getCursorAttr() to return 'const Attr *'
2013-01-26 Dmitri GribenkoMigrate tests to -verify
2013-01-26 Enea ZaffanellaAdded ASTContext methods getIntPtrType and getUIntPtrType.
2013-01-26 Dmitri Gribenko<limits.h> includes <linux/limits.h> on Linux, no need...
2013-01-26 Dmitri Gribenkolibclang: make getCursorStmt() and getCursorExpr()...
2013-01-26 Tim NorthoverSpecify non-GNU-ARM triples for key-function test.
2013-01-26 Dmitri GribenkoConstify getOptionalExplicitTemplateArgs()
2013-01-26 Dmitri GribenkoConstify some getters of DesignatedInitExpr
2013-01-26 NAKAMURA Takumiclang/test/Misc/diag-template-diffing-color.cpp: Symbol...
2013-01-26 Argyrios Kyrtzidis[libclang] Introduce clang_getFileUniqueID which return...
2013-01-26 NAKAMURA Takumiclang/test/Misc/ast-dump-color.cpp: Symbolize color...
2013-01-26 Jordan Rose[analyzer] C++ initializers may require cleanups; look...
2013-01-26 Richard TrieuGive a more informative error message when the dot...
2013-01-26 Richard SmithFix mismatch between pointer and pointee type when...
2013-01-26 Richard TrieuFix test case by being more lenient on what to accept...
2013-01-26 Nick LewyckyRemove function that is newly dead as of r173538.
2013-01-26 Fariborz JahanianHopefuly unbreak buldbot.
2013-01-26 Richard TrieuHighlight various parts of the AST dump with color...
2013-01-26 Jordan Rose[analyzer] Track null object lvalues back through C...
2013-01-26 Jordan Rose[analyzer] bugreporter::getDerefExpr now takes a Stmt...
2013-01-26 Jordan Rose[analyzer] Add 'prune-paths' config option to disable...
2013-01-26 Jordan Rose[analyzer] Rename PruneNullReturnPaths to SuppressNullR...
2013-01-26 Fariborz JahanianFix up the test.
2013-01-26 Douglas GregorSince we're stuck with realpath for the header <->...
2013-01-26 Richard SmithRevert r172285 (suppressing a 'redundant' -Wc++98-compa...
2013-01-26 Dmitri GribenkoComment parsing: actually check for a block command...
2013-01-26 Nick LewyckyPreserve Sema::UndefinedInternals across PCH boundaries...
2013-01-25 Fariborz Jahanianpatch for PR9027 and // rdar://11861085
2013-01-25 NAKAMURA Takumiclang/test/Index/annotate-comments-typedef.m: Remove...
2013-01-25 John McCallARM says that the array cookie should always be eight...
2013-01-25 John McCallMove the decision about the kind of CGCXXABI to make...
2013-01-25 Douglas GregorImprove coordination between the module manager and...
2013-01-25 NAKAMURA Takumiclang/test/Preprocessor/iwithprefix.c: Tweak default...
2013-01-25 Daniel Dunbar[utils] Kill another no-longer-useful utility script.
2013-01-25 Fariborz Jahaniansimplify code by removing excessive bracing.
2013-01-25 Fariborz JahanianAttach enum's documentation to its typedef if
2013-01-25 John McCallThe standard ARM C++ ABI dictates that inline functions are
2013-01-25 John McCallFirst pass at abstracting out a class for the target...
2013-01-25 Douglas GregorOptimize ModuleManager::visit() by precomputing the...
2013-01-25 Dmitri GribenkoRemove useless 'XPASS: *' from tests
2013-01-25 Renato GolinTemporarily disabling ms-asm test
2013-01-25 Dmitri GribenkoThis test actually passes, just add the missing expecte...
2013-01-25 Dmitri GribenkoMigrate test from grep to -fdiagnostics-parseable-fixits
2013-01-25 Daniel DunbarRemove empty directories.
2013-01-25 Daniel Dunbar[utils] Remove the OptionalTests subdir no one runs.
2013-01-25 Daniel Dunbar[utils] Remove C++Tests that I don't think anyone uses...
2013-01-25 Alexander KornienkoSilence unintended fallthrough diagnostic on a case...
2013-01-25 Dmitri GribenkoFileCheck'ize tests
2013-01-25 Dmitri GribenkoMigrate tests to -verify and merge them
2013-01-25 Daniel Dunbar[tests] Force a triple to ensure /usr/include is one...
2013-01-25 Daniel Dunbar[tests] Add a test for -iwithprefix.
2013-01-25 Fariborz JahanianAdd space after ';'.
2013-01-25 Fariborz JahanianImprove diagnsotic further on integer overflow.
2013-01-25 Alexander KornienkoDon't suggest to insert [[clang::fallthrough]] before...
2013-01-25 Daniel JasperFix some alignment and line break decisions.
next