]> granicus.if.org Git - clang/shortlog
clang
2011-11-05 Anna Zaks[analyzer] Relax the cmp criteria for analyzer reports.
2011-11-05 Anna Zaks[analyzer] Add the list of available checkers to the...
2011-11-05 Anna Zaks[analyzer] There should be a space between "expect...
2011-11-05 Anna Zaks[analyzer] Add support for testing with individual...
2011-11-05 Argyrios KyrtzidisFix infinite loop in LiveVariables due to a misplaced...
2011-11-05 Argyrios Kyrtzidis[libclang] For "c-index-test -index-file", print out...
2011-11-05 Peter CollingbourneOn Linux, enable the gold plugin if we are using LTO.
2011-11-05 Peter CollingbourneCorrect the grammar for __builtin_astype.
2011-11-05 Ted Kremenekserialized diagnostics: include FixIt information in...
2011-11-05 Akira HatanakaMove definitions of SizeType and PtrDiffType to Mips32T...
2011-11-05 Eli FriedmanFix test so that it XFAILs consistently.
2011-11-05 Michael J.... Fix MSVC build.
2011-11-05 Eli FriedmanFix one last place where we weren't writing into a...
2011-11-05 Eli FriedmanFix incorrect format string in debug output.
2011-11-05 Ted KremenekTeach LiveVariables to look through OpaqueValueExprs...
2011-11-05 Ted KremenekPer discussion with John McCall, don't add OpaqueValueE...
2011-11-05 Ted Kremenekserialized diagnostics: pull emission of filenames...
2011-11-05 Ted Kremenekserialized diagnostics: pull emission of diagnostic...
2011-11-05 Ted KremenekSerialized diagnostics: pull category name serializatio...
2011-11-05 Ted Kremenekserialized diagnostics: emit source ranges.
2011-11-05 Ted KremenekMove definition of record/block IDs for serialized...
2011-11-05 Ted KremenekSerialized diagnostics: encode a 24 bit version number...
2011-11-05 Ted Kremenekserialized diagnostics: unique warning strings when...
2011-11-05 Ted KremenekSerialized diagnostics: serialize "notes" as sub diagno...
2011-11-05 Ted KremenekAlso include file modification time and size in output...
2011-11-05 Argyrios Kyrtzidis[arcmt] Fix an assertion hit in rdar://10336125; a...
2011-11-04 Chandler CarruthBegin the migration of header search logic to the drive...
2011-11-04 Chandler CarruthSwitch the C++ include interface in the ToolChain to...
2011-11-04 Argyrios KyrtzidisCheck for invalid after calling getSLocEntry, for safety.
2011-11-04 Argyrios Kyrtzidis[arcmt] In GC, error out when there is a call that...
2011-11-04 Argyrios KyrtzidisIn ARC, when applying an ownership to a non-objc pointe...
2011-11-04 Devang PatelEnable -flimit-debug-info by default. Now, clang lazily...
2011-11-04 Chad Rosier[driver] Don't blindly accept all -g options.
2011-11-04 Devang PatelRevert r143551. It is causing g++.dg/template/crash52...
2011-11-04 Fariborz Jahanianobjc: fixed enum type is supported in objc mode.
2011-11-04 Richard SmithClean up C++11 constant expression testing.
2011-11-04 Devang PatelAdd new test.
2011-11-04 Devang PatelAdd new test.
2011-11-04 Argyrios Kyrtzidis[arcmt] For GC, cleanup and turn -finalize to -dealloc.
2011-11-04 Argyrios Kyrtzidis[arcmt] In GC, error for use of CFMakeCollectable becau...
2011-11-04 Argyrios KyrtzidisIn C++ keep unavailable function calls in the AST,...
2011-11-04 Argyrios Kyrtzidis[arcmt] In GC, transform NSMakeCollectable to CFBridgin...
2011-11-04 Benjamin KramerRemove unused variables.
2011-11-04 Chandler CarruthSink the strange '-stdlib=...' flag handling into the...
2011-11-04 Chandler CarruthSink the handling of -fobjc-arc-cxxlib to live with...
2011-11-04 Chandler CarruthAdd a FIXME to cleanup the CPATH handling. It's current...
2011-11-04 Chandler CarruthAdd a system include management interface to the toolch...
2011-11-04 Richard SmithConstant expression evaluation: refactor to start the...
2011-11-04 Richard SmithConstant expression evaluation: track the manner in...
2011-11-04 Richard SmithConstant expression evaluation: although we don't know...
2011-11-03 Richard TrieuIn the AST dump, add a space between the type and value...
2011-11-03 Akira HatanakaUse a single integer type for a sub-doubleword part...
2011-11-03 Eli FriedmanFix alignment on alloca's for parameters using ABIArgIn...
2011-11-03 Chad RosierParse the warning options twice. The first pass sets...
2011-11-03 Argyrios KyrtzidisAfter resetting the diagnostic state, set the number...
2011-11-03 Eli FriedmanFix the alignment on scalar parameter variables so...
2011-11-03 Argyrios Kyrtzidis[libclang] Fix crash when a #pragma diagnostic is inclu...
2011-11-03 Douglas GregorForce test to use the non-fragile ABI
2011-11-03 Argyrios Kyrtzidis[libclang] Move CursorVisitor to its own header.
2011-11-03 Argyrios Kyrtzidis[libclang] Make sure pointing inside the #include of...
2011-11-03 Argyrios Kyrtzidis[libclang] Use CursorVisitor::Visit instead of invoking...
2011-11-03 Argyrios Kyrtzidis[libclang] Add a test for "targeting" a field inside...
2011-11-03 Douglas GregorExtend IsSimplyAccessible to check for Objective-C...
2011-11-03 Douglas GregorFix grammaro
2011-11-03 Douglas GregorTeach the ASTImporter to import DefinitionData bits.
2011-11-03 Douglas GregorClass can't be null in this context
2011-11-03 Douglas GregorRefactor Sema::IsSimplyAccessible slightly, to work...
2011-11-03 Douglas GregorWhen we're checking a friend function template in an...
2011-11-03 Argyrios Kyrtzidis[libclang] Add missing return in clang_getExpansionLoca...
2011-11-03 Argyrios Kyrtzidis[libclang] Add infrastructure to be able to only deseri...
2011-11-03 Argyrios Kyrtzidis[libclang] For c-index-test disable caching of code...
2011-11-03 Jan Wen VoungDo not add "byval" attribute to records with non-trivia...
2011-11-03 Douglas GregorAdd a printing policy flag to suppress printing "<anony...
2011-11-03 Akira HatanakaSet MinABIStackAlignInBytes to 8 if ABI is N32/64.
2011-11-02 Akira HatanakaConvert the type of a structure passed by value if...
2011-11-02 Douglas GregorTest code completion for constructor initializers withi...
2011-11-02 Akira HatanakaReturn function results whose size is smaller than...
2011-11-02 Eli FriedmanUse native endianness for writing out character escapes...
2011-11-02 Douglas GregorDon't build member initializers for zero-length or...
2011-11-02 Fariborz Jahanianback out changes in r143399 and r143475.
2011-11-02 Douglas GregorDon't encourage bug reports to the Clang mailing list...
2011-11-02 Chad RosierIn addition to dumping preprocessed source, dump a...
2011-11-02 Douglas GregorFix various minor issues find via unreachable code...
2011-11-02 Anna Zaks[analyzer] Tweak the test script
2011-11-02 Chandler CarruthAdd the newest Gentoo GCC version based on the reported...
2011-11-02 Anna Zaks[analyzer] Start writing Checker Developer Manual.
2011-11-02 Douglas GregorDrastically simplify the mapping from the declaration...
2011-11-02 Douglas GregorUse StringLiteral::getBytes(), not StringLiteral::getSt...
2011-11-02 David BlaikieFixing some dead links. Patch by Jean-Daniel Dupas!
2011-11-02 Benjamin KramerRemove virtually empty file.
2011-11-02 Michael J.... Add colors to the C++11 status page.
2011-11-02 Bob WilsonInvoke the Darwin assembler with -g instead of --gdwarf2.
2011-11-02 Chandler CarruthUpdate the CMake build for clang-tblgen to reflect...
2011-11-02 Bob WilsonCheck for homogeneous aggregate return values with...
2011-11-02 Eli FriedmanAdd an option to emulate the strange Apple gcc behavior...
2011-11-01 Fariborz Jahanianobjc: warn if a readonly property has a setter attribut...
2011-11-01 Anna Zaks[analyzer] Make sink attribute part of the node profile.
2011-11-01 Anna Zaks[analyzer] Fix PR11282 - an assert in markAsSink
2011-11-01 Anna Zaks[analyzer] Make sure the child builder use temporary...
2011-11-01 Anna Zaks[analyzer] BranchNodeBuilder should not generate autotr...
next