]> granicus.if.org Git - clang/shortlog
clang
2013-05-04 Wei PanImplement template support for CapturedStmt
2013-05-04 Sean CallananAdded a function to check whether a Decl is in
2013-05-04 Richard SmithSimplify slightly.
2013-05-04 Richard SmithSeparate out and special-case the diagnostic for 'auto...
2013-05-04 Ted Kremenek[analyzer;alternate edges] start experimenting with...
2013-05-04 Ted Kremenek[analyzer;alternate edges] ignore parentheses when...
2013-05-04 Ted Kremenek[analyzer; alternate edges] - eliminate unnecessary...
2013-05-04 Ted Kremenek[analyzer; alternate edges] - merge control edges where...
2013-05-04 Ted Kremenek[analyzer; alternate edges] prune edges whose end/begin...
2013-05-04 Ted Kremenek[analyzer;alternate edges] - add in events (loop iterat...
2013-05-04 Fariborz Jahanian[doc parsing]: Make warning about unknown command
2013-05-03 Richard SmithArrayRef'ize MultiLevelTemplateArgumentList::ArgList...
2013-05-03 Douglas Gregor<rdar://problem/13806270> A template argument list...
2013-05-03 Argyrios KyrtzidisRevert r177218.
2013-05-03 Fariborz Jahanian[Doc parsing] Provide diagnostics for unknown documentation
2013-05-03 Douglas GregorRemove DiagnosticConsumer::clone(), a bad idea that...
2013-05-03 Douglas GregorWhen building a module, forward diagnostics to the...
2013-05-03 Argyrios Kyrtzidis[Preprocessor] For the MacroExpands preprocessor callba...
2013-05-03 Argyrios KyrtzidisRename ObjCImplementationDecl::getSuperLoc() -> getSupe...
2013-05-03 Wei PanTest commit
2013-05-03 Adrian PrantlReapply r180982 with repaired logic and an additional...
2013-05-03 Ben LangmuirSerialization for captured statements
2013-05-03 Richard SmithPR15906: The body of a lambda is not an evaluated subex...
2013-05-03 Ben LangmuirMove CapturedStmt parameters to CapturedDecl
2013-05-03 Douglas GregorRestore Richard's belief in me.
2013-05-03 Ted Kremenek[analyzer] Start hacking up alternate control-flow...
2013-05-03 Argyrios KyrtzidisKeep track of an @implementation's super class name...
2013-05-03 John McCallMicro-optimization: check the overloaded operator kind...
2013-05-03 Hans WennborgRemove svn:eol-style property set in r180918 and r181004
2013-05-03 Dmitri GribenkoArrayRef'ize InitializationSequence constructor and...
2013-05-03 Rafael EspindolaInitialize WarnOnSpellCheck.
2013-05-03 Daniel JasperAdd space between ; and (.
2013-05-03 Daniel JasperFix expression recognition in for-loops.
2013-05-03 Dmitri GribenkoAdd const qualifier to Sema::getTypeName's parameter...
2013-05-03 Benjamin KramerAdd support for -march=btver2.
2013-05-03 Hans WennborgSupport __wchar_t in -fms-extensions and -fms-compatibi...
2013-05-03 John McCallCorrectly emit certain implicit references to 'self...
2013-05-03 Jordan Rose[analyzer] Check the stack frame when looking for a...
2013-05-03 Jordan Rose[analyzer] Fix trackNullOrUndef when tracking args...
2013-05-03 Adrian PrantlRevert "Attempt to un-break the gdb buildbot."
2013-05-03 Ted KremenekMake cleanUpLocation() a self-contained function.
2013-05-03 Reid Kleckner[ms-cxxabi] Emit non-virtual member function pointers
2013-05-03 Adrian PrantlAttempt to un-break the gdb buildbot.
2013-05-03 Ted KremenekRe-apply 180974 with the build error fixed. This was...
2013-05-03 Rafael EspindolaRevert "Change LocationContextMap to be a temporary...
2013-05-03 John McCallMove parsing of identifiers in MS-style inline assembly...
2013-05-02 Ted KremenekChange LocationContextMap to be a temporary instead...
2013-05-02 Douglas GregorUse attribute argument information to determine when...
2013-05-02 Douglas GregorRevert r180970; it's causing breakage.
2013-05-02 Douglas GregorUse attribute argument information to determine when...
2013-05-02 Bill WendlingRemove redundant flag.
2013-05-02 Bill WendlingWe don't want FP elimination when doing an Apple-style...
2013-05-02 Jordan Rose[analyzer] Don't try to evaluate MaterializeTemporaryEx...
2013-05-02 Bill WendlingUse the Itanium ABI for thread_local on Darwin.
2013-05-02 Douglas GregorFix crasher when the range in a C++ range-for loop...
2013-05-02 Douglas GregorWhen looking for the module associated with one of...
2013-05-02 Daniel JasperBasic clang-format integration for BBEdit.
2013-05-02 Adrian PrantlEnsure that the line table for functions with cleanups...
2013-05-02 Adrian PrantlUse a more idiomatic way to disable debug locations.
2013-05-02 Douglas GregorUse a triple ensure that __has_feature(c_thread_local...
2013-05-02 Fariborz Jahanian[document parsing]: support c++11 type aliases
2013-05-02 Hans WennborgMake sure we define wchar_t related macros correctly...
2013-05-02 Hans WennborgFix typo in a stddef.h comment: s/risze_t/rsize_t/
2013-05-02 Douglas GregorOnly evaluate __has_feature(c_thread_local) and __has_f...
2013-05-02 Anton Yartsev[analyzer] Finally make c++-analyzer 'executable' again.
2013-05-02 Jordan Rose[analyzer] RetainCountChecker: don't track through...
2013-05-02 Anton Yartsev[analyzer] Recreated as a file.
2013-05-02 Anton Yartsev[analyzer] Temporary remove c++analyzer to recreate...
2013-05-02 Anton Yartsev[analyzer] Added 'executable' property to c++analyzer.
2013-05-02 Anton Yartsev[analyzer] scan-build for Windows
2013-05-01 Jordan Rose[analyzer] Consolidate constant evaluation logic in...
2013-05-01 Jordan Rose[analyzer] Don't inline the [cd]tors of C++ iterators.
2013-05-01 Fariborz Jahanian[documenting declaration]: Remove arc liftime qualifiers
2013-05-01 Chad RosierFix typo in FileCheck.
2013-05-01 Chad Rosier[inline asm] Add a test case for r180873. Test case...
2013-05-01 Richard SmithFix spurious trailing comma when printing some of the...
2013-05-01 Richard SmithPR15884: In the 'taking the address of a temporary...
2013-05-01 Jordan RoseRe-apply "[analyzer] Model casts to bool differently...
2013-05-01 Fariborz JahanianFix buildbot yet again. // rdar://13757500.
2013-05-01 Fariborz Jahanianattempt to fix the buildbot failure.
2013-05-01 Fariborz Jahanian[ObjC declaration documentation] declaration of
2013-05-01 Aaron BallmanAs of r180836, these tests should no longer be XFAILed...
2013-05-01 Argyrios KyrtzidisPoint diagnostics that complain about a use of a select...
2013-04-30 Adrian PrantlRevert 180817 because 180816 was reverted.
2013-04-30 Richard SmithFix PR15845: apparently MSVC does not support implicit...
2013-04-30 Adrian PrantlDo not generate VLAs as complex variables any more...
2013-04-30 Chad Rosier[driver] Allow multiple -arch options with -save-temps...
2013-04-30 Jordan Rose[analyzer] scan-build: support -enable-checker with...
2013-04-30 Richard SmithRevert r180739 and r180748: they broke C++11 thread_loc...
2013-04-30 Richard SmithWhen deducing an 'auto' type, don't modify the type...
2013-04-30 Reid Kleckner[ms-cxxabi] Implement member pointer comparisons
2013-04-30 Manman RenStruct-path aware TBAA: enable struct-path aware TBAA...
2013-04-30 Richard SmithDon't treat a non-deduced 'auto' type as being type...
2013-04-30 Rafael EspindolaUse {{.*}}suffix instead of [[TC]] in places where...
2013-04-30 Rafael EspindolaAlways use / when computing mips specific paths.
2013-04-30 Simon Atanasyan[Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2...
2013-04-30 Ted KremenekPlace bitfield -Wconstant-conversion warning into subgr...
2013-04-30 Daniel JasperFix very confusing indent in Sema.cpp.
2013-04-30 Argyrios Kyrtzidis[PCH] Fix memory leak related to deserialized MacroInfo...
2013-04-30 Joerg SonnenbergerAdd support for -stdlib=libc++ in the NetBSD toolchain.
next