]> granicus.if.org Git - clang/shortlog
clang
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...
2012-09-13 Eric ChristopherProperly link libpthread_p when using profiling on...
2012-09-13 NAKAMURA TakumiInitHeaderSearch.cpp: [mingw] Handle DOSish paths only...
2012-09-13 NAKAMURA Takumiclang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline...
2012-09-13 Jordan RoseFormat strings: offer a fixit for Darwin's %D/%U/%O...
2012-09-13 Jordan RoseFormat strings: %D, %U, and %O are valid on Darwin...
2012-09-13 Anna Zaks[analyzer] Don't reimplement an existing function.
2012-09-13 Ted KremenekTeach -Wuninitialized to recognize common "noreturn...
2012-09-13 Ted KremenekRefactor logic in ExprEngine for detecting 'noreturn...
2012-09-13 Chad RosierAdd a few FIXMEs.
2012-09-13 Chad Rosier[ms-inline asm] Handle the enumeration of input and...
2012-09-12 Eric ChristopherReapply:
2012-09-12 Richard TrieuAdd two new functions to Qualifiers.
2012-09-12 Chad RosierWhitespace.
2012-09-12 Anna Zaks[analyzer] Do not report use of undef on "return foo...
2012-09-12 Anna Zaks[analyzer] Fix another false positive in malloc realloc...
2012-09-12 Anna Zaks[analyzer] Teach UndefOrNullArgVisitor to track parent...
2012-09-12 Jordan Rose[analyzer] Fix another use of the address of a temporar...
2012-09-12 Jordan Rose[analyzer] Re-add reinterpret_cast virtual call test...
2012-09-12 Jordan Rose[analyzer] Handle when the dynamic type is worse than...
2012-09-12 Jordan RoseRevert "[analyzer] Use the static type for a virtual...
2012-09-12 Fariborz Jahanianobjective-C++ test for my previous patch.
2012-09-12 Daniel JasperRename isA to isSameOrDerivedFrom.
2012-09-12 Fariborz Jahanianobjective-C arc: don't issue no explicit ownership...
2012-09-12 Chad RosierFix test case for Release builds.
2012-09-12 Eric ChristopherRevert "Make clang emit a flag for DW_AT_object_pointer...
2012-09-12 Chad Rosier[ms-inline asm] Add a test case.
2012-09-12 Chad Rosier[ms-inline asm] Test case for r163729.
2012-09-12 Chad Rosier[ms-inline asm] If we have a single asm operand that...
2012-09-12 Dmitri GribenkoComment parsing: recognize more Doxygen commands
2012-09-12 Dmitri GribenkoFix a couple of Doxygen issues pointed out by -Wdocumen...
2012-09-12 Ted KremenekRevert "objective-C: warn under a flag if missing argument"
2012-09-12 Ted KremenekRevert "objective-C: warn if selector has nothing but...
2012-09-12 NAKAMURA Takumiclang/test: [PR13820] Suppress LLP64-incompatible tests...
2012-09-12 NAKAMURA Takumiclang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c...
2012-09-12 Joerg SonnenbergerClaim --param ssp-buffer-size, even if the stack protec...
2012-09-12 NAKAMURA Takumiclang/test/CodeGenObjC: [PR13820] Suppress LLP64-incomp...
2012-09-12 NAKAMURA Takumiclang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It...
2012-09-12 NAKAMURA Takumiclang/test: [PR8833] Introduce the feature "LP64" to...
2012-09-12 NAKAMURA Takumiclang/test/PCH/missing-file.cpp: Try to suppress accide...
2012-09-12 NAKAMURA Takumiclang/test/lit.cfg: Fix a typo in comment.
2012-09-12 Evgeniy StepanovFix a test failure.
2012-09-12 Evgeniy StepanovMake -faddress-sanitizer on Android link to the new...
2012-09-12 Ted KremenekConvert a few more getAs cases to castAs where we immed...
2012-09-12 Ted KremenekFix regression where "looping back to the head of"...
2012-09-12 Ted KremenekTeach -Wuninitialized to recognize __attribute__((analy...
2012-09-12 Ted KremenekPost new checker build.
2012-09-12 Chandler CarruthAdjust some analyzer tests to place widely shared input...
2012-09-12 Chandler CarruthFix up more "$t"s in this test that should be "%t"s.
2012-09-12 Richard SmithPR13811: Add a FunctionParmPackExpr node to handle...
next