]> granicus.if.org Git - clang/shortlog
clang
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
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...
next