]> granicus.if.org Git - clang/shortlog
clang
2012-09-19 Fariborz JahanianFix test better way.
2012-09-19 Alexander KornienkoAdded link to HowToSetupToolingForLLVM.html. Added...
2012-09-19 Rafael EspindolaAdd some typedefs for clarity.
2012-09-19 Benjamin KramerASTWriter: Tighten up assertions when emitting a declar...
2012-09-19 Benjamin KramerUpdate clang for API change.
2012-09-19 Craig TopperRemove Context argument from TemplateDeductionInfo...
2012-09-19 Eli FriedmanTest for r164186.
2012-09-19 Eli FriedmanAdd the TypeSourceInfo for the lambda call operator...
2012-09-18 Hal FinkelAdd the freescale_ppc64_tree that should have been...
2012-09-18 Hal FinkelAdd C/C++ header locations for the Freescale SDK.
2012-09-18 Hal FinkelAdd e500mc and e5500 to the list of valid PPC CPU names.
2012-09-18 Eli FriedmanFix a small bug in the way we handle builtin candidates for
2012-09-18 Eli FriedmanAdd an extra check for invalid decls in the lambda...
2012-09-18 Benjamin KramerRemove invalid double colon in test case was previously...
2012-09-18 Fariborz Jahanianminor refactoring of my last check-in.
2012-09-18 Fariborz Jahanianc: warn when an integer value comparison with an
2012-09-18 Roman DivackyFollow up on llvm r164132.
2012-09-18 Hans WennborgWarn about self references in in-class initializers.
2012-09-18 Daniel JasperFix isDerivedFrom matcher.
2012-09-18 Daniel JasperAdd missing matcher for C-style cast expressions.
2012-09-18 Benjamin KramerDisable some tests that fail when the x86 backend isn...
2012-09-18 Daniel JasperMake all VariadicDynCast-Expr-matchers StatementMatchers
2012-09-18 Craig TopperRemove an unused private field exposed by the recent...
2012-09-18 Craig TopperRemove an unused private field exposed by the recent...
2012-09-18 Craig TopperRemove an unused private field exposed by the recent...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-18 Richard SmithIf a comma operator is followed by a token which unambi...
2012-09-18 Ted KremenekPer discussion on cfe-dev, remove -Wunique-enums entire...
2012-09-17 Fariborz Jahanianobjective-C: don't warn about class extension property's
2012-09-17 Fariborz Jahanianobjective-C: add Doug's test for my last patch.
2012-09-17 Fariborz Jahanianobjective-C: improve on warnings about misplacement...
2012-09-17 Alexander KornienkoAdded an example of an empty case label to avoid confusion.
2012-09-17 Fariborz Jahanianobjective-C: peroform property attribute consistency
2012-09-17 Fariborz Jahanianobjective-C: issue warning when there is no whitespace
2012-09-17 Anna Zaks[analyzer] Teach the analyzer about implicit initializa...
2012-09-17 Jordan Rose-Warc-retain-cycles: look through [^{...} copy] and...
2012-09-17 Axel NaumannDon't write uninitialized values even if nobody ever...
2012-09-17 Alexander PotapenkoRun install_name_tool to fix the dynamic library ID...
2012-09-17 Axel NaumannOpen up a few higher-level functions for tools.
2012-09-16 Ted KremenekFix dead store found by static analyzer.
2012-09-16 Douglas GregorUpdate the PCH internals documentation to cover chained...
2012-09-15 Dmitri GribenkoComment parsing: support \namespace like other commands...
2012-09-15 Dmitri GribenkoComment parsing: don't treat typedef to a typedef to...
2012-09-15 Dmitri GribenkoUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Dmitri GribenkoMake PTHManager properly noncopyable.
2012-09-15 Dmitri GribenkoAddress a long-standing FIXME: remove an unused copy...
2012-09-15 Craig TopperFix includes of llvm and clang files that used angle...
2012-09-15 Dmitri GribenkoAdd bindings for clang_getCompletionBriefComment to...
2012-09-15 Richard Smithconst _Atomic(T) is not an atomic type, so do not allow...
2012-09-15 Ted KremenekRevert "Utilize new build system support in Xcode 4...
2012-09-15 Jordan Rose-Warc-retain-cycles: warn at variable initialization...
2012-09-15 Argyrios KyrtzidisAllow disabling PCH validation when loading an AST...
2012-09-14 Daniel Dunbarcompiler-rt/darwin: Install asan_osx_dynamic with the...
2012-09-14 Argyrios KyrtzidisIn StringLiteral::setString make sure that we copy...
2012-09-14 Argyrios Kyrtzidis[libclang] When loading an AST file, make sure to apply...
2012-09-14 Ted KremenekUtilize new build system support in Xcode 4.5 for easie...
2012-09-14 Jordan Rosescan-build: Determine the location of the clang binary...
2012-09-14 Richard SmithFix some dead stores which the static analyzer warned...
2012-09-14 Richard SmithWhen diagnosing multiple mem-initializers in a delegati...
2012-09-14 Fariborz JahanianTest removed.
2012-09-14 Fariborz Jahanianobjective-C arc: remove -Warc-abi in its entirety.
2012-09-14 Ted KremenekFix copy-paste error in manpage. Should be -stdlib...
2012-09-14 Douglas GregorAdd missing test from r163874.
2012-09-14 Dmitri GribenkoComment parsing: don't parse comment marker followed...
2012-09-14 Dmitri GribenkoComment parsing: support the "\invariant" command.
2012-09-14 Simon AtanasyanDo not use "lib32" directory to create a library/object...
2012-09-14 Douglas GregorFix warning on qualified typedef with 'unused' attribut...
2012-09-14 Douglas GregorIn debugger mode, allow comparisons between pointers...
2012-09-14 Douglas GregorAs we do with base and member initializers in a depende...
2012-09-14 Bob WilsonImprove the driver title as shown in the --help message...
2012-09-14 Eli FriedmanFix thunk emission for covariant virtual functions...
2012-09-14 Eli FriedmanFix line endings.
2012-09-14 Eli FriedmanFix abbreviation for CharacterLiteral in AST serializat...
2012-09-13 Douglas GregorWhen computing the decltype of an expression, consider...
2012-09-13 Richard SmithFix incorrect comment.
2012-09-13 Richard SmithFix up after r163846. Sorry!
2012-09-13 Douglas GregorActually rebuild function types properly when adjusting...
2012-09-13 Richard SmithRevert r163829. The world (or libstdc++, at least)...
2012-09-13 Douglas GregorWhen we substitute into the type of a function based...
2012-09-13 Dmitri GribenkoComment to XML conversion: we try not to emit empty...
2012-09-13 Richard SmithImplement C++11 [conv.prom]p4: an enumeration with...
2012-09-13 Douglas GregorDon't perform template argument deduction against inval...
2012-09-13 Dmitri GribenkoComment parsing: handle \deprecated command. It is...
2012-09-13 Fariborz Jahanianremove duplicate code.
2012-09-13 Douglas GregorPromote the warning about extra qualification on a...
2012-09-13 Richard SmithRemove speculative fix for C++ core issue 1407, since...
2012-09-13 Ted KremenekFix grammar.
2012-09-13 Richard SmithRecover properly after a parse error in a static_assert...
2012-09-13 Richard SmithUse a "better" unicode character, to avoid buildbot...
2012-09-13 Fariborz JahanianMove back the stuff about missing ownership attribute...
2012-09-13 Richard SmithMake TextDiagnostic more robust against SourceLocations...
2012-09-13 Ted KremenekWhen warning about unsafe uses of dispatch_once, specia...
2012-09-13 Fariborz JahanianMove no explicit ownership warning to SemaType.cpp.
2012-09-13 Ted KremenekAdd tests for r163778.
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in Clang.
2012-09-13 NAKAMURA TakumiASTMatchersMacros.h: Appease msvc.
2012-09-13 Daniel JasperCreate initial support for matching and binding NestedN...
2012-09-13 Dmitri GribenkoFix Doxygen misuse: refer to parameter names in paragra...
2012-09-13 Manuel KlimekAdd missing accessor.
2012-09-13 Ted KremenekConditionally parse documentation comments in system...
next