]> granicus.if.org Git - clang/shortlog
clang
2011-10-14 Anton KorobeynikovMissed tests for half FP support
2011-10-14 Anton KorobeynikovProvide half floating point support as a storage only...
2011-10-14 Douglas GregorSwitch the C++11 status table from a developer-centric...
2011-10-14 Eli FriedmanAttempt to fix Windows buildbot, round 2.
2011-10-14 Eli FriedmanAdd template instantiation support for AtomicExpr.
2011-10-14 Douglas GregorTeach the ASTImporter not to import redundant fields.
2011-10-14 Eli FriedmanAttempt to fix buildbot failure on Windows.
2011-10-14 Joerg Sonnenbergervfork comes from unistd.h
2011-10-14 Argyrios KyrtzidisAllow calling ASTUnit::LoadFromCompilerInvocationAction...
2011-10-14 Eli FriedmanMisc fixes for atomics. Biggest fix is doing alignment...
2011-10-14 Richard Smith-Wc++98-compat: warn on C++11 attributes and alignas.
2011-10-14 Richard SmithTest for r141985.
2011-10-14 Douglas GregorDon't try to diagnose anything when we're passing incom...
2011-10-14 Richard SmithReinstate r141898 (reverted in r141921), without the...
2011-10-14 Richard SmithRefactor static analyzer to use simpler interface to...
2011-10-14 Richard Smith[temp.explicit]p1: constexpr cannot be specified in...
2011-10-14 Rafael EspindolaFix the CXX_INCLUDE_ROOT case that was out of date...
2011-10-14 Benjamin KramerHarden test for windows paths.
2011-10-14 Benjamin KramerChange operator<< for raw_ostream and NamedDecl to...
2011-10-14 Benjamin KramerSimplify code to avoid a useless string copy.
2011-10-14 Benjamin KramerUpgrade to PathV2.
2011-10-14 Benjamin KramerAdd parens to pacify GCC.
2011-10-14 Fariborz JahanianFix misplaced comment.
2011-10-14 Fariborz JahanianMake value kind based on the return type of the getter...
2011-10-14 Argyrios Kyrtzidis[PCH] Serialize info about redeclared objc methods.
2011-10-14 Joerg SonnenbergerAdd flags for the remaining shift related warnings
2011-10-14 Fariborz Jahanianobjc-arc: Improve arc diagnostic when method is not
2011-10-14 Bob WilsonAdd __nodebug__ attribute to functions in arm_neon.h
2011-10-14 Douglas GregorUnder ARC, merge the bit corresponding to the ns_return...
2011-10-14 Matt Beaumont-GayOnly warn in -Wliteral-conversion if the conversion...
2011-10-14 Douglas GregorWhen declaring an out-of-line template, attempt to...
2011-10-14 Erik VerbruggenAdded clang_getCompletionAnnotation and clang_getComple...
2011-10-14 Argyrios KyrtzidisReally protect from infinite loop when there are objc...
2011-10-14 David BlaikieUpdating the Clang website to refer to C++'11 instead...
2011-10-14 Argyrios KyrtzidisKeep track of objc method redeclarations in the same...
2011-10-14 Bob WilsonUse Triple.isOSDarwin() instead of comparing against...
2011-10-14 Ted KremenekUpdate open source static analyzer build.
2011-10-14 Ted KremenekMove doxygen comments to pair with the actual values.
2011-10-14 Eli FriedmanPR11124: Don't overwrite memory outside of a base class...
2011-10-14 Douglas GregorFix grammaro
2011-10-14 Douglas GregorAdd a preprocessor callback that is invoked every time...
2011-10-14 Richard SmithAdd support for -std=gnu90 and -std=c++03, for compatib...
2011-10-14 Jeffrey YasskinRevert the -Wc++98-compat flag because dgregor doesn...
2011-10-13 Fariborz Jahanianobjc-arc: 'Class' property is implicitly __unsafe_unret...
2011-10-13 Richard SmithRename -Wc++0x-compat, -Wc++0x-extensions and -Wc+...
2011-10-13 Richard TrieuFix a test case where FileCheck is used to test code...
2011-10-13 Richard SmithConvert newly-added test from -std=c++0x to -std=c...
2011-10-13 Nico WeberExtend -Wno-sizeof-array-argument to strncpy and friends.
2011-10-13 Richard SmithUpdate all tests other than Driver/std.cpp to use ...
2011-10-13 Jeffrey YasskinImplement the first piece of a -Wc++98-compat flag...
2011-10-13 Eric ChristopherRecommit:
2011-10-13 Richard SmithAdd test for new -std=c++11 and -std=gnu++11 command...
2011-10-13 Benjamin KramerAdd triple for RHEL 5 to the libpath collecting logic.
2011-10-13 Ted KremenekTweak -Wuninitialized's handling of 'int x = x' to...
2011-10-13 Douglas GregorHasFormOfMemberPointer implies IsAddressOfOperand for...
2011-10-13 Douglas GregorAllow calling an overloaded function set by taking...
2011-10-13 Peter CollingbourneTCE target: conversion of OpenCL reqd_work_group_size...
2011-10-13 Erik VerbruggenAllow for annotate attributes after access specifiers...
2011-10-13 David BlaikieFix crash-on-invalid, improve error recovery, and test...
2011-10-12 Rafael EspindolaFix MSVC build.
2011-10-12 Douglas GregorWhen we determine that a function template specializati...
2011-10-12 Ted KremenekAdd test case for __has_warning.
2011-10-12 Bob WilsonChange __extension__ to disable only diagnostics contro...
2011-10-12 Rafael EspindolaAdd returns_twice to functions that are known to return...
2011-10-12 Ted KremenekImplement built-in macro '__has_warning', which allows...
2011-10-12 Douglas GregorSwitch diagnostic text from "C++0x" over to "C++11".
2011-10-12 Douglas GregorWe do parse hexfloats in C++11; make it actually work.
2011-10-12 Eric ChristopherRevert file/scope handling patches. gdb testing reveale...
2011-10-12 Douglas GregorThe Objective-C rewriter uses the fragile ABI, always.
2011-10-12 Ted KremenekFix typo in name of diagnostic.
2011-10-12 Argyrios KyrtzidisHandle the case where preprocessor entities are not...
2011-10-12 Douglas GregorAdd -std=c++11 and -std=gnu++11 language flags, from...
2011-10-12 Douglas GregorIntroduce BalancedDelimiterTracker, to better track...
2011-10-12 Douglas GregorTeach __has_nothrow_assign not to complain about access...
2011-10-12 Jim Goodnow IIRemoved extra line in comment.
2011-10-12 Anton KorobeynikovAdd target info for Linux on PPC & Sparc.
2011-10-12 Argyrios KyrtzidisIntroduce SourceManager::getFileLoc which returns a...
2011-10-12 Argyrios Kyrtzidis[libclang] Allow using getDeclCursorUSR function with...
2011-10-12 Argyrios Kyrtzidis[libclang] Make MakeCXTranslationUnit usable outside...
2011-10-12 Richard Smithconstexpr: don't consider class types with mutable...
2011-10-12 Eric ChristopherRemember to set the location in EmitGlobalVariable...
2011-10-12 Richard SmithHandle Perforce-style conflict markers like normal...
2011-10-12 Fariborz Jahanianobjc: note location of the previously declared
2011-10-11 John McCallCatch placeholder types in DefaultLvalueConversion
2011-10-11 Fariborz Jahanianobjc rewriter: Restore objc_msgSend_stret/objc_msgSendS...
2011-10-11 Eric ChristopherStart handling debug line and scope information better:
2011-10-11 Eric Christopher80-column and tab cleanup.
2011-10-11 Eric ChristopherReorder this to make it easier to add more changes...
2011-10-11 Eli FriedmanPR11062: Make C99 inlining work properly for names...
2011-10-11 Richard SmithFix test: don't use __thread without a target triple.
2011-10-11 Richard SmithConstant expression evaluation: refactor value initiali...
2011-10-11 Eli FriedmanSilence some -Wuninitialized false positives with gcc.
2011-10-11 Richard SmithAdd a -Wc++0x-compat warning for C++11 keywords used...
2011-10-11 Douglas GregorAdd support for viewing the module graph via Graphviz...
2011-10-11 Daniel DunbarDriver: Add support for a new -nostdlibinc option.
2011-10-11 Daniel DunbarFrontend: Replace -nostdinc by -nostdsysteminc (which...
2011-10-11 Anna Zaks[analyzer] Remove an unused member variable.
2011-10-11 John McCallRename SemaCXXCast.cpp to SemaCast.cpp.
2011-10-11 Richard SmithAdd more testing for -Wc++0x-compat warnings.
2011-10-11 Anna Zaks[analyzer] CheckerContext updates checkDst in it's...
next