]> granicus.if.org Git - clang/shortlog
clang
2011-10-10 Sebastian RedlNow that we support move generation, mention this in...
2011-10-10 Kaelyn UhrainGive nicer note when a member redeclaration has or...
2011-10-10 Fariborz Jahanianobjc: Some refactoring of overriding method decl. code
2011-10-10 Douglas GregorDon't analyze comparisons in type- or value-dependent
2011-10-10 Douglas GregorPer C++ [class.bit]p2, unnamed bit-fields are not membe...
2011-10-10 Richard Smithconstexpr: Disable checking of constructor member initi...
2011-10-10 Douglas GregorDon't complain about qualified property or ivar access...
2011-10-10 Douglas GregorWhen adding a direct initializer to a declaration,...
2011-10-10 Douglas GregorParse the initializer for a class member after handling its
2011-10-10 Douglas GregorAlways add the built-in overload candidates for operato...
2011-10-10 Douglas GregorRemove the TODO file; it's not interesting any more
2011-10-10 Benjamin KramerAnother case of HadMultipleCandidates being used uninit...
2011-10-10 Sean HuntBegin work consolidating ShouldDelete* functions.
2011-10-10 Tobias GrosserParse LLVM command line arguments after plugins have...
2011-10-10 Douglas GregorImplement the restrictions in C++ [class.friend]p6...
2011-10-09 Douglas GregorDiagnose attempts to qualify the name of an instance...
2011-10-09 Douglas GregorPush "out-of-line" declarations into scope when their...
2011-10-09 Douglas GregorThe effective context of a friend function is its lexical
2011-10-09 Douglas GregorFor the various CF and NS attributes, don't complain...
2011-10-09 Douglas GregorPer the note in C++0x [temp.deduct.call]p4, don't attem...
2011-10-09 Peter CollingbourneOpenCL: add driver/frontend support for precompiled...
2011-10-09 Douglas GregorA friend template specialization is also dependent...
2011-10-09 Douglas GregorOnly allow taking the address of an expression of type...
2011-10-09 Douglas GregorDiagnose attempts to declare a non-static data member...
2011-10-09 Douglas GregorWhen building source location information for an _Atomi...
2011-10-09 Douglas GregorAfter instantiating a 'noexcept' expression, be sure...
2011-10-09 Benjamin KramerInitialize the HadMultipleCandidates flag.
2011-10-08 Fariborz Jahanianobjc: Do not warn about mismatch on Super's readonly...
2011-10-08 Benjamin KramerSilence a warning about casting away constness.
2011-10-08 NAKAMURA Takumilib/Frontend/CompilerInstance.cpp: Suppress a "Comparis...
2011-10-08 NAKAMURA TakumiFix "Uninitialized" warnings.
2011-10-08 NAKAMURA TakumiWhitespace
2011-10-08 David ChisnallApparently getPtrToInt() takes an explicit type paramet...
2011-10-08 Ted KremenekFree 'TheTargetCodeGenInfo' in the class CodeGenModule...
2011-10-08 Eli FriedmanFix warning on MSVC. Patch by Aaron Ballman.
2011-10-08 Argyrios KyrtzidisTry fixing windows bots.
2011-10-08 Peter CollingbourneMake clang-tblgen's Makefile independent of Clang's...
2011-10-07 Argyrios Kyrtzidis[arcmt] Ignore linking errors when doing ARC migration...
2011-10-07 Ted KremenekProvide basic static analyzer support for CXXTemporaryO...
2011-10-07 Anna Zaks[analyzer] Remove dead code.
2011-10-07 Ted KremenekRemove AnalysisContext::getLiveVariables(), and introdu...
2011-10-07 Argyrios KyrtzidisIn DeclContext::LoadLexicalDeclsFromExternalStorage...
2011-10-07 Anna Zaks[analyzer] Previously, we were passing to CheckerContex...
2011-10-07 Fariborz Jahanianobjc++: some minor cleanup and a test case
2011-10-07 Anna ZaksProgramPoint cleanup after the previous commit r141408...
2011-10-07 Douglas GregorAdd braces around do-while body. The lack of them gives...
2011-10-07 Eli FriedmanAdd a simple PCH test for _Atomic.
2011-10-07 Anna ZaksAdd a copy constructor to ProgramPoint and pull withTag...
2011-10-07 Eli FriedmanAdd address spaces for TCE target. Patch by Pekka...
2011-10-07 Chandler CarruthHack in a workaround for PR11082 until we have a proper...
2011-10-07 Bob WilsonClang driver changes for iOS 5.0 and OS X Lion support.
2011-10-07 Chad RosierMore cleanup using StringSwitch.
2011-10-07 Fariborz Jahanianobjc rewriter. Fix declaration of objc_msgSend_stret...
2011-10-07 John McCallRename TagDecl::isDefinition -> isCompleteDefinition
2011-10-07 Richard SmithRemove FIXME obsoleted by change r141279 for PR11067.
2011-10-07 John McCallRecord layout requires not just a definition, but a...
2011-10-07 Ted Kremenekr141345 also fixed a -Wuninitialized bug where loop...
2011-10-07 Ted KremenekFix infinite loop in -Wuninitialized reported in PR...
2011-10-07 Bob WilsonUse StringSwitch. Thanks for Chandler for the suggestion.
2011-10-06 Fariborz Jahanianobjc: Improve on diagnostic when atomic proeprty is...
2011-10-06 Anna Zaks[analyzer] Static Analyzer Qualification Infrastructure...
2011-10-06 John McCallMove type-checking for C-style casts in C into the...
2011-10-06 Argyrios KyrtzidisImplicitly assume that a ObjC category to an unavailabl...
2011-10-06 Argyrios KyrtzidisWhen using an unavailable/deprecated interface Foo...
2011-10-06 Eli Friedmanllvm.memory.barrier is going away; remove the wrapper...
2011-10-06 Eli FriedmanSupport for C1x _Atomic specifier (see testcase). ...
2011-10-06 Benjamin KramerUse strpbrk(3) instead of open coding it.
2011-10-06 Eli FriedmanAdd missing include to clang-interpreter example, to...
2011-10-06 Chad Rosier[driver] Fix test case for Windows due to fallout from...
2011-10-06 Bob WilsonRemove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730.
2011-10-06 Ted Kremenek[static analyzer] Fix crash in LiveVariables and Enviro...
2011-10-06 Eli FriedmanAdd _mm_comige_sd to emmintrin.h, since I apparently...
2011-10-06 Bob WilsonRearrange for readability. No functional change.
2011-10-06 Bob WilsonAdd a missing check for cortex-a9.
2011-10-06 Peter CollingbourneCUDA: IR generation support for device stubs
2011-10-06 Fariborz Jahanianobjc++: For atomic properties of c++ class objec typet...
2011-10-06 Peter CollingbourneCUDA: add -fcuda-is-device flag
2011-10-06 Peter CollingbourneCUDA: IR generation support for kernel call expressions
2011-10-06 Peter CollingbourneCUDA: set proper calling conventions for PTX
2011-10-06 Erik Verbruggen[libclang] Removed accidental addition of CXCursor_Anno...
2011-10-06 Peter CollingbourneAdd the Clang tblgen backends to Clang, and flip the...
2011-10-06 Erik Verbruggen[libclang] Fix symbol export for clang_Range_isNull...
2011-10-06 Erik VerbruggenFixed GCC (C90) and Clang warnings.
2011-10-06 Richard SmithPR11067: A definition of a constexpr static variable...
2011-10-06 Erik VerbruggenAdded CXAvailability_NotAccessible to indicate that...
2011-10-06 Argyrios Kyrtzidis[libclang] Introduce clang_findReferencesInFile which...
2011-10-06 Argyrios Kyrtzidis[libclang] Move the bulk of clang_getOverriddenCursors...
2011-10-06 Ted KremenekUse a sidetable in ASTContext for ParmVarDecls whose...
2011-10-06 Ted KremenekHoist truncation checking for ParmVarDeclBitfields...
2011-10-06 Peter CollingbourneOpenCL: add a non-standard extension, cl_clang_storage_...
2011-10-06 Peter CollingbourneOpenCL: disallow '#pragma OPENCL EXTENSION all : enable...
2011-10-06 Ivan KrasinAdd -Wlanguage-extension-token option for ext_token_use...
2011-10-06 Peter CollingbourneClang-side build system infrastructure for multiple...
2011-10-06 Anna Zaks[analyzer] Remove the dependency on CheckerContext...
2011-10-06 Eric ChristopherWhen constructing debug information for synthesized...
2011-10-06 Eric ChristopherReformat comment.
2011-10-05 Ted KremenekFix major regression in RetainCountChecker. DefaultSum...
2011-10-05 Anna Zaks[analyzer] Remove the last dependency on CheckerContext...
2011-10-05 Anna Zaks[analyzer] OSAtomicChecker implements evalCall in a...
2011-10-05 Argyrios KyrtzidisDocument ObjCMethodDecl::setMethodParams.
next