]> granicus.if.org Git - clang/shortlog
clang
2013-06-18 Fariborz Jahaniandoc. parsing: Allow parameter name "..." for variadic...
2013-06-18 Eli FriedmanMake sure the assembler-with-cpp hack for "#" works...
2013-06-18 Argyrios KyrtzidisWhen declaring an ObjC interface decl with a @compatibi...
2013-06-18 Rafael EspindolaUse llvm::sys::fs::can_write.
2013-06-18 Stephen LinPartially revert r184225 test changes and make a smalle...
2013-06-18 Michael Gottesman[multiprecision-builtins] Added missing builtin __built...
2013-06-18 Stephen LinFix C++ constructor/destructor tests when run on ARM
2013-06-18 Richard SmithDR14, DR101, and part of DR1: fix handling of extern...
2013-06-18 Rafael EspindolaUse llvm::sys::fs::GetUniqueID.
2013-06-18 Eli FriedmanCorrectly compute the index of the first string format...
2013-06-18 Richard SmithPR14503: Don't assert if a constexpr constructor templo...
2013-06-18 Fariborz JahanianObjective-C: Fixes a typo correction bug where a
2013-06-18 Stephen LinCodeGen: Have 'this'-returning constructors and destruc...
2013-06-18 Fariborz JahanianFix buildbot failure.
2013-06-18 Fariborz JahanianObjective-C [qoi]: privide typo correction for selectors
2013-06-18 Reid KlecknerRemove option emitter from clang-tblgen
2013-06-18 Rafael EspindolaRemove duplicated file and directory.
2013-06-18 Bill WendlingUpdate to pass in pointers intead of references.
2013-06-18 Bob Wilsonsize_t on Darwin AAPCS targets is "unsigned long"....
2013-06-18 Dmitri GribenkoSimplify a loop in ProcessCodeCompleteResults(). Point...
2013-06-18 Dmitri GribenkoArrayRef'ize CodeCompletionContext::getNumSelIdents()
2013-06-18 Larisse Voufocontextual conversion fix: C++98 compatibility warning.
2013-06-18 John McCallAdd support for -fpcc-struct-return. Patch by Arthur...
2013-06-18 Larisse Voufor184100 Fix -- Updated test cases for contextual conversion
2013-06-18 Adrian PrantlRemove an ugly hack that was meant to eliminate the...
2013-06-18 Eli FriedmanDelete dead code.
2013-06-18 Eric ChristopherAccept and ignore -fdebug-types-section for now. This...
2013-06-18 Eric ChristopherFileCheck-ize.
2013-06-17 Eli FriedmanAdd a missing testcase for ObjC ivar encoding for a...
2013-06-17 Richard SmithTurn Clang 3.3 boxes on C++ status from yellow to green...
2013-06-17 Richard SmithPoint link at correct location for Clang 3.3 release...
2013-06-17 Eli FriedmanFix source range of CXXNewExpr with parentheses around...
2013-06-17 Eli FriedmanCompute the visibility of static local variables consis...
2013-06-17 Eli FriedmanFix Expr::Classify to correctly classify ExtVectorEleme...
2013-06-17 Rafael EspindolaCleanup linkage computation for static locals.
2013-06-17 Rafael EspindolaUse atomic instructions on Bitrig armv6. Patch by Patri...
2013-06-17 Manman RenX86 intrinsics: cmpge|gt|nge|ngt_ss|_sd
2013-06-17 Rafael EspindolaRevert "Updated test cases for contextual conversion"
2013-06-17 Larisse VoufoUpdated test cases for contextual conversion
2013-06-17 Richard SmithAvoid using __SIZE_TYPE__ in a -std=c++98 -pedantic...
2013-06-17 Fariborz Jahanianunbreak buildbot for now.
2013-06-17 Rafael EspindolaInclude PathV1.h only where it is used.
2013-06-17 Serge PavlovClean up empty struct/union recognition.
2013-06-17 Fariborz JahanianObjective-C [qoi]: Provide fixit hint when message...
2013-06-17 Reid Kleckner[Driver] Remove the using namespace directives from...
2013-06-17 Alexander KornienkoFix a problem in ExpressionParser leading to trailing...
2013-06-17 Reid KlecknerTry to fix the bots with a forward decl.
2013-06-17 Alexander KornienkoFixes incorrect indentation of line comments after...
2013-06-17 Reid Kleckner[AST] Don't include RecursiveASTVisitor.h in ASTContext.h
2013-06-17 Larisse VoufoCorrected status of support for contextual conversion...
2013-06-17 Richard SmithRemove unused file.
2013-06-17 Richard SmithC++11: don't warn about the deprecated 'register' keywo...
2013-06-17 Richard SmithAdd warning group -Wdeprecated-register for C++11 warni...
2013-06-16 Richard SmithAdd tests for C++ DR100-150.
2013-06-16 Richard SmithAdd testcase for DR39 from PR5916.
2013-06-16 Richard SmithPR16339: Don't produce a diagnostic pointing at the...
2013-06-16 Larisse VoufoFixed one buildbot-failure-causing bug...
2013-06-16 Dmitri GribenkoArrayRef'ize Sema::CodeComplete*
2013-06-15 Larisse VoufoUpdated status of support for contextual conversion...
2013-06-15 Larisse VoufoUpdated the support for contextual conversion tweaks...
2013-06-15 Faisal ValiA quick fix to allow return type deduction on member...
2013-06-15 Ed SchoutenEmit native implementations of atomic operations on...
2013-06-15 Richard SmithPR16263: Implement current direction of core issue...
2013-06-14 Richard SmithFix handling of const_cast from prvalue to rvalue refer...
2013-06-14 Eli FriedmanFix comments referring to non-existent types.
2013-06-14 Eli FriedmanUnify return type checking for functions and ObjC metho...
2013-06-14 Richard SmithSuppress the c++11 -Wdeprecated warning for 'register...
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2013-06-14 Alexander KornienkoDon't remove backslashes from block comments.
2013-06-14 Chandler CarruthFix the warning for divide by zero to be a bit more...
2013-06-14 Richard SmithEmit initializers for static-storage-duration temporari...
2013-06-14 Rui Ueyama[docs] Fix wrong clang-format example.
2013-06-13 Tim NorthoverRemove implicit fallthrough from AArch64 to Mips in...
2013-06-13 Richard SmithAvoid fallthrough in header, to allow external users...
2013-06-13 Eli FriedmanFix the linkage of static locals inside a CapturedStmt...
2013-06-13 Rafael EspindolaDon't depend on the transitive inclusion of PathV1.h.
2013-06-13 Rafael EspindolaUse the sys::RemoveFileOnSignal that takes a StringRef.
2013-06-13 Eli FriedmanFollowup to r183931 to fix the lambda conversion-to...
2013-06-13 Rafael EspindolaUse the sys::ExecuteAndWait that takes StringRefs.
2013-06-13 Eli FriedmanFix a small bug in the linkage computation for the...
2013-06-13 Rafael EspindolaUpdate for llvm change.
2013-06-13 Rafael EspindolaAllow clang to build __clear_cache on ARM.
2013-06-13 Richard SmithClean up test to appease NDEBUG builds.
2013-06-13 Rafael EspindolaInheritViz.cpp uses sys::Path, include PathV1.h
2013-06-13 Rafael EspindolaUse version of DisplayGraph that takes a StringRef.
2013-06-13 Tim NorthoverTeach clang about the armv4/armv4t distinction
2013-06-13 Benjamin KramerModernize some low-hanging PathV1 uses.
2013-06-13 Benjamin Kramerlibclang: Remove clang::RemapFiles, it's dead code.
2013-06-13 Benjamin Kramerlibclang: Port CIndexer::getClangResourcesPath to PathV...
2013-06-13 Sylvestre LedruAdd Ubuntu Saucy to the list of known Ubuntu releases
2013-06-13 Manuel KlimekMake it clear in Decl::hasBody that it can return true...
2013-06-13 Richard SmithMore for PR12457: fix handling of __builtin_isinf_sign...
2013-06-13 Richard SmithTowards PR12457: constant expression evaluation support...
2013-06-13 Larisse VoufoUpdated C++1y status for contextual conversions to...
2013-06-13 Richard SmithFix part of PR12457. Patch by Justin Bogner!
2013-06-13 Richard SmithFix some confusing diagnostic wording. s/implicit defau...
2013-06-13 Richard SmithC++11: If a class has a user-declared copy operation...
2013-06-13 Richard SmithImplement core issue 903: only integer literals with...
2013-06-13 Richard SmithIn C++11, promote access declaration diagnostic from...
2013-06-13 Richard SmithAdd -Wdeprecated warnings and fixits for things depreca...
next