]> granicus.if.org Git - clang/shortlog
clang
2012-07-17 Joao Matos[Windows] Abstract pure virtual method calls in the...
2012-07-17 Alexander KornienkoAdd a custom initialize hook for clang tools + minor...
2012-07-17 Rafael EspindolaMerge visibility from previous decls before looking...
2012-07-17 NAKAMURA Takumitest/Driver/crash-report.c: Remove "REQUIRES: shell...
2012-07-17 Daniel JasperFix unit test dependency in Makefile and remove unnecce...
2012-07-17 Daniel JasperAdd missing dependency for unit test.
2012-07-17 Daniel JasperFinishing the move of RefactoringCallbacks and fixing...
2012-07-17 Simon AtanasyanRevert commit r160308. We decide to move builtins selec...
2012-07-17 Daniel JasperMove RefactoringCallbacks to Tooling to avoid dependenc...
2012-07-17 Alexey SamsonovFixup for r160345 - uintptr_t is not always unsigned
2012-07-17 Daniel JasperMake the isDerivedFrom matcher more generic.
2012-07-17 Galina KistanovaFixed few warnings.
2012-07-17 NAKAMURA Takumi[Win32] Rework crash-report since r145389.
2012-07-17 NAKAMURA Takumitest/Driver/crash-report.c: Small tweaks. 1) Use %t...
2012-07-17 Rafael EspindolaRecord visibility pragmas when we see a tag declaration...
2012-07-17 Richard SmithUninitialized variables: two little changes:
2012-07-17 NAKAMURA Takumiclang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUI...
2012-07-17 Dmitri GribenkoMove clang_Cursor_getBriefCommentText implementation...
2012-07-17 Richard Smith-Wuninitialized: Split the classification of DeclRefExp...
2012-07-16 Jordan Rose[analyzer] Handle new-expressions with initializers...
2012-07-16 Jordan RoseWeaken Unicode fixit test to work even if the character...
2012-07-16 Dmitri GribenkoFix BlockCommandComment::classof() to return true for...
2012-07-16 Ted KremenekThis test appears to fail on win32.
2012-07-16 Ted KremenekAdd hack (provided by Jonathan Sauer) to fall back...
2012-07-16 Ted KremenekThis test appears to be passing on win32.
2012-07-16 Jordan RoseDon't crash when emitting fixits following Unicode...
2012-07-16 David BlaikieSimplify float comparison checks by using early return.
2012-07-16 Ted KremenekFix copy-paste mistake for CMake dependency.
2012-07-16 Anna Zaks[analyzer] Make CmpRuns external-user friendly.
2012-07-16 Ted KremenekLooks like libTooling might also depend on ClangDiagnos...
2012-07-16 Ted KremenekAdd libEdit dependency on ClangDiagnosticCommon. Hopef...
2012-07-16 Simon AtanasyanMIPS: Implement __builtin_mips_shll_qb builtin function...
2012-07-16 David BlaikieFix rejects-valid: explicit specialization of redeclare...
2012-07-16 Fariborz Jahanianmodern objective-c translator: conditionally include
2012-07-16 Aaron BallmanFixing an MSVC warning -- the compiler did not like...
2012-07-16 Alexander KornienkoFixing an obvious bug in a test.
2012-07-16 Alexander KornienkoThe new clang-ast-dump tool for selective AST dumping...
2012-07-16 Daniel JasperAdd two more missing parameters in diagnostics.
2012-07-16 Daniel JasperFix diagnostic adding missing parameter.
2012-07-16 Daniel JasperPrevent unused-variable warning in optimized builds.
2012-07-16 Daniel JasperAdd refactoring callbacks to make common kinds of refac...
2012-07-16 Daniel JasperAdd correct parenthesis range to CXXConstructExprs...
2012-07-16 Ted KremenekPlace checker build at alternate URL.
2012-07-16 Richard SmithMore for PR11848: a pack expansion type isn't necessari...
2012-07-16 Richard SmithPR13365: Fix code which was trying to treat an array...
2012-07-16 Richard SmithRelated to PR11848 and core-21989: switch ContainsUnexp...
2012-07-15 Richard SmithRevert change accidentally committed in r160240.
2012-07-15 Richard SmithPR13368: Halve the instantiation depth of this test...
2012-07-15 Chandler CarruthUpdate Clang to reflect the move of MDBuilder in r160237.
2012-07-15 David ChisnallAdd test case for tweaks to clang driver.
2012-07-15 Daniel JasperFix spelling of anyOf matcher and add missing test.
2012-07-15 David ChisnallEnable new linker behaviour on FreeBSD.
2012-07-15 Rafael EspindolaWithout this patch clang warns on
2012-07-15 Rafael EspindolaMake const the argument of getDefinition.
2012-07-15 Eric ChristopherUse llvm::APSInt::isSameValue to compare for the same...
2012-07-15 Eric ChristopherReplace IsSameValue with the llvm::APSInt/llvm::APInt...
2012-07-14 Eric ChristopherCapitalize comment.
2012-07-14 Ted KremenekRefine CFG so that '&&' and '||' don't lead to extra...
2012-07-14 Ted KremenekHoist CFG builder logic for '&&' and '||' into helper...
2012-07-14 Ted KremenekRemove unused method declaration.
2012-07-14 Ted KremenekSort prototypes. No functionality change.
2012-07-14 Richard TrieuUpdate Sema diagnostic messages to take advantage of...
2012-07-13 Chad RosierAdd a per target max vector alignment field (e.g.,...
2012-07-13 Richard SmithPR13360: When deciding the earliest point which inevita...
2012-07-13 Rafael EspindolaMove option test earlier in the function.
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
2012-07-13 Dmitri GribenkoComment.h: reword comments
2012-07-13 Richard TrieuModify tree printing mode for template type diffing...
2012-07-13 Nuno Lopesadd support for conditional expressions in Expr::HasSid...
2012-07-13 Tanya LattnerMove a bunch of the attribute warnings under the Ignore...
2012-07-13 Dmitri GribenkoComment AST nodes: rename getXXXCount() methods to...
2012-07-13 Rafael EspindolaApply visibility pragmas to class template declarations...
2012-07-13 Rafael EspindolaUse -fvisibility-inlines-hidden in inline functions...
2012-07-13 Benjamin KramerMove helper class into an anonymous namespace.
2012-07-13 Hans WennborgMention -ftls-model in release notes and manual.
2012-07-13 Manuel KlimekAllows retrieving all files in a CompilationDatabase.
2012-07-13 Richard SmithProvide a special-case diagnostic when two class member...
2012-07-13 Rafael EspindolaFix a bug in my previous commit. The problem is not...
2012-07-13 Dmitri GribenkoAttaching comments to declarations during parsing:...
2012-07-13 Dmitri GribenkoAlso remove include directory for libComments.
2012-07-13 Dmitri GribenkoRemove empty lib/Comments directory.
2012-07-13 Dmitri GribenkoComment parsing: repaint the bikesched: rename 'HTML...
2012-07-12 Dmitri GribenkoMake concepts of optional and forbidden end tags separa...
2012-07-12 Rafael EspindolaUse the canonical template decl when trying to find...
2012-07-12 Manuel KlimekUpdates the example to the latest incarnation of clang...
2012-07-12 Dmitri GribenkoAlways initialize variable. If opening quote is the...
2012-07-12 Alexander KornienkoUpdated -help message in clang-check.
2012-07-12 Timur Iskhodzhanov[Windows] Split the back reference tests into two separ...
2012-07-12 NAKAMURA Takumitest/CodeGen/rdrand-builtins.c: Define __MM_MALLOC_H...
2012-07-12 Benjamin KramerDon't include mm_malloc.h in test, it pulls in system...
2012-07-12 Timur Iskhodzhanov[Windows] Use thiscall as the default calling conventio...
2012-07-12 Benjamin KramerAdd _rdrand{16,32,64}_step intrinsics to immintrin.h
2012-07-12 Daniel JasperThis commit combines three patches to the ASTMatchers.
2012-07-12 Benjamin KramerBe lax about trailing whitespace when checking fixit...
2012-07-12 Benjamin KramerPR13312: Don't crash when printing a fixit that ends...
2012-07-12 Gregory Szorc[clang.py] Implement Token API
2012-07-12 Gregory Szorc[clang.py] Add TranslationUnit.get_{file,source_locatio...
2012-07-12 Gregory Szorc[clang.py] Refactor how ctypes functions are registered
2012-07-12 Rafael EspindolaProcess #pragma visibility early in the parsing of...
2012-07-12 Rafael EspindolaIgnore visibility attributes after definitions. This...
next