]> granicus.if.org Git - clang/shortlog
clang
2013-07-16 Craig TopperFix formatting. No functional change.
2013-07-16 Daniel JasperRevamp the formatting of C++11 braced init lists.
2013-07-16 Samuel BenzaquenAdd more types to ASTNodeKind. Refactor common instanti...
2013-07-16 Fariborz JahanianThis patch removes unused parameter allProperties and...
2013-07-16 Manuel KlimekRemove unnecessary assignment.
2013-07-16 Manuel KlimekFixes another hard to test problem with iterator invali...
2013-07-16 Daniel Jasperclang-format: Improve detection of function types.
2013-07-16 Tim NorthoverFix test on release builds.
2013-07-16 Tim NorthoverARM: implement low-level intrinsics for the atomic...
2013-07-16 Serge PavlovLimit number of bits in size representation so that...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-16 Eli FriedmanMerge attributes on typedef decls.
2013-07-16 Eli FriedmanFix alignment of class derived from empty class.
2013-07-16 Fariborz JahanianObjC migrator: build conforming interface
2013-07-16 Eli FriedmanFix member refs with using decl + anonymous union.
2013-07-15 David BlaikieTest case for r18266 (serialization support for TagDecl...
2013-07-15 Fariborz JahanianObjC migrator: finding conforming protocol
2013-07-15 Kaelyn UhrainFix a typo in the diagnostic note added in r186342.
2013-07-15 Kaelyn UhrainMove the "->" to "." fixit from r186128 into a separate...
2013-07-15 Samuel BenzaquenAdd support for type traversal matchers.
2013-07-15 Chandler CarruthRe-revert r86040, which was un-reverted in r186199.
2013-07-15 Daniel Jasperclang-format: Improve c-style cast detection.
2013-07-15 Daniel JasperImprovement of change r186320.
2013-07-15 Daniel JasperImprove formatting of operator<< chains.
2013-07-15 Aaron BallmanReplacing an empty switch with its moral equivalent...
2013-07-15 Craig TopperAdd 'static' and 'const' qualifiers to some arrays...
2013-07-15 Serge PavlovFix to PR12262 - assertion when substituting explicit...
2013-07-15 Craig TopperRevert 186302 to fix build bots.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-14 Eric ChristopherReformat line.
2013-07-14 Eric ChristopherMove BlockLiteralGeneric earlier in CGDebugInfo and...
2013-07-14 Eric ChristopherUpdate a few comments and reformat a decl for clarity.
2013-07-14 Craig TopperReplace C++0x in a comment with C++11
2013-07-14 Craig TopperChange cxx0x to cxx11 in diagnostic name.
2013-07-14 Craig TopperChange cxx0x to cxx11 in diagnostic name.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-14 Richard SmithMake these tests more robust against IRgen choosing...
2013-07-14 Richard SmithDelete a test that is checking badly for a point bug...
2013-07-14 Richard SmithAdd missing include guards into headers in lib/Headers...
2013-07-14 Richard SmithIf an unimported submodule of an imported module contai...
2013-07-14 David BlaikieSerialization support for TagDecl::IsCompleteDefinition...
2013-07-13 David BlaikieInitialize the "IsCompleteDefinitionRequired" field...
2013-07-13 David BlaikiePR16214, PR14467: DebugInfo: use "RequireCompleteType...
2013-07-13 David BlaikieCorrectly classify pack expansions as NON_CANONICAL_UNL...
2013-07-13 David BlaikieSimplify getTypeInfoImpl handling of 'non-canonical...
2013-07-13 David BlaikieRevert "Revert "PR16540: ASTVector::insert(Context...
2013-07-13 David BlaikieRevert "PR16540: ASTVector::insert(Context, Iter, Eleme...
2013-07-13 David BlaikiePR16540: ASTVector::insert(Context, Iter, Element)...
2013-07-13 Fariborz JahanianFixes a typo caught by Arthur O'Dwyer
2013-07-13 Richard SmithC++ modules: Don't call DeclContext::lookup when half...
2013-07-13 Reid Kleckner[ms-cxxabi] Don't consider function templates for name...
2013-07-13 Fariborz JahanianObjC migrator: More knobs for migrating
2013-07-12 Fariborz JahanianObjC migrator: early work for migrating implicitly...
2013-07-12 Argyrios KyrtzidisChanges so that a few tests do not fail when running...
2013-07-12 Bill WendlingUse function attributes to pass along the stack protect...
2013-07-12 Eli FriedmanCompute 'this' correctly for block in lambda.
2013-07-12 Kaelyn UhrainProvide a better diagnostic and a fixit for a '.' or...
2013-07-12 Richard SmithUnrevert r186040, reverted in r186185, with fix for...
2013-07-12 Chandler CarruthRevert r186040 to fix PR16597 while Richard investigate...
2013-07-12 Anna Zaks[analyzer] Treat nullPtrType as a location type.
2013-07-12 Fariborz Jahanianfixes a typo caught by Jordan.
2013-07-12 Fariborz JahanianObjective-C: Produce gcc compatible encoding of
2013-07-12 Jordan Rose[scan-build] Add missing comma to ccc-analyzer.
2013-07-12 Daniel Jasperclang-format: Improve <<-formatting.
2013-07-12 Daniel Jasperclang-format: Fix string literal breaking.
2013-07-12 Daniel Jasperclang-format: Break before/between array subscript...
2013-07-12 Jordan Rose[analyzer] Add support for __builtin_addressof.
2013-07-11 Jordan Rose[scan-build] Pass through all -f and -O flags, along...
2013-07-11 Eli FriedmanFix crash on zero-argument assignment operator.
2013-07-11 David DeanAdd the ability to use guarded malloc when running...
2013-07-11 Kaelyn UhrainProvide a fixit hint for changing '->' to '.' if there...
2013-07-11 Eli FriedmanMake CXXBaseSpecifier::getType return unqual type.
2013-07-11 Daniel Jasperclang-format: Fix bug concerning the alignment of "}".
2013-07-11 Daniel Jasperclang-format: Break before trailing annotations.
2013-07-11 Daniel Jasperclang-format: Avoid line breaks before the first <<.
2013-07-11 Fariborz JahanianRestore warning to its original text when
2013-07-11 Eli BenderskySimplify GetBuiltinNames by hoising the NoBuiltins...
2013-07-11 Fariborz JahanianObjectiveC arc[qoi]: When due to change of certain...
2013-07-11 Daniel JasperImprove detection of trailing return types.
2013-07-11 Daniel JasperFix indentation problem for comments in call chains
2013-07-11 Daniel JasperKeep trailing annotations close to their argument.
2013-07-11 Richard SmithPR5066: If a declarator cannot have an identifier,...
2013-07-11 James DennettDocumentation fixes - the rest of DeclCXX.h:
2013-07-11 James DennettDocumentation cleanup for DeclCXX.h:
2013-07-11 NAKAMURA Takumiclang/test/CodeGen/c11atomics.c: Fix testcase for ...
2013-07-11 Eli FriedmanFix build.
2013-07-11 Richard SmithAdd a __builtin_addressof that performs the same functi...
2013-07-11 Richard SmithMake CheckAddressOfOperand a member of Sema so it can...
2013-07-11 Eli FriedmanSimplify atomic load/store IRGen.
2013-07-11 Richard SmithFix some grammar errors.
2013-07-11 Richard SmithFix documentation:
2013-07-10 Richard SmithIf we friend a declaration twice, that should not make...
2013-07-10 Fariborz JahanianObjC migrator: Improve on hueristics.
2013-07-10 Eric ChristopherUse a LexicalScope here since it is one and it will...
2013-07-10 Jordan Rose[analyzer] Remove bogus assert: in C++11, 'new' can...
2013-07-10 James DennettAdd a hook RecursiveASTVisitor::TraverseLambdaBody...
2013-07-10 Kaelyn UhrainOffer typo suggestions for 'using' declarations.
2013-07-10 Daniel JasperAdd experimental flag for adaptive parameter bin-packing.
2013-07-10 Serge PavlovFixed comment of Sema::FindInstantiatedDecl.
next