]> granicus.if.org Git - clang/shortlog
clang
2012-04-10 Fariborz Jahanianmodern objective-c translation: writing container
2012-04-10 Anna Zaks[analyzer] dynamic_cast: Better model cast from a refer...
2012-04-10 Argyrios Kyrtzidis[libclang] For clang_getOverriddenCursors make sure...
2012-04-10 Anna Zaks[analyzer] Add support for C++ dynamic_cast.
2012-04-10 Anna Zaks[analyzer] + comments
2012-04-10 Douglas GregorWhen we determine that an initialization sequence faile...
2012-04-10 Douglas GregorImprove the printing of __PRETTY_FUNCTION__ more provid...
2012-04-10 Douglas GregorAdd a query macro for C++11 N3276, decltype does not...
2012-04-10 Douglas GregorImprove diagnostics in C++11 when a non-type template...
2012-04-10 Eric ChristopherThis test actually needs label names.
2012-04-10 Douglas GregorInclude the Objective-C parameter- and return-passing...
2012-04-10 Eric ChristopherFor debug and coverage analysis if we're not optimizing...
2012-04-10 Douglas GregorDon't include the ':' following code-completion suggest...
2012-04-10 Fariborz Jahanianobjective-c: remove IsConstProperty as it does not
2012-04-10 Argyrios KyrtzidisAdd a target triple to test/Index/complete-synthesized.m.
2012-04-10 Argyrios Kyrtzidis[code-complete] Introduce CodeCompletionTUInfo which...
2012-04-10 Douglas GregorRework implementation of null non-type template argumen...
2012-04-10 Fariborz Jahanianobjective-c: add an assertion for property
2012-04-10 Chandler CarruthFix GCC's pedantic return-type warning -- this enum...
2012-04-10 Manuel KlimekFix tautological FileCheck by moving the CHECK to an...
2012-04-10 David ChisnallDon't link lib[std]c++ when -nostdlib is specified...
2012-04-10 Evgeniy StepanovPass -march, -mcpu, -mfpu to linuxtools assembler.
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-04-10 Eric ChristopherEmitStopPoint already checks if we have debug info.
2012-04-10 Eric ChristopherTidy.
2012-04-10 Richard SmithParsing of C++11 attributes:
2012-04-10 Richard SmithDisambiguation of '[[':
2012-04-10 Rafael EspindolaFix the testcase :-(
2012-04-10 Fariborz Jahanianobjective-c modern translator: rewriting specific
2012-04-09 Rafael EspindolaFix an annoying little bug I found while debugging...
2012-04-09 Fariborz JahanianRemove -fobjc-default-synthesize-properties as the...
2012-04-09 John McCallMy original patch missed the virtual-base case for...
2012-04-09 John McCallFix the access check performed as part of the determina...
2012-04-09 Daniel DunbarAuthor: Daniel Dunbar <daniel@zuster.org>
2012-04-09 Manuel KlimekImplementing a test for the use of PWD to base finding the
2012-04-09 Fariborz Jahanianobjective-c: remove -fobjc-default-synthesize-propertie...
2012-04-09 Fariborz Jahanianobjective-c: Remove -fno-objc-default-synthesize-properties
2012-04-09 Manuel KlimekFixes a fix to finding the current directory:
2012-04-09 David ChisnallRevert r154321, pending more discussion.
2012-04-09 David BlaikieFix bugs found by -Wconstant-conversion improvements...
2012-04-09 David ChisnallAdd -fobjc-trace to emit a call before and after each...
2012-04-09 Anton KorobeynikovFactor out ARM floating ABI determination to new routine
2012-04-09 David ChisnallMake a modern Objective-C runtime the default target...
2012-04-08 Chandler CarruthWire up -fpie and -fPIE to LLVM's newly added TargetOpt...
2012-04-08 Chandler CarruthTeach Clang about PIE compilations. This is the first...
2012-04-08 Chandler CarruthRephrase the preprocessor test to directly use CC1...
2012-04-08 Chandler CarruthFileCheck-ize this test.
2012-04-08 Richard SmithDon't forget to evaluate the subexpression in a null...
2012-04-07 Francois Pichetext_reserved_user_defined_literal must not default...
2012-04-07 Simon AtanasyanMIPS: Pass -mabi option to the assmbler when compile...
2012-04-07 Simon AtanasyanMIPS: Move code calculates CPU and ABI names to the...
2012-04-07 NAKAMURA Takumi[Cygwin] Work around to flush stdout in a thread, or...
2012-04-07 John McCallFix several problems with protected access control:
2012-04-07 NAKAMURA Takumitest/lit.cfg: Please pass %INCLUDE% to clang.exe on...
2012-04-07 Chad Rosier[driver] In general, the driver claims redundant args...
2012-04-06 David BlaikieRemove "parse error" in favor of more descriptive diagn...
2012-04-06 Fariborz Jahanianmore testing of objc's dictionary literal translation.
2012-04-06 Douglas GregorImplement support for null non-type template arguments...
2012-04-06 Fariborz Jahanianmodern objective-c translation: support for
2012-04-06 Ted KremenekRework ExprEngine::evalLoad and clients (e.g. VisitBina...
2012-04-06 Benjamin KramerSourceManager: Vectorize ComputeLineNumbers for SSE2.
2012-04-06 Simon AtanasyanMIPS: Provide a correct path to the dynamic linker...
2012-04-06 DeLesley HutchinsThread safety analysis: downgraded requirement that...
2012-04-06 Fariborz Jahanianmodern objective-c translator: translate array literal
2012-04-06 Simon AtanasyanMIPS: Pass -EB/-EL argument to the assembler according...
2012-04-06 Jordy Rose[analyzer] Check that the arguments to NSOrderedSet...
2012-04-06 Matt Beaumont-GayTest for r154189/PR12481
2012-04-06 John McCallUse atexit when __cxa_atexit isn't available instead...
2012-04-06 John McCallRename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDt...
2012-04-06 John McCallFix a Sema invariant bug that I recently introduced...
2012-04-06 Jordy RoseClear environment variables that might affect Clang...
2012-04-06 Patrick BeardAdded a new attribute, objc_root_class, which informs...
2012-04-06 Simon AtanasyanMIPS: Move tests check float ABI macros definitions...
2012-04-06 Chandler CarruthFix using Clang as a cross compiler installed on a...
2012-04-06 David Chisnallzext ivar offsets if required (GNU runtimes).
2012-04-06 DeLesley HutchinsFixed scoping error for late parsed attributes in neste...
2012-04-06 Simon AtanasyanMIPS: Add tests for predefined macros for MIPS targets.
2012-04-06 David BlaikieFix diagnostic text for r154163.
2012-04-06 David BlaikieRestrict fixit for missing 'class' in template template...
2012-04-06 Anna Zaks[analyzer]Fix false positive: pointer might escape...
2012-04-05 Richard SmithPoint the caret at the error for the 'expected namespac...
2012-04-05 Eli FriedmanImplement C90 pedantic warning for duplicate declaratio...
2012-04-05 Eli FriedmanProperly implement the C rules for composite types...
2012-04-05 Fariborz Jahanianobjective-c: Don't warn when a category does not implem...
2012-04-05 Eric ChristopherEnhance testing a bit to make sure that we're omitting the
2012-04-05 Eric ChristopherOnly emit the getter and setter names if they're not...
2012-04-05 Eli FriedmanMake the variant of __builtin_shufflevector that takes...
2012-04-05 Ted KremenekRequire that all static analyzer issues have a category...
2012-04-05 Simon AtanasyanMove some MIPS target macro definitions from class...
2012-04-05 Richard SmithTemporary workaround for bug#12457: turn the 'constexpr...
2012-04-05 Daniel Dunbar[Lex] Add support for 'user specified system frameworks...
2012-04-05 Daniel Dunbar[Lex] HeaderSearch: Introduce a FrameworkCacheEntry...
2012-04-05 Daniel DunbarSimplify.
2012-04-05 David BlaikieImprove & simplify diagnostic for missing 'class' in...
2012-04-05 Ted KremenekHandle symbolicating a reference in an initializer...
2012-04-05 Ted KremenekTeach ObjCContainersChecker that the array passed to...
2012-04-05 Ted KremenekDo not crash in the callgraph construction when encount...
2012-04-05 Anna Zaks[analyzer] Move stats calculation out of AnalysisConsum...
2012-04-05 Anna Zaks[analyzer] Change warding in a path diagnostic:
2012-04-05 Anna Zaks[analyzer] Add a coverage calculation to FunctionSummaries.
next