]> granicus.if.org Git - clang/shortlog
clang
2012-09-02 Joao MatosInclude the diagnostic introduced in r163078 in a group.
2012-09-02 Joao MatosAdded a diagnostic for mismatched MS inheritance attrib...
2012-09-01 Joao MatosFixed typo causing tests to fail on non-MSVC machines.
2012-09-01 Joao MatosRefactored the Windows headers location lookup code...
2012-09-01 Jordan Rose[analyzer] Silence unused variable warnings in NDEBUG...
2012-09-01 Argyrios Kyrtzidis[libclang] Fix indexing type alias declarations. rdar...
2012-09-01 Argyrios Kyrtzidis[libclang] The annotation of tokens operation visits...
2012-09-01 Jordan Rose[analyzer] Disallow creation of int vals with explicit...
2012-09-01 Jordan Rose[analyzer] Don't attempt to create a floating-point...
2012-09-01 Jordan Rose[analyzer] Future-proofing r163012 (nameless functions...
2012-09-01 Jordan Rose[analyzer] Treat all struct values as regions (even...
2012-09-01 Jordan Rose[analyzer] Always derive a CallEvent's return type...
2012-09-01 Tobias Grosser[cindex.py] Add helper to initialize libclang functions
2012-09-01 Ted KremenekComment that clang.dll is unavailable on cygming yet.
2012-09-01 NAKAMURA Takumic-arcmt-test/Makefile: Restore some stuff. clang.dll...
2012-09-01 Ted KremenekTweak link order to hopefully resolve a buildbot failure.
2012-09-01 Ted KremenekSplit library clangRewrite into clangRewriteCore and...
2012-09-01 Joao MatosChanged the remaining dead asserts to llvm_unreachable.
2012-08-31 Chris Lattnerdon't warn about unused values when the unused value...
2012-08-31 Joao MatosNormalize line endings of r163013 (part 2).
2012-08-31 Benjamin KramerRemove windows line endings.
2012-08-31 DeLesley HutchinsThread-safety analysis: fix handling of LOCK_RETURNED...
2012-08-31 Richard TrieuUpdate a warning to point to the DiagGroup created...
2012-08-31 DeLesley HutchinsThread-safety analysis: fix handling of string constant...
2012-08-31 David BlaikieFix the build (-Wswitch violation introduced by r163013).
2012-08-31 Joao MatosNormalize line endings of r163013.
2012-08-31 Joao MatosNormalize line endings of r163022.
2012-08-31 Joao MatosEmulate MSVC's preprocessor macro argument separator...
2012-08-31 Fariborz Jahanianobjective-C ARC; detect and warn on retain cycle when
2012-08-31 Joao MatosImproved MSVC __interface support by adding first class...
2012-08-31 Jordan Rose[analyzer] RetainCountChecker: don't assume all functio...
2012-08-31 Joao MatosFixed invalid iterators. Since the iterator is invalida...
2012-08-31 Jordan Rose[analyzer] Though C++ inlining is enabled, don't inline...
2012-08-31 Fariborz Jahanianobjective-C: underline name of the missing method
2012-08-31 Dmitri GribenkoRemove the useless CommentOptions class.
2012-08-31 Dmitri GribenkoUse LLVM_DELETED_FUNCTION instead of a comment.
2012-08-31 Ted KremenekMake AnalyzerOptions a shared object between CompilerIn...
2012-08-31 Ted KremenekMove AnalyzerOptions.h into 'Core' StaticAnalyzer sub...
2012-08-31 Dmitri GribenkoDeclPrinter tests: simplify the code by using the new...
2012-08-31 Dmitri GribenkoDocumentation: correct a typo introduced in r162971.
2012-08-31 Dmitri GribenkoDeclPrinter tests: since now some platforms use C+...
2012-08-31 Dmitri GribenkoDocumentation: add missing word "accepts".
2012-08-31 Eli FriedmanMake a bunch of methods on Lexer private.
2012-08-31 Dmitri GribenkoComment HTML tag name machers: move from StringSwitch...
2012-08-31 Jordan RoseRevert "[analyzer] Disable diagnostic checking on the...
2012-08-31 Jordan Rose[analyzer] Ensure that PathDiagnostics profile the...
2012-08-31 Jordan Rose[analyzer] Fix a crash in plist-html generation introdu...
2012-08-31 Eli FriedmanChange the representation of builtin functions in the AST
2012-08-30 Fariborz Jahanianobjective-C ARC: under -Wexplicit-ownership-type diagno...
2012-08-30 Anna Zaks[analyzer] Refactor the logic that determines if a...
2012-08-30 Anna Zaks[analyzer] Remove cast inside dyn_cast.
2012-08-30 Anna Zaks[analyzer] Make analyzer-ipa=dynamic-bifurcate the...
2012-08-30 Anna Zaks[analyzer] Fixup for r162935 as per Jordan's review.
2012-08-30 Eli FriedmanSwitch a couple getAs uses to castAs.
2012-08-30 Douglas GregorThe presence of a user-*declared* constructor makes...
2012-08-30 Anna Zaks[analyzer] Disable diagnostic checking on the buildbot.
2012-08-30 Jordan Rose[analyzer] Plist diagnostics: Fix a case where we fail...
2012-08-30 Richard TrieuAdd -Wduplicate-enum warning. Clang will emit this...
2012-08-30 Douglas GregorExtend the "__is_pod" hack, which demotes various type...
2012-08-30 Manuel KlimekFixes a bug for binding memoized match results.
2012-08-30 Anna Zaks[analyzer] Do not propagate the [super init] could...
2012-08-30 Ted KremenekTeach RetainCountChecker about 'pragma clang arc_cf_cod...
2012-08-30 Ted KremenekFix missing 'clang' in pragma example in ARC doc.
2012-08-30 Ted KremenekRename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect...
2012-08-30 Ted KremenekRename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visual...
2012-08-30 Ted KremenekRename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssum...
2012-08-30 Ted KremenekStore const& to AnalyzerOptions in AnalysisManager...
2012-08-30 Ted KremenekMove AnalyzerOptions.h to include/clang/StaticAnalyzer.
2012-08-30 Ted KremenekMove Analyses.def to include/clang/StaticAnalyzer.
2012-08-30 Fariborz Jahanianobjective-C: clang must implicitly convert
2012-08-30 Richard SmithMake preprocessor act in a GCC-compatible fashion when...
2012-08-30 Richard SmithPR13652: Don't assume the parameter array on a Function...
2012-08-30 Benjamin KramerWWW: Force word wrapping of the content to avoid horizo...
2012-08-30 Ted KremenekChange -analyzer-config to use '=' as the key-value...
2012-08-30 Nico WeberReland r160052: Default to -std=c++11 on Windows.
2012-08-30 Nico WeberTooling: Add a runToolOnCodeWithArgs() function that...
2012-08-30 Michael LiaoFix C++ comment in C source
2012-08-30 Eli FriedmanFix a crash in type merging with enum types.
2012-08-30 Bill WendlingEmit .gcda files as absolute paths instead of relative...
2012-08-30 Ted KremenekMake this test portable.
2012-08-29 Anna Zaks[analyzer] Stop tracking symbols based on a retain...
2012-08-29 Anna Zaks[analyzer] Fixup 162863.
2012-08-29 Ted KremenekFix serious regression introduced in r157780 where...
2012-08-29 Eli FriedmanFix PR reference in test.
2012-08-29 Eli FriedmanFix run-line for test.
2012-08-29 Anna Zaks[analyzer]Fix typo, unbreak static analyzer BuildBot...
2012-08-29 Anna Zaks[analyzer] Improved diagnostic pruning for calls initia...
2012-08-29 Eli FriedmanMake alignment computation for pointer values for built...
2012-08-29 Simon AtanasyanDefine __mips64 / __mips64__ macros for MIPS 64-bit...
2012-08-29 Simon AtanasyanUse getTargetDefines() virtual function in MipsTargetIn...
2012-08-29 Simon AtanasyanFactor out MIPS macro definitions common for all MIPS...
2012-08-29 Hans WennborgMove TLS check from LValueExprEvaluator::VisitVarDecl to
2012-08-29 Fariborz Jahanianobjective-C: make -Widiomatic-parentheses work
2012-08-29 Alexander KornienkoFixed a problem with #pragma push_macro/pop_macro imple...
2012-08-29 Simon AtanasyanDefine _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros...
2012-08-29 Aaron BallmanReversing the logic since C99 mode is actually not...
2012-08-29 Hans WennborgFix r162835 as per Richard's comments.
2012-08-29 Hans WennborgMove the test for PR13720 from Sema/init.c to Sema...
2012-08-29 Hans WennborgThe address of a TLS var is not compile-time constant...
2012-08-29 John McCallClarify the point at which ARC destroys ivars vis-à-vis
next