]> granicus.if.org Git - clang/shortlog
clang
2012-04-12 Eric ChristopherTestcase for previous commit.
2012-04-12 Eric Christopherstatic functions have a need for mangled name debug...
2012-04-12 Eric ChristopherThe copy and destroy helper functions aren't prototyped...
2012-04-12 Ted KremenekImplement clang_getDiagnosticCategoryText() to provide...
2012-04-11 Fariborz Jahanianmodern objective-c translator. Fixes a mis-translation...
2012-04-11 Eli FriedmanAdd test for a construct we currently reject, constant...
2012-04-11 Anna Zaks[analyzer] Another dynamic_cast false positive/negative.
2012-04-11 Anna Zaks[analyzer] dynamic_cast Simplify null value generation.
2012-04-11 Anna Zaks[analyzer] Better test cases for explaining where track...
2012-04-11 Fariborz Jahanianmodern objective-c translator. Fixes a translation...
2012-04-11 Richard SmithPart of PR10101: after a parse error in a declaration...
2012-04-11 Argyrios Kyrtzidis[libclang] Apparently it's important to build in C89...
2012-04-11 Argyrios Kyrtzidis[libclang] Introduce a couple of functions to make...
2012-04-11 Argyrios Kyrtzidis[libclang] In cxloc::translateSourceRange make sure...
2012-04-11 Richard SmithUpdate recently-added test to use new __c11_ form of...
2012-04-11 Richard SmithProvide, and document, a set of __c11_atomic_* intrinsi...
2012-04-11 David ChisnallMake __atomic_init() (soon to be __c11_atomic_init...
2012-04-11 David ChisnallClean up last commit as per dgregor's comments.
2012-04-11 David ChisnallAllow c++ initialisers to initialise _Atomic fields.
2012-04-11 Eric ChristopherAdd a triple to this test.
2012-04-11 Eric ChristopherTry to fix the windows buildbots by making this test...
2012-04-11 Eric ChristopherEnable debug info for objective c implementations that...
2012-04-11 Richard SmithSupport C++11 attributes at the start of a parameter...
2012-04-11 Argyrios Kyrtzidis[libclang] Fix "error: conflicts with new declaration...
2012-04-11 Argyrios Kyrtzidis[libclang] If displayDiagnostics is set (when calling...
2012-04-10 Anna Zaks[analyzer] Don't crash even when the system functions...
2012-04-10 Richard SmithAtomicExpr: make ASTStmtReader a friend and remove...
2012-04-10 Kaelyn UhrainFix quoting to allow shell expansion to occur for shell...
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...
next