]> granicus.if.org Git - clang/shortlog
clang
2012-05-18 Kaelyn UhrainSuggest adding 'typename' when it would make the compiler
2012-05-18 Anna Zaks[analyzer] Fix a c++11 crash: xvalues can be locations...
2012-05-18 Anna Zaks[analyzer] Malloc checker: remove unnecessary comparisons.
2012-05-18 Fariborz Jahanianobjc: use "class extension" instead of "continuation...
2012-05-18 Benjamin KramerLexer::ReadToEndOfLine: Only build the string if it...
2012-05-18 Chad RosierTypo.
2012-05-18 Rafael EspindolaCentralize the handling of the "attribute declaration...
2012-05-18 Anna Zaks[analyzer]Malloc: refactor and report use after free...
2012-05-18 Fariborz JahanianAnother test for r157025 <rdar://problem/11460990>.
2012-05-17 Douglas GregorA selector match between two Objective-C methods does...
2012-05-17 Matt Beaumont-GayRemove trailing periods which snuck into a few diagnost...
2012-05-17 Douglas GregorIn the override search for Objective-C methods, protect...
2012-05-17 Benjamin KramerDrop the question mark when complaining about a non...
2012-05-17 Chad RosierAdd -mno-implicit-float to the M group.
2012-05-17 Argyrios Kyrtzidis[arcmt] Remove the "it is not safe to remove an unused...
2012-05-17 Chad Rosier[driver] Reword the warning message for missing value...
2012-05-17 Abramo BagnaraAdded two missing const qualifiers.
2012-05-17 Benjamin KramerCXXThisScopeRAII objects aren't free, don't compute...
2012-05-17 Kostya Serebryany[tsan] grammar fixes
2012-05-17 Matt Beaumont-GayUse the argument location instead of the format string...
2012-05-16 Argyrios Kyrtzidis[libclang/AST] When declaring a local class, don't...
2012-05-16 Chad Rosier[driver] Remove obsolete support for -A link option...
2012-05-16 Richard SmithRecover better from a missing 'typename' in a function...
2012-05-16 David BlaikieSmallString Visual Studio visualizer by Will Wilson.
2012-05-16 NAKAMURA Takumiclang/test/Tooling: Remark as XFAIL again in 5 tests...
2012-05-16 Akira HatanakaXFAIL this test on MIPS.
2012-05-16 Eric ChristopherRemove unnecessary temporary.
2012-05-16 Chad RosierRename the driver option to -mno-implicit-float, per...
2012-05-16 Jordy RoseAdd triples for test.
2012-05-16 Manuel KlimekPulls diagnostics for temp file handling into the commo...
2012-05-16 Chad Rosier[driver] Allow the driver to directly accept the -no...
2012-05-16 Jordy Rose[analyzer] Fix test for PR12206, which was failing...
2012-05-16 Douglas GregorAdd _alignof and __builtin_alignof as aliases for __ali...
2012-05-16 Chad RosierTweek r156937 a bit so that the suggestions are correct.
2012-05-16 Chad RosierWarn about -Wno-foo where foo is an unknown warning...
2012-05-16 Argyrios Kyrtzidis[libclang] Properly handle @encode() in RecursiveASTVis...
2012-05-16 Richard TrieuMove the warnings for extra semi-colons under -Wextra...
2012-05-16 Anna Zaks[analyzer] Revert a regression committed in r156920.
2012-05-16 NAKAMURA Takumiclang/test/Tooling: Remove XFAIL in 5 tests to unveil...
2012-05-16 NAKAMURA Takumiclang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES...
2012-05-16 Douglas GregorClean up r156925, so that we only mark the capturing...
2012-05-16 Douglas GregorFix code generation of variables reference expressions...
2012-05-16 Douglas GregorFix ASTReader handling of ImportDecls, from Meador...
2012-05-16 Douglas GregorUse a llvm::SmallString rather than std::string for...
2012-05-16 Jordy Rose[analyzer] Fix RUN lines for old XFAIL tests, one of...
2012-05-16 Jordy Rose[analyzer] Convert many existing tests to use clang_ana...
2012-05-16 Jordy Rose[analyzer] Introduce clang_analyzer_eval for regression...
2012-05-16 Benjamin KramerStringSwitchify. No functionality change.
2012-05-16 Benjamin KramerFactor sema for attributes unavailable and deprecated...
2012-05-16 Kostya Serebryany[tsan] fix typo
2012-05-16 Chandler CarruthClarify how libstdc++ and other bits of the system...
2012-05-16 Kostya Serebryany[tsan] first version of ThreadSanitizer docs
2012-05-16 Kostya Serebryany[tsan] add ThreadSanitizer linker flags on Linux and...
2012-05-16 Douglas GregorProduce more useful 'duplicate case' diagnostics. Fixes...
2012-05-16 David BlaikieInclude the correct conversion context locations for...
2012-05-16 Rafael EspindolaFix the visibility of instantiations of static data...
2012-05-16 Argyrios Kyrtzidis[libclang/AST] Index references of protocols in "@proto...
2012-05-16 Argyrios Kyrtzidis[objcmt] Accept char arrays for rewriting to @() syntax.
2012-05-15 Anna Zaks[analyzer] Add a test for dead stores, which uses Opaqu...
2012-05-15 Argyrios Kyrtzidis[objcmt] When using NSNumber numberWithInteger:/numberW...
2012-05-15 Fariborz Jahanianobjective-c: perform strict type checking on property
2012-05-15 Anna Zaks[analyzer] Fix a regression in ObjCUnusedIVars checker.
2012-05-15 Argyrios Kyrtzidis[objcmt] Rewrite messages to NSString's stringWithUTF8S...
2012-05-15 David BlaikieDon't warn when NULL is used within a macro but its...
2012-05-15 Richard SmithTypo.
2012-05-15 Richard SmithIf we see a declaration which is either missing a type...
2012-05-15 Richard SmithDon't use the implicit int rule for error recovery...
2012-05-15 Douglas GregorAdd the Objective-C runtime linking arguments after...
2012-05-15 Argyrios KyrtzidisAdd documentation about boxing enum types and a codegen...
2012-05-15 Gregory Szorc[clang.py] Store reference to TranslationUnit in Cursor...
2012-05-15 Argyrios Kyrtzidis[objcmt] Rewrite [NSNumber numberWith*] messages to...
2012-05-15 Argyrios KyrtzidisAllow objc @() syntax for enum types.
2012-05-15 Bob WilsonDo not link with Objective-C libraries with -nostdlib...
2012-05-15 Douglas GregorAdd the output of "clang --version" to scan-build resul...
2012-05-15 Fariborz Jahanianobjc: avoid duplicate diagnostics on certain type misma...
2012-05-15 Fariborz JahanianRemove word 'block' from option and diagnostic I added
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 David BlaikieChanging std::string to SmallString for r156826.
2012-05-15 David BlaikieImprove some of the conversion warnings to fire on...
2012-05-15 Fariborz Jahanianobjective-c nonfragile abi: discourage ivar declarations
2012-05-15 Rafael EspindolaFix our handling of visibility in explicit template...
2012-05-15 David ChisnallAdd a note about atomic builtins to c11 section of...
2012-05-15 Manuel KlimekFixes crasher bug in JSONCompilationDatabase for invali...
2012-05-15 Gabor Greifadd embedded linux variants that occur in the field
2012-05-15 Manuel KlimekThis patch fixes the cmake build to create libclang...
2012-05-15 Richard SmithFurther improvement to wording of overload resolution...
2012-05-15 Richard SmithPR12798: Don't drop part of the nested name specifier...
2012-05-15 Richard SmithTest file I forgot to 'svn add' in r156802.
2012-05-15 Richard SmithPR12826: Converting an lvalue to an xvalue is a no...
2012-05-15 Richard SmithFold the six functions checking explicitly-defaulted...
2012-05-15 John McCallChange the mangling of a ref-qualifier on a function...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to subscripting syntax, make...
2012-05-14 Fariborz Jahanianobjc: allow typedef'ing an id to a pointer to a c-struc...
2012-05-14 Richard SmithRecover properly from a redundant 'typename' before...
2012-05-14 Anna Zaks[analyzer] Fix a crash in templated code which uses...
2012-05-14 Richard SmithSlightly generalize FileCheck patterns to unbreak ...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to array/dictionary literals...
2012-05-14 Richard SmithImplement IRGen for C++11's "T{1, 2, 3}", where T is...
2012-05-14 Chandler CarruthTeach the driver on Linux to respect -nodefaultlibs.
2012-05-14 Jordy Rose[analyzer] strncpy: Special-case a length of 0 to avoid...
next