]> granicus.if.org Git - clang/shortlog
clang
2012-09-04 Joao MatosRevert r163099 per chandlerc's request.
2012-09-04 Joao MatosRevert r163076 per chandlerc's request.
2012-09-04 Joao MatosRevert r163078 per chandlerc's request.
2012-09-04 Chad Rosier[ms-inline asm] The MCInstrDesc only tracks register...
2012-09-04 Chad Rosier[ms-inline asm] Fix an illegal index and an 80-column...
2012-09-04 Chad RosierFix 80-column violation.
2012-09-03 Chad Rosier[ms-inline asm] Use the new GetMCInstOperandNum() inter...
2012-09-03 Tobias Grosser[cindex.py] Allow to configure the path of libclang
2012-09-03 NAKAMURA Takumitest/Driver/android-standalone.cpp: Fix test failure...
2012-09-03 Joao MatosImproved the warning for the #@ Microsoft charizing...
2012-09-03 Evgeniy StepanovFix test failure on Windowns.
2012-09-03 Timur IskhodzhanovFollow-up on r163110 - forgot to commit some new tests...
2012-09-03 Timur IskhodzhanovFix PR13444 - wrong mangling of "const char * const...
2012-09-03 Evgeniy StepanovAndroid standalone toolchain support.
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Update for the MatchInstruction API...
2012-09-03 Joao MatosAdded a new cursor for SEHLeaveStmt to libclang.
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-09-02 James DennettDocumentation cleanup: Add \file comment for ASTContest...
2012-09-02 Joao MatosImplemented parsing and AST support for the MS __leave...
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.
next