]> granicus.if.org Git - clang/shortlog
clang
2013-07-17 Hans WennborgOption parsing tables: remove some unnecessary #defines
2013-07-17 Daniel JasperImprove line breaking before multi-line strings.
2013-07-17 Samuel BenzaquenAdd TemplateArgument related matchers to the registry.
2013-07-17 Samuel BenzaquenAdd CXXCtorInitializer related matchers to the dynamic...
2013-07-17 Timur IskhodzhanovReplace TEST* with CHECK-DAG in vbtable tests
2013-07-17 Pavel Labath[analyzer] Add very limited support for temporary destr...
2013-07-17 NAKAMURA Takumiclang/test/CodeGen/volatile-complex.c: Loosen CHECKs...
2013-07-17 JF BastienPropagate alignment for _Complex
2013-07-17 Rafael EspindolaUse the simpler is_directory.
2013-07-17 Fariborz JahanianMore code conformance.
2013-07-17 Fariborz JahanianObjectiveC migrator: When adding conforming protocol,
2013-07-16 Alexander KornienkoAvoid breaking non-trailing block comments.
2013-07-16 Fariborz JahanianFollow coding convention in argument decl.
2013-07-16 Eli FriedmanMake Expr::isConstantInitializer match IRGen.
2013-07-16 Argyrios Kyrtzidis[arcmt] Remove some dead code.
2013-07-16 Fariborz JahanianObjectiveC migrator. If a class implements a protocol's
2013-07-16 Alexander KornienkoDon't break line comments with escaped newlines.
2013-07-16 Daniel Jasperclang-format: Improve handling of unterminated string...
2013-07-16 Eli FriedmanFix crash on complex constant zero.
2013-07-16 Rafael EspindolaUpdate for llvm API change.
2013-07-16 Fariborz JahanianObjectiveC migration: complete migrating class
2013-07-16 Hans WennborgFileCheckize test/Driver/immediate-options.c
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...
next