]> granicus.if.org Git - clang/shortlog
clang
2013-06-26 Rafael EspindolaUse llvm::sys::fs::getMainExecutable.
2013-06-26 Rafael EspindolaRemove PathV1.h from CompilerInstance.cpp.
2013-06-26 Rafael EspindolaDon't use PathV1.h in ASTUnit.cpp.
2013-06-26 Rafael EspindolaRemove forward declarations of sys::Path.
2013-06-26 Rafael EspindolaRemove the last use of PathWithStatus.
2013-06-26 Rafael EspindolaUse llvm::sys::fs::unique_file.
2013-06-26 Rafael EspindolaRemove some uses of llvm::sys::Path.
2013-06-26 Rafael EspindolaRemove PathV1.h use from WindowsToolChain.cpp.
2013-06-26 Nico WeberFix a comment.
2013-06-26 Richard SmithLazily deserialize the "first' friend declaration when...
2013-06-26 Faisal ValiFix PCH bug with member templates of local classes...
2013-06-26 Rafael EspindolaRemove PathV1.h usage from ToolChains.cpp.
2013-06-26 Nico WeberRun clang-format on lib/Format code after r184894....
2013-06-26 Nico WeberFormatter: Don't put a space after parameter-naming...
2013-06-25 Nick LewyckyDon't check for triviality on fields of templated recor...
2013-06-25 David MajnemerImplement DR136
2013-06-25 Richard SmithMake this test properly test both things it's trying...
2013-06-25 Richard SmithMissing test update from r184884.
2013-06-25 Richard SmithPR8302: Check for shadowing a template parameter when...
2013-06-25 Matt Beaumont-GayDon't try to get the layout of an invalid decl in getDe...
2013-06-25 David MajnemerImplement DR21
2013-06-25 Richard SmithFix null pointer dereference if we redeclare an unproto...
2013-06-25 Nico WeberFix a comment.
2013-06-25 Richard SmithMore of N3652: don't add an implicit 'const' to 'conste...
2013-06-25 Fariborz JahanianObjective-C: Warn when IBOutletCollection property
2013-06-25 Eli BenderskyRemove misplaced comment
2013-06-25 Nick LewyckyIn tooling, reenable freeing of datastructures in codeg...
2013-06-25 Rafael EspindolaUse simpler version of llvm::sys::fs::exists.
2013-06-25 Rafael EspindolaDon't use PathV1.h in Tools.cpp.
2013-06-25 Rafael EspindolaUse the simpler version of llvm::sys::fs::exists.
2013-06-25 Rafael EspindolaUse the new llvm::sys::EnvPathSeparator.
2013-06-25 Chandler CarruthFix a couple of PPC predefined macros that I spotted...
2013-06-25 Rafael EspindolaAdd r184803 back now that the bug in unique_file has...
2013-06-25 Rafael EspindolaRevert "Use the new PathV2 instead of implementing...
2013-06-25 Chandler CarruthRevert r184787: "Added arm_neon intrinsic tests."
2013-06-25 Jordan Rose[analyzer] Handle zeroing CXXConstructExprs.
2013-06-25 Jordan Rose[analyzer] Don't initialize virtual base classes more...
2013-06-25 Eli FriedmanFix regression from r184810.
2013-06-25 Nick LewyckyMake -vectorize-... proper cc1 flags instead of abusing...
2013-06-25 Richard SmithFix deserializing of class template partial specializat...
2013-06-25 Eli FriedmanFix noexcept for delete expressions.
2013-06-25 Rafael EspindolaRemove PathV1.h from Driver.cpp.
2013-06-25 Nico WeberFormatter/ObjC: Correctly format casts in objc message...
2013-06-25 Rafael EspindolaUse the new PathV2 instead of implementing the logic...
2013-06-25 Eli FriedmanDelete a couple dead checks.
2013-06-25 Nico WeberFormatter/Objc: Add a test that checks that @import...
2013-06-25 Eli FriedmanDelete dead code.
2013-06-25 Eric ChristopherReorder builds based by ordering.
2013-06-24 Richard SmithCheck for matching template-parameter-lists when mergin...
2013-06-24 Rafael EspindolaAccept both / and \\ to fix the windows bots.
2013-06-24 Ted KremenekTweak -Wdeprecated-objc-pointer-introspection to have...
2013-06-24 Michael GottesmanAdded arm_neon intrinsic tests.
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] vld1/vst1 do not require...
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] Fix incorrect FileCheck...
2013-06-24 Michael Gottesman[NeonIntrinsicTestEmitter] Add requirement to arm neon...
2013-06-24 Argyrios Kyrtzidis[libclang/codecompletion] Make sure the top-level decl...
2013-06-24 Eli FriedmanChange mangling of objects inside block literals.
2013-06-24 Reid KlecknerFix "funciton" typo from r184763
2013-06-24 Reid Kleckner[ms-cxxabi] Use sugared types in the mangler instead...
2013-06-24 Argyrios Kyrtzidis[arcmt/driver] For the -ccc-arcmt-* flags, claim them...
2013-06-24 Eli FriedmanUse getAs<> where appropriate on QualTypes instead...
2013-06-24 Rafael EspindolaConvert some uses of llvm::sys::Path.
2013-06-24 Rafael EspindolaUse the simpler version of llvm::sys::fs::exists.
2013-06-24 Anna Zaks[analyzer] Add a debug checker that prints Exploded...
2013-06-24 Rafael EspindolaConvert last use of PathV1.h in Compilation.cpp
2013-06-24 Reid Kleckner[AST] Introduce a new DecayedType sugar node
2013-06-24 Kaelyn UhrainAdd the global namespace (the "::" namespace specifier...
2013-06-24 Reid KlecknerCheck the canonical parameter type with getAs<>() in...
2013-06-24 Rafael EspindolaConvert a use of PathV1.h
2013-06-24 Matt Beaumont-GayAdd some invalid-decl checks to clang_Type_getOffsetOf.
2013-06-24 Rafael EspindolaConvert a use of PathV1.h.
2013-06-24 Reid Kleckner[Sema] Call CheckParmForFunctionDef on ObjC method...
2013-06-24 NAKAMURA Takumiclang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp...
2013-06-24 NAKAMURA Takumiclang/test/Driver/coverage-ld.c: Tweak expressions...
2013-06-24 Chandler CarruthThe profile library must come before the C library...
2013-06-24 Richard SmithAvoid adding entries to the DeclContext lookup table...
2013-06-24 David BlaikieDebugInfo: ensure negative enumerators are emitted...
2013-06-24 David BlaikieDebugInfo: Merge a bad debug info enum test into a...
2013-06-24 Richard SmithSlightly improve cross-module merging for function...
2013-06-24 Dmitri GribenkoComment parsing: allow "\param ..." to describe variadi...
2013-06-24 Richard SmithWhen setting the external visible declarations for...
2013-06-24 Richard SmithAdd -ast-dump-lookups switch to -cc1 to dump DeclContex...
2013-06-24 Dmitri GribenkoMove comment on Sema::isFunctionPointerVarDecl() to...
2013-06-23 Dmitri GribenkoDocumentation parsing: recognize \relates, \related...
2013-06-23 Dmitri GribenkoArrayRef'ize Sema::CodeCompleteConstructorInitializer
2013-06-23 Chandler CarruthFix the addition of Clang's profile runtime library...
2013-06-23 Chandler CarruthThe makefile build system had two lists of the 32-bit...
2013-06-23 Chandler CarruthSlightly loosen the test as there are other linker...
2013-06-23 Chandler CarruthAdd and tighten up tests for cross compiling tool selec...
2013-06-23 Stephen LinAdd null check (resolves PR16423)
2013-06-23 David MajnemerAST: Clean up FriendObjectKind related decls
2013-06-22 Dmitri GribenkoComment parsing: followup to r184610: allow multiple...
2013-06-22 Richard SmithFix assert if an attempt is made to explicitly instanti...
2013-06-22 Richard SmithAdd dumping support for DeclContext's StoredDeclsMap.
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 Benjamin KramerRemove duplicated case.
2013-06-22 Larisse VoufoInstantiation bug fix extension (cf. r184503) -- minor...
2013-06-22 Chandler CarruthReword and reformat some of the "Multiarch" code in...
2013-06-22 David MajnemerRevert r184401 which reverted r183462.
2013-06-22 Richard TrieuExtend -Wnon-pod-varargs to check calls made from membe...
next