]> granicus.if.org Git - clang/shortlog
clang
2014-02-11 Jonathan RoelofsTest commit -- Remove an extra newline from Toolchains.cpp
2014-02-11 Argyrios Kyrtzidis[Sema] Revert the change in r200622 that allowed intege...
2014-02-11 Jordan Rose'nonnull(1)' on a block parameter should apply to the...
2014-02-11 Dmitri GribenkoRename some PCH-related errors to have 'err_' as their...
2014-02-11 Dmitri GribenkoFix a typo in the function name that I just introduced...
2014-02-11 Dmitri Gribenkolibclang: audit all APIs that accept a CXTranslationUni...
2014-02-11 Dmitri Gribenkolibclang: use namespace qualifiers in the macro, so...
2014-02-11 Tim NorthoverAArch64: share slgihtly more NEON implementation with...
2014-02-11 Robert LyttonXCore target: add section information.
2014-02-11 Robert LyttonXCore target: Pass through "-fverbose-asm" flag to...
2014-02-11 Daniel Jasperclang-format: Support lambdas with namespace-qualified...
2014-02-11 Daniel Jasperclang-format: Fix alignment of comments inside statements.
2014-02-11 Oliver StannardAAPCS: Do not split structs after CPRC allocated on...
2014-02-11 Alexey SamsonovFix self-hosted -Werror build: delete comma at the...
2014-02-11 Ted KremenekFix PCH deserialization bug with local static symbols...
2014-02-11 Jordan Rose[analyzer] Inline C++ operator new when c++-inline...
2014-02-11 Josh Magee[stackprotector] Add command line option -fstack-protec...
2014-02-10 Ana Pazos[AArch64] Fixed vget/vset_lane_f16 implementation
2014-02-10 Richard SmithTests for DR351-370, plus update DR status page to...
2014-02-10 David MajnemerMS ABI: Add support for #pragma pointers_to_members
2014-02-10 David MajnemerBasic: Clean up malformed pragma diagnostics
2014-02-10 Richard SmithPR18777: This PR is already fixed; add regtest.
2014-02-10 David MajnemerSema: Remove useless MSStructPragmaOn update in Sema...
2014-02-10 Tim NorthoverARM: move vshll NEON implementation to common code
2014-02-10 Tim NorthoverARM: implement vshrn NEON intrinsic in terms of shr...
2014-02-10 Dmitri GribenkoASTUnit: simplify remapping files by using the exact...
2014-02-10 NAKAMURA TakumiFix Clang install rules to not set permissions on include/
2014-02-10 NAKAMURA Takumi[CMake] add_clang_library(): Use llvm_add_library.
2014-02-09 Kaelyn UhrainPR18685: Ignore class template specializations as potential
2014-02-09 Argyrios Kyrtzidis[libclang] While visiting a C++ destructor decl, keep...
2014-02-09 David BlaikieClarify comment. Remove braces from single-statement...
2014-02-09 David BlaikieImprove diagnostic for using non-class/namespace/scoped...
2014-02-09 David MajnemerPreprocessor: Add __ALIGNOF_MAX_ALIGN_T__
2014-02-09 Richard SmithPR16519, PR18009: When checking a partial specializatio...
2014-02-08 John McCalltype_info objects are not unnamed_addr: the ABI require...
2014-02-08 Reid KlecknerMove the -fms-compatibility using decl check after...
2014-02-08 Richard SmithPR18581: Attempt to complete the type in a VLA declarat...
2014-02-08 Reid Klecknerclang-cl: Alias /Zi and /Z7 to -gline-tables-only
2014-02-08 Reid KlecknerMS ABI: Use the most recent decl to check the inheritan...
2014-02-08 Richard SmithFix lifetime issue causing buildbot failures.
2014-02-08 John McCallRemove the -fhidden-weak-vtables -cc1 option. It was...
2014-02-08 Dmitri GribenkoASTUnit: remove dead code in remapping files
2014-02-08 Jordan Rose[analyzer] Objective-C object literals are always non...
2014-02-07 Richard SmithPR16638, DR1552: the exception specification on an...
2014-02-07 Richard SmithFold together two repeated identical 'if's.
2014-02-07 Ben LangmuirFix test from r200979 on Windows
2014-02-07 Fariborz JahanianObjective-C. Revert patch r193003 for further
2014-02-07 Ben LangmuirFix test from r200979 on non-Darwin systems
2014-02-07 Jordan Rose[analyzer] Just silence all warnings coming out of...
2014-02-07 Ben LangmuirStat system dependencies when using -verify-pch
2014-02-07 Dmitri GribenkoASTUnit: ArrayRef'ize RemappedFiles
2014-02-07 Daniel Jasperclang-format: Fix column limit violation for merged...
2014-02-07 Oliver StannardFix AAPCS compliance for HFAs containing doubles and...
2014-02-07 Daniel Jasperclang-format: Fix range-based for-loop formatting.
2014-02-07 Dmitri GribenkoDocument return value for FileManager::getNoncachedStat...
2014-02-07 Argyrios KyrtzidisRevert r194097: "With this patch -Wwrite-strings is...
2014-02-07 David MajnemerMS ABI: Don't be so hasty to judge an inheritance model
2014-02-06 Richard SmithTemporary fix for PR18473: Don't try to evaluate the...
2014-02-06 Richard TrieuFixes PR18762, stop the StmtPrinter for ObjCPropertyRef...
2014-02-06 Peter CollingbourneAdd isListInitialization matcher.
2014-02-06 Richard SmithPR18128: a lambda capture-default is not permitted...
2014-02-06 Joerg SonnenbergerUse correct ld emulation for EABI hardware float triple...
2014-02-06 James DennettFix indentation of a code example in LibTooling's docum...
2014-02-06 David MajnemerSilence build-bots from the fallout of r200921
2014-02-06 Ben LangmuirMove -verify-pch to use VerifyJobAction
2014-02-06 Quentin ColombetWired-up the new LLVM diagnostic system into clang...
2014-02-06 David MajnemerMS ABI: Handle indirect field decls in template args
2014-02-06 David MajnemerMS ABI: Tweak pointer-to-member mangling/inheritance...
2014-02-06 NAKAMURA Takumicheck-clang: Introduce the feature "utf8-capable-terminal".
2014-02-06 Serge PavlovAllow transformation of VariableArray to ConstantArray.
2014-02-06 Richard SmithDR101, PR12770: If a function is declared in the same...
2014-02-06 Manman RenSimplify code by combining ifs.
2014-02-06 Manman RenFix Werror introduced at r200874.
2014-02-05 Nick LewyckyFix -Wunused-variable 'FD' by using it instead of ND...
2014-02-05 Ben LangmuirAdd a CC1 option -verify-pch
2014-02-05 Manman RenTry to fix ppc bot failure.
2014-02-05 Benjamin KramerClean up some particularly ugly casting.
2014-02-05 Alexander KornienkoChanged OptionCategory variables to be static.
2014-02-05 Manman RenPGO: instrumentation based profiling sets function...
2014-02-05 Reid KlecknerMS ABI: Fix mangling of static methods and function...
2014-02-05 Kaelyn UhrainDon't consider records with a NULL identifier as a...
2014-02-05 Rafael EspindolaUpdate for llvm api change.
2014-02-05 Reid KlecknerRemove unused variable to fix -Werror build
2014-02-05 Reid KlecknerMS ABI: Mangle member pointer template arguments
2014-02-05 Fariborz JahanianObjective-C driver. Do not use legacy dispatch for
2014-02-05 Alexander KornienkoAdded the hasLoopVariable sub-matcher for forRangeStmt.
2014-02-05 Joey GoulyFix the range for Malayam UCNs in C99.
2014-02-05 Daniel Jasperclang-format: Don't indent relative to unary operators.
2014-02-05 Alexander KornienkoMake the OptionCategory variable static.
2014-02-05 Jordan RoseFix typo in CastExpr::getCastKindName.
2014-02-05 Hans WennborgDon't mark decls with mismatching exception specs inval...
2014-02-04 John McCallTighten lax vector-conversion rules and enforce them...
2014-02-04 David BlaikieFurther simplify r200797 and add an explanatory comment.
2014-02-04 Adrian PrantlSimplify testcase from r200797 some more.
2014-02-04 Adrian PrantlDebug info: fix a crasher when when emitting debug...
2014-02-04 Justin BognerClean up whitespace checks
2014-02-04 Justin BognerFix whitespace handling in empty macro expansions
2014-02-04 Justin BognerFix whitespace handling in empty macro arguments
2014-02-04 Justin BognerFix whitespace handling in ## operator
2014-02-04 Tim NorthoverARM & AArch64: combine implementation of vcaXYZ intrinsics
next