]> granicus.if.org Git - clang/shortlog
clang
2013-05-30 Jordan Rose[analyzer] Don't crash if a block's signature just...
2013-05-30 Adrian PrantlDo not reuse the debug location of the return value...
2013-05-30 Adrian Prantlfix formatting.
2013-05-30 Daniel JasperMore fixes for clang-format's multiline comment breaking.
2013-05-30 Aaron BallmanMicrosoft has a language extension which allows union...
2013-05-30 Benjamin KramerFix typo in comment.
2013-05-30 Daniel JasperFix another clang-format crasher related to multi-line...
2013-05-30 Edwin VaneCoding style fix for SourceFileCallbacks
2013-05-30 Serge PavlovFixed typo.
2013-05-30 Daniel JasperFix default value of clang-format-diff's -p option.
2013-05-30 Manuel KlimekAdd asserts to guard against regressions.
2013-05-30 Daniel JasperFix crasher when formatting certain block comments.
2013-05-30 Serge PavlovAdded documentation to TypeVisitor. No code changes.
2013-05-30 Aaron BallmanSwitching the tests to use size_t instead of unsigned...
2013-05-30 Aaron BallmanSwitching the tests to use size_t instead of unsigned...
2013-05-30 Aaron BallmanAdd support to fallback on operator new when a placemen...
2013-05-30 Jordan Rose[analyzer; new edges] In for(;;), use the ForStmt itsel...
2013-05-29 Argyrios Kyrtzidis[libclang] When indexing a @synthesize, don't consider...
2013-05-29 Richard SmithDocument -fno-sanitize-recover and -fsanitize-undefined...
2013-05-29 Manuel KlimekFixes error when splitting block comments.
2013-05-29 Ted KremenekSplit off casts to void* for -Wint-to-pointer-cast...
2013-05-29 David MajnemerAdd another test case for r182814.
2013-05-29 Roman DivackyTurn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER}...
2013-05-29 Jordan Rose[analyzer] Accept references to variables declared...
2013-05-29 Rafael EspindolaRemove unused field.
2013-05-29 Argyrios Kyrtzidis[libclang] For "@import .." code-completion results...
2013-05-29 Reid Kleckner[ms-cxxabi] Implement MSVC virtual base adjustment
2013-05-29 Reid Kleckner[ms-cxxabi] Fix r182865 to have an actual Itanium-style...
2013-05-29 Reid Kleckner[ms-cxxabi] There are no key functions in the Microsoft...
2013-05-29 Edwin VaneTooling: Call back for both begin and end of sources
2013-05-29 Manuel KlimekUse a non-recursive implementation to reconstruct line...
2013-05-29 Manuel KlimekThe second step in the token refactoring.
2013-05-29 Daniel JasperAdd return missing in r182855.
2013-05-29 Daniel JasperLeave some macros on their own line
2013-05-29 Daniel JasperAdd option to always break template declarations.
2013-05-29 Rafael EspindolaDon't compute the visibility unless we really have to.
2013-05-29 Jakob Stoklund... Fix bad indentation.
2013-05-29 Rafael EspindolaAdd a testcase from pr16059.
2013-05-29 David MajnemerDisallow extern decls of type void in C++ mode
2013-05-28 Fariborz JahanianObjective-C [qoi]: Improve on diagnostic when a method...
2013-05-28 Ted KremenekRemove links to old checker builds.
2013-05-28 Anna Zaks[analyzer] Use the expression’s type instead of region...
2013-05-28 Anna Zaks[analyzer] Re-enable reasoning about CK_LValueBitCast
2013-05-28 Rafael EspindolaCheck the linkage cache at every recursive step.
2013-05-28 Peter CollingbourneAdd an overridable MatchCallback::onEndOfTranslationUni...
2013-05-28 Daniel JasperRemove obsolete variable as discovered in post-commit...
2013-05-28 Daniel JasperSupport uniform inits in braced lists.
2013-05-28 Fariborz JahanianPatch to issue error when target of MacOS and iOS
2013-05-28 Anna Zaks[analyzer] Use a more generic MemRegion.getAsOffset...
2013-05-28 Daniel JasperFix formatting regression regarding pointers to arrays.
2013-05-28 Rafael EspindolaFix a crash when we were trying to compute the linkage...
2013-05-28 Manuel KlimekMake UnwrappedLines and AnnotatedToken contain pointers...
2013-05-28 NAKAMURA Takumiclang/test/Driver/dyld-prefix.c: Exclude MSYS bash.
2013-05-28 Manuel KlimekA first step towards giving format tokens pointer identity.
2013-05-28 Daniel JasperInitial support for designated initializers.
2013-05-28 Manuel KlimekDisable tab expansion when counting the columns in...
2013-05-28 Manuel KlimekFixes indentation of empty lines in block comments.
2013-05-28 Daniel JasperClean up formatting of function types.
2013-05-28 Daniel JasperFix formatting of expressions containing ">>".
2013-05-28 Jakob Stoklund... Build correct coercion types in SparcV9ABIInfo.
2013-05-28 Rafael EspindolaPropagate VisibleNoLinkage down to class members.
2013-05-28 Rafael Espindolause getLVForDecl for consistency.
2013-05-27 Jakob Stoklund... Add a SparcV9ABIInfo class for handling the standard...
2013-05-27 Peter CollingbourneDriver: implement --dyld-prefix option.
2013-05-27 David BlaikieRemove unreachable return
2013-05-27 Daniel JasperImprove formatting of templates.
2013-05-27 Manuel KlimekMajor refactoring of BreakableToken.
2013-05-27 Rafael EspindolaFix the linkage of local types in inline VisibleNoLinka...
2013-05-27 Rafael EspindolaMove 3 helper function to Linkage.h
2013-05-27 Daniel JasperImprove indentation of assignments.
2013-05-27 Manuel KlimekAddress post-review comment from dblakie.
2013-05-27 Daniel JasperFix hacky way of preventing a certain type of line...
2013-05-27 Sergey MatveevAdd -fsanitize=leak to driver options.
2013-05-26 Richard SmithTests and status for DR51-99.
2013-05-26 Nico WeberFormatter/ObjC: In dictionary literals, break after...
2013-05-25 Rafael EspindolaFix linkage computation for derived types in inline...
2013-05-25 Duncan SandsFix comment type pointed out by Kim Gräsman.
2013-05-25 Argyrios Kyrtzidis[Preprocessor] Prevent expansion of y in x ## y when...
2013-05-25 Argyrios KyrtzidisMake isBeforeInTranslationUnit consistent in the face...
2013-05-24 Richard SmithIncrease the portability of this script a bit: use...
2013-05-24 Argyrios KyrtzidisMake isBeforeInTranslationUnit consistent in the face...
2013-05-24 Nico WeberWarn on va_start() when called with a reference parameter.
2013-05-24 Argyrios Kyrtzidis[libclang] Add logging for clang_createTranslationUnit.
2013-05-24 Argyrios KyrtzidisAdd some safety checks in a couple of SourceManager...
2013-05-24 Jordan Rose[analyzer] Fix test for r182677.
2013-05-24 Jordan Rose[analyzer] Treat analyzer-synthesized function bodies...
2013-05-24 Jordan Rose[analyzer; new edges] Properly set location after exiti...
2013-05-24 Michael J.... Replace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 David BlaikieDebugInfo: Rename CreatePointerType to getOrCreateTypeD...
2013-05-24 David BlaikiePR16091: Error when attempting to emit debug info for...
2013-05-24 Diego Novillo[PATCH] Generate cold attribute for functions marked...
2013-05-24 Adrian Prantltypo.
2013-05-24 Chad Rosier[ms-inline asm] Don't diagnose an empty lookup for...
2013-05-24 Alexander KornienkoIgnore contents of #if 0 blocks.
2013-05-24 Rafael EspindolaFix printing CXXTemporaryObjectExpr with default args.
2013-05-24 Aaron BallmanSuffixing #pragma comment(lib) library names with ...
2013-05-24 Evgeniy StepanovAdd -lrt to sanitizer link arguments.
2013-05-24 Duncan SandsFix comment typo pointed out by maslen on IRC.
2013-05-24 Argyrios KyrtzidisUser correct case for 'FileCheck'.
2013-05-24 Argyrios Kyrtzidis[modules] If we hit a failure while loading a PCH/modul...
next