]> granicus.if.org Git - clang/shortlog
clang
2011-09-02 Douglas GregorExtend the ASTContext constructor to delay the initiali...
2011-09-01 Douglas GregorAllow the preprocessor to be constructed without perfor...
2011-09-01 Richard TrieuRefactor CheckAdditionOperands(), CheckSubtractionOpera...
2011-09-01 Argyrios KyrtzidisDon't try keeping a 'LeadingEmptyMacroLoc' in NullStmt...
2011-09-01 Argyrios Kyrtzidis[arcmt] Clear out temporary dirs in the tests or we...
2011-09-01 Nick LewyckyDon't try to emit unsupported templated friend declarat...
2011-09-01 Richard TrieuExtend the self-reference warning to catch when a const...
2011-09-01 Argyrios Kyrtzidis[arcmt] Fix test/ARCMT/remove-statements.m regression...
2011-09-01 Douglas GregorTeach ASTContext and Preprocessor to hold on to referen...
2011-09-01 Fariborz Jahaniandefault property synthesis is off by default
2011-09-01 Douglas GregorMake test slightly trickier
2011-09-01 Fariborz Jahanianobjective-c: Make auto synthesis of properties the...
2011-09-01 Douglas GregorModules hide macro definitions by default, so that...
2011-09-01 Francois PichetEnable -fdelayed-template-parsing by default on Win32.
2011-09-01 Rafael EspindolaFix PR10744 by adding the toolchain path to the regular...
2011-09-01 Hans WennborgAdd 4.4.6 to GccVersions[] in lib/Driver/ToolChains...
2011-09-01 Zhongxing XuIf size was equal to 0, either NULL or a pointer suitab...
2011-09-01 Argyrios KyrtzidisFix "multi-line comment" compiler error.
2011-09-01 Douglas GregorWhen defining the implicit move assignment operator...
2011-09-01 Argyrios KyrtzidisSupport importing of ObjC categories from modules.
2011-08-31 Chandler CarruthCreate a CaretDiagnostic class to hold the logic for...
2011-08-31 Chandler CarruthSink all of the include stack printing logic into its...
2011-08-31 Anna Zaks[analyzer] Revert a regression introduced in r133104...
2011-08-31 Fariborz JahanianTest for default property synthesis.
2011-08-31 Fariborz Jahanianobjective-c: this patch (re)introduces objective-c...
2011-08-31 Douglas GregorSwitch the "no module found" default-fatal warning...
2011-08-31 John McCallDon't assert when diagnosing a missing cast of an unkno...
2011-08-31 Chad Rosier[driver] If no -miphoneos-version-min is specified...
2011-08-31 Eli FriedmanMake sure to initialize field. Hopefully this will...
2011-08-31 Chandler CarruthDon't verify the name of the driver executable. It...
2011-08-31 Jordy Rose[analyzer] Fix varargs helper to only use POD types...
2011-08-31 Douglas GregorSwitch __import__ over to __import_module__, so we...
2011-08-31 Fariborz Jahanianobjective-c - This patch buffers method implementations
2011-08-31 Chandler CarruthUpdate libclang to have APIs corresponding to the new...
2011-08-31 Sebastian RedlSerialize the new bits in CXXRecordDecl::DefinitionData.
2011-08-31 Chandler CarruthImprove the diagnostic text for -Wmissing-noreturn...
2011-08-30 Eli FriedmanChange err_pp_file_not_found back to an Error; when...
2011-08-30 Douglas GregorAllow C99 hexfloats in C++0x mode. This change resolves...
2011-08-30 Jeffrey YasskinFix PR10694: Boolean conversions can be from pointers...
2011-08-30 Douglas GregorWhen writing out the entries in a lookup table for...
2011-08-30 Sebastian RedlDeclare and define implicit move constructor and assign...
2011-08-30 Argyrios KyrtzidisRemove a few mutating ObjCCategoryDecl methods.
2011-08-30 Argyrios KyrtzidisIn ASTWriter::WriteDeclContextVisibleBlock, don't write...
2011-08-30 Argyrios KyrtzidisRemove a couple of unnecessary objc method lookups.
2011-08-30 Argyrios Kyrtzidis[libclang] Rename some functions and make sure we don...
2011-08-30 Fariborz Jahanianobjc - fixes a regression in declaring c decls nested in
2011-08-30 Jordy RoseRemove obsolete ObjCInferRelatedReturnType from LangOpt...
2011-08-30 John McCallThe size of struct UnwindException varies by platform...
2011-08-30 John McCallBe sure to emit lvalue-to-rvalue casts for loads from...
2011-08-30 Douglas GregorUpdate mingw-w64 part of the user manual, from Ruben...
2011-08-30 Douglas GregorFix a typo when determining whether to strip cv-qualifi...
2011-08-30 Douglas GregorUpdate python testcase for GNU old-style field designat...
2011-08-30 Douglas GregorAdd support for Cursor.displayname in python bindings...
2011-08-29 John McCallUpdate the comment on the default-argument conversion...
2011-08-29 Caitlin SadowskiThread safety: Adding a name to the thread safety diagn...
2011-08-29 Nico WeberDo not warn about [super finalize] in arc mode.
2011-08-29 Ivan KrasinClang/PNaCl: Improve test coverage for PNaClTargetInfo...
2011-08-29 Caitlin SadowskiThread safety: added basic handling for pt_guarded_by...
2011-08-29 Fariborz JahanianFix a rewriter bug caused by recent changes in objc's
2011-08-29 Eli FriedmanAdd missing function _mm_ucomige_sd to emmintrin.h...
2011-08-29 Anna Zaks[analyzer] MacOSKeychainAPIChecker: Simplify getSymbolF...
2011-08-29 Anna ZaksFix: Bug 10798 - [analyzer] Crash when analyzing ICU...
2011-08-29 Anna ZaksFix bug 10797: Crash: "cast<Ty>() argument of incompati...
2011-08-29 Eli FriedmanSome minor updates to the Linux search path handling...
2011-08-29 Fariborz JahanianMinor clean up of objc's decl context stuff.
2011-08-29 Douglas GregorAdd and document __has_feature values for the remaining...
2011-08-29 Caitlin SadowskiThread safety: various minor bugfixes, with test cases
2011-08-29 Matt Beaumont-GayFix type mismatch in initialization (caught by -Wlitera...
2011-08-29 Jeffrey YasskinPrint 'int' instead of 'const int' in the narrowing...
2011-08-29 Jordy Rose[analyzer] Remove empty obsolete header directories...
2011-08-28 Nico WeberWarn on missing [super finalize] calls.
2011-08-28 Jordy Rose[analyzer] Header cleanup to decrease coupling (and...
2011-08-28 Jordy Rose[analyzer] Introduce a new callback for checkers, print...
2011-08-28 Nico Weber[analyzer] update bug report url
2011-08-28 Jordy Rose[analyzer] Remove the ProgramState argument from ExprEn...
2011-08-28 Jordy Rose[analyzer] Eliminate almost all uses of TransferFuncs...
2011-08-28 Jordy Rose[analyzer] Migrate argument invalidation from CFRefCoun...
2011-08-27 Jordy Rose[analyzer] Change the check::RegionChanges callback...
2011-08-27 John McCallDisable the l-value to r-value conversion on C++ class...
2011-08-27 Fariborz Jahanianobjective-c - Make warning on unimplemented protocols...
2011-08-27 Ted Kremenek[analyzer] Rename current PathDiagnosticClient::HandleP...
2011-08-27 Ted Kremenek[analyzer] Pull body of loop in AnalysisConsumer::Handl...
2011-08-27 Ted Kremenek[analyzer] Add test case for handling of __bridge_trans...
2011-08-27 Fariborz Jahanianobjective-c: Treat top-level objective-c declarations
2011-08-27 Benjamin KramerRemove unused variables noticed by GCC.
2011-08-27 Douglas GregorTake an entirely different approach to handling the...
2011-08-27 Argyrios Kyrtzidis[arcmt] Xfail the test for windows.
2011-08-27 John McCallThe lvalue-to-rvalue on structs in C++ is actually...
2011-08-27 Benjamin KramerTwinify.
2011-08-27 Douglas GregorXFAIL one of the module tests on win32, until we figure...
2011-08-27 Douglas GregorIn C++0x mode, suggest nullptr as the initializer for...
2011-08-27 Ted KremenekControl 'invalid conversion specifier' warnings under...
2011-08-27 Douglas GregorImprove caret location for the GNU old-style field...
2011-08-27 Douglas GregorSilence a GCC warning
2011-08-27 Douglas GregorRemove the -import-module option. It's no longer useful
2011-08-26 Douglas GregorTry to unbreak the build on systems where uint64_t...
2011-08-26 Douglas GregorIntroduce support for a simple module import declaratio...
2011-08-26 Argyrios Kyrtzidis[arcmt] Add a test case for r138671 and improve the...
2011-08-26 Andrew TrickFreeBSD (apparently) does not support crash-recovery...
2011-08-26 Argyrios Kyrtzidis[arcmt] Fix horrible bug where migrating files if there...
next